-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide recursive region rescanning to detect more text locations
The default tesseract operation might recognize entire windows or rectangular regions as a text (word or character) so let's recurse into regions that are larger than a configurable portion of the screen as these are plausibly not a character, a word, or a line. If Tesseract OCR gets confused by large rectangular regions of some more or less uniform background, this could also allow us to improve text detection within each such region without any additional binarization or other text detection pre-processing.
- Loading branch information
Showing
1 changed file
with
43 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters