Create MODI OCR Engine
Description
MODI (Microsoft Office Document Imaging) OCR Engine extracts the text from image files combined with the Extract Text with OCR action.
Properties
Input
- Language – MODI detects different languages and allows selecting any of them. It rescales and resizes the images and the image's width and height independently through multipliers that help MODI to read the text to extract.
Misc
- DisplayName – Add a display name to your Activity.
- Private – By default, Activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.
Optional
- Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
note
Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.
Output
- OCR Engine – OCR engine instance returned by the activity Create Tesseract OCR Engine. The Tesseract OCR engine creates language-specified training data to recognize words. It biases the words and sentences that often appear together in a specified language as a human brain does. It produces accurate results with the training data.
Example
Download Example