mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-04 01:39:16 +08:00
Fix comment
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
8fdf20342a
commit
0768e4ff4c
@ -432,7 +432,7 @@ void TableFinder::InsertImagePartition(ColPartition *part) {
|
||||
// text lines on the page. The assumption is that a table
|
||||
// will have several lines with similar overlapping whitespace
|
||||
// whereas text will not have this type of property.
|
||||
// Note: The code Assumes that blobs are sorted by the left side x!
|
||||
// Note: The code assumes that blobs are sorted by the left side x!
|
||||
// This will not work (as well) if the blobs are sorted by center/right.
|
||||
void TableFinder::SplitAndInsertFragmentedTextPartition(ColPartition *part) {
|
||||
ASSERT_HOST(part != nullptr);
|
||||
|
Loading…
Reference in New Issue
Block a user