mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-08-06 05:36:15 +08:00
Increased max edges in squished dawg
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@194 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
5e57f63af8
commit
3adf29c25c
@ -80,7 +80,7 @@
|
|||||||
#define LETTER_MASK (inT64) 0x00000000000000ffll
|
#define LETTER_MASK (inT64) 0x00000000000000ffll
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MAX_NUM_EDGES_IN_SQUISHED_DAWG_FILE 2000000
|
#define MAX_NUM_EDGES_IN_SQUISHED_DAWG_FILE 3000000
|
||||||
|
|
||||||
#define REFFORMAT "%lld"
|
#define REFFORMAT "%lld"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user