PrizmDoc® Viewer v14.0 Release - Updated
PrizmDoc OCR API / Getting Started with PrizmDoc OCR API
In This Topic
    Getting Started with PrizmDoc OCR API
    In This Topic

    Getting Started

    Prerequisites

    Docker

    Our Docker images include all the requirements to run PrizmDoc with the OCR Readers Worker. All you need to do is run the Docker images in a container. The OCR Worker is an add-on for PrizmDoc Viewer. To use the OCR Worker Docker image, the PrizmDoc Server and Process Manager Docker images must also be run.

    PrizmDoc Server

    The PrizmDoc Server version must be 13.25 or later.

    Licensing

    The OCR add-on for PrizmDoc requires a license. Without a valid license, PrizmDoc will function in a limited evaluation mode. The OCR add-on will also function in Evaluation mode, allowing you to try it before you buy it. If you are using an OEM License or an Offline Metered License, you will need to Configure the Process Manager with the solution name, solution key, and license key of your ImageGear license and SmartZone license.

    To purchase the OCR add-on, contact us at info@accusoft.com.

    You can register for a free trial of PrizmDoc here.

    Pulling the Required Docker Images

    The necessary Docker images to use the OCR add-on can be pulled with the following commands:

    • docker pull accusoft/ocr-reader-worker:latest
    • docker pull accusoft/process-manager:latest
    • docker pull accusoft/prizmdoc-viewer-eval:latest

    Sample Code

    Sample code can be found on our GitHub page.