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:
joregan 2010-06-05 11:52:17 +00:00
parent f81004260f
commit 95db341728

View File

@ -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.