-
Notifications
You must be signed in to change notification settings - Fork 7
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
Make OCR skip options configurable #129
Comments
With skip-text as default, documents created with camscanner or other similar SW adding some text to the scanned images fails ("scanned with CamScanner" is enough to stop the skip-text option). I think that this setting could be added to the workflow settings. |
@jkumeboshi I implemented the configuration possibility now. Could you image beta testing the new feature and give me some feedback? |
As a result of #113 we should make the options
--skip-text
,--redo-ocr
and--force-ocr
configurable through our per workflow settings UI. Also we should have an option so choose none of these parameters (see #130)redo-ocr
mutially exclusive withremove-background
(latter is not possible inredo-ocr
-mode)The text was updated successfully, but these errors were encountered: