mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
Fixed issue 743
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@978 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
da20cff7ae
commit
60b4f8bc88
@ -28,7 +28,7 @@
|
||||
/* define the maximum number of classes defined for any matcher
|
||||
and the maximum class id for any matcher. This must be changed
|
||||
if more different classes need to be classified */
|
||||
#define MAX_NUM_CLASSES 12288
|
||||
#define MAX_NUM_CLASSES MAX_INT16
|
||||
#define MAX_CLASS_ID (MAX_NUM_CLASSES - 1)
|
||||
|
||||
/** a CLASS_ID is the ascii character to be associated with a class */
|
||||
|
Loading…
Reference in New Issue
Block a user