PrizmDoc® Viewer v14.0 Release - Updated
PrizmDoc OCR API / OCR API Developer Guide / How to Run PrizmDoc Server
In This Topic
    How to Run PrizmDoc Server
    In This Topic

    Introduction

    The Process Manager and workers operation depend on PrizmDoc Server. For example, workers use Work Files to store and retrieve user documents and operation results. Before starting the Process Manager and a worker, you should run the PrizmDoc Server docker container. The PrizmDoc Server version must be 13.25 or later.

    Steps to Run PrizmDoc Server

    1. Run PrizmDoc Server.

       docker run --rm --env ACCEPT_EULA=YES --network prizmdoc --publish 18681:18681 --name prizmdoc-server accusoft/prizmdoc-server
      
      

      Wait until you see the following output in the console:

       [info] Starting Product Runner...
       [info] product-runner has been started correctly.
       [info] Starting PCCIS Watchdog process...
       [info] PCCIS Watchdog has been started correctly.
      
      
    2. The PrizmDoc Server base URL will be: http://localhost:18681. For example, the Work File Service REST API will be available via http://localhost:18681/PCCIS/V1/WorkFile URL.