-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make it impossible to not initialize Tesseract
To recognise text, you first neeed to call initialize because it is the only way of getting a TesseractInitialized object. This avoids a situation where tesseract quits your program because you forgot to initialize it. Possibly the extra options will help with #6. I do plan on supporting all the options of https://fossies.org/dox/tesseract-4.1.1/classtesseract_1_1TessBaseAPI.html#a96899e8e5358d96752ab1cfc3bc09f3e in time. #16
- Loading branch information
Showing
1 changed file
with
29 additions
and
17 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