mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-19 23:19:07 +08:00
Fix comment
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
8b5571f8bf
commit
554d14d275
@ -346,7 +346,7 @@ void LineFinder::ConvertBoxaToBlobs(int image_width, int image_height, Boxa **bo
|
||||
boxaDestroy(boxes);
|
||||
}
|
||||
|
||||
// Finds vertical line objects in pix_vline and removes the from src_pix.
|
||||
// Finds vertical line objects in pix_vline and removes them from src_pix.
|
||||
// Uses the given resolution to determine size thresholds instead of any
|
||||
// that may be present in the pix.
|
||||
// The output vertical_x and vertical_y contain a sum of the output vectors,
|
||||
|
Loading…
Reference in New Issue
Block a user