Skip to content

Commit

Permalink
update comment about format
Browse files Browse the repository at this point in the history
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@398 d0cd1f9f-072b-0410-8dd7-cf729c803f20
  • Loading branch information
joregan committed Jun 5, 2010
1 parent f810042 commit 95db341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccmain/applybox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static UNICHARSET unicharset_boxes;
*
* The box file is assumed to contain box definitions, one per line, of the
* 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.
* - This is not too inefficient and is SAFE.
Expand Down

0 comments on commit 95db341

Please sign in to comment.