Skip to main content

Create Google Cloud OCR Engine

Description

Using the Google Cloud OCR engine, this activity extracts the specified string and related information from a specified UI element, image, or PDF. OCR is Optical Character Recognition, a technology programmed to recognize text inside images, like scanned documents and photos.

Properties

Input

  • API Key – The API key provides access to the Google Cloud OCR.

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 EngineOCR 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.