mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-04 01:39:16 +08:00
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
|