mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 14:41:36 +08:00
update comment about format
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@398 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
f81004260f
commit
95db341728
@ -89,7 +89,7 @@ static UNICHARSET unicharset_boxes;
|
|||||||
*
|
*
|
||||||
* The box file is assumed to contain box definitions, one per line, of the
|
* The box file is assumed to contain box definitions, one per line, of the
|
||||||
* following format:
|
* following format:
|
||||||
* <Char> <left> <bottom> <right> <top> ... arbitrary trailing fields unused
|
* <Char> <left> <bottom> <right> <top> <page> ... arbitrary trailing fields unused
|
||||||
*
|
*
|
||||||
* The approach taken is to search the WHOLE page for stuff overlapping each box.
|
* The approach taken is to search the WHOLE page for stuff overlapping each box.
|
||||||
* - This is not too inefficient and is SAFE.
|
* - This is not too inefficient and is SAFE.
|
||||||
|
Loading…
Reference in New Issue
Block a user