-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Options #18
Comments
I'm having this issue as well. For example, when I try
Would it be possible to add an example or two to the help for |
I have overhauled the way parameters are used. Can you try the dev version of tesseract and see if this works better now? devtools::install_github("ropensci/tesseract") |
This should be fixed in tesseract 2.0 on CRAN. Please open an new issue if you still find problems. |
I'm having what I believe is the same issue with the newest release. `engine<-tesseract(options=list(tessedit_char_whitelist="0123456789")) cell_text <- ocr(file, engine=engine, HOCR=FALSE)` Appear to be generating the same results. |
You're not confused, unfortunately this option is currently unsupported in Tesseract 4: See tesseract-ocr/tesseract#751 or tesseract-ocr/tesseract#2066 Also this wiki page: https://github.com/tesseract-ocr/tesseract/wiki/Planning#features-from-30x-which-are-missing-for-lstm Hopefully the tesseract people will fix this soon. |
Thank you for a really awesome package! Bartłomiej Uliasz says here:
I don't know if it applies to the R version or how difficult to it is to implement, but I stumbled across the post and thought I'd share it here in case someone who can judge whether this information is useful might see it :) |
The whitelist option is now supported again in Tesseract 4.1 (on CRAN now). |
It seems that options are not recognized, when trying
options = list(classify_bln_numeric_mode = "0")
The text was updated successfully, but these errors were encountered: