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 an online metered license. Without a valid metered 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.
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-readers-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.