mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
425d593ebe
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk/trunk@2 d0cd1f9f-072b-0410-8dd7-cf729c803f20
9 lines
170 B
C
9 lines
170 B
C
#ifndef HPDSIZES_H
|
|
#define HPDSIZES_H
|
|
|
|
#define NUM_TEXT_ATTR 10
|
|
#define NUM_BLOCK_ATTR 7
|
|
#define MAXLENGTH 128
|
|
#define NUM_BACKGROUNDS 8
|
|
#endif
|