Skip to content
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

Add optionnal parameters for Tesseract OCR #1154

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

axel-m-d
Copy link

@axel-m-d axel-m-d commented Feb 18, 2024

Added the possibility for users to specify OCR-related parameters for Tesseract such as language (like "eng") or configuration (like "--psm 6") directly in OCR-related keywords (such as RPA.Desktop.Read Text or RPA.Desktop.Find Text).

The parameters are optional and will not affect existing scripts.

Robotframework logs have been enhanced to display these optional parameters if specified.

These parameters are sometimes needed in order to optimise optical character recognition (example : by specifying the language used)

@CLAassistant
Copy link

CLAassistant commented Feb 18, 2024

CLA assistant check
All committers have signed the CLA.

@axel-m-d axel-m-d marked this pull request as ready for review February 18, 2024 21:37
@mikahanninen mikahanninen self-assigned this Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants