Skip to main content
Version: 10.2.9

Activate and renew OCR license

The Work.AI Developer installation requires a separate OCR license that is different from the server installation of Work.AI. Developer comes with two basic licenses for default ABBYY FRE 11 and FRE 12 limited by time and the number of pages used. The out-of-the-box OCR license expires three months after the Work.AI Developer release or reaching the default 1,000 pages.

In case of expiry, request a new license for FRE 11 only.

note

You can activate the OCR license only once and on one machine only.

To upgrade or renew your OCR license, follow these steps.

  1. Determine the version of FineReader Engine (FRE11 or FRE12) used in your project:

    1. In Control Tower, open the Business Process of your project.
    2. Go to the Bot Config that performs the OCR action. You can find the FRE version in the OCR API version used in the Bot Configuration.

    The API version refers to the version of FRE used: for ../api/v1/.., it is FRE11, while for ../api/v2/.., it is FRE12.

    tip

    If the Bot Configuration is created using Recorder, FRE 11 is used.

  2. Send an email to your WorkFusion account manager or create a Service Desk ticket. You can use the template below:

    Dear Support Team,

    Please, provide the OCR license according to the following requirements:

    Company name: ____

    Platform type: Windows (Work.AI Developer)

    License type: FRE11 (or FRE 12 depending on p.1)

  3. Open License Manager installed on your computer during the Developer setup. For different FRE versions, separate License Manager tools are used.

  4. Click Activate License to add a license.

  5. Enter the license key you have received from WorkFusion.

  6. To activate a new license, in the License menu, click Activate.

  7. Select the via the Internet activation method.

    Licence Manager addresses the License Server to verify the license.

    Your new license is now activated.

    caution

    Do not stop at this stage. To complete your activation, you should proceed with further steps.

  8. Go to C:\IntelligentAutomationCloudDeveloper\OCR and perform the following steps:

    1. Back up the ocr-rest-application.yml file.
    2. Open the ocr-rest-application.yml file, and comment the ocr.task.engine.license.path and ocr.task.engine.license.password properties by using the # sign at the start of the line.
    # Engine 11 configuration
    # ocr.task.engine.license.path: Licenses\SWAO-1121-0007-0182-4831-0011.ABBYY.locallicense
    # ocr.task.engine.license.password: ${sms.ocr.task.engine.license.password}

    # Engine 12 configuration
    ocr.task12.engine.license.path: Licenses\SWAO-1221-0007-0182-4961-0012.ABBYY.locallicense
    ocr.task12.engine.license.password: ${sms.ocr.task12.engine.license.password}
  9. In Launcher, restart the OCR group.

  10. Run a Business Process to validate OCR.