mirror of
https://github.com/simon987/sist2.git
synced 2025-04-10 14:06:45 +00:00
Update MIN_OCR_LEN to 3
This commit is contained in:
parent
410283f14a
commit
ae317e590d
2
third-party/libscan/libscan/ocr/ocr.h
vendored
2
third-party/libscan/libscan/ocr/ocr.h
vendored
@ -6,7 +6,7 @@
|
||||
|
||||
#define MIN_OCR_WIDTH 350
|
||||
#define MIN_OCR_HEIGHT 33
|
||||
#define MIN_OCR_LEN 10
|
||||
#define MIN_OCR_LEN 3
|
||||
|
||||
#define OCR_IS_VALID_BPP(d) \
|
||||
((d) == 1 || (d) == 2 || (d) == 4 || (d) == 8 || (d) == 16 || (d) == 24 || \
|
||||
|
Loading…
x
Reference in New Issue
Block a user