Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Prepare the following:-
    - ABBYY Application ID (example: c80764b7-94f4-aaaa),
    - ABBYY Application Password (example: Rad#sfewfwc/5), and
    Image Modified
    The parameters can be found in the dashboard of your account.
  2. Using the values above, we can compute the basic auth header (Authorization) value too. (example: Basic Yzg2wNzvY034aYjvc5tOTvR556m)
  3. Obtain and install the plugins listed in this article.
  4. Import the attached Joget app in this article into your copy of Joget.
  5. Navigate to Properties and Export and set the value into variable auth prepared in step 2.
    Image Modified
  6. Publish the app by clicling to "Version 1" on top left. Select version 1 and publish.
    Image Modified
  7. Launch the app.
    Image Modified
  8. We are now ready to run the demo.

...

  1. Click "New" button, key in a title, and upload the document to be sent for OCR.
    Image Modified
    Submitting the form will trigger the first API to ABBYY - https://support.abbyy.com/hc/en-us/articles/360017269680-processImage-Method
  2. Once submitted, we will be redirected to the listing. Upon successful call of the API, a task ID will be assigned to the document.
    Image Modified
    Click on "Step 2 - Fetch" to retrieve the task result. This will make a call to https://support.abbyy.com/hc/en-us/articles/360017269860-getTaskStatus-Method
  3. The result URL column will then be populated.
    Image Modified
    We can then click on "Step 3 - Download" to download the processed file / result.
  4. We can click on the link in "Downloaded" column to download the processed file / result.
    Image Modified

Plugins Used

...