PrizmDoc API-Create a Searchable PDF via OCR (This call is dependent on a .tif file not included in this collection)

Number of APIs: 4

  1. 1) Create a Work File for the Raster Document (This call is dependent on a .tif file not included in this collection) POST {{prizmdoc_server_base_url}}/PCCIS/V1/WorkFile?FileExtension={{fileExtension}}

  2. 2) Start a Content Conversion POST {{prizmdoc_server_base_url}}/v2/contentConverters

  3. 4) Download the final Document GET {{prizmdoc_server_base_url}}/PCCIS/V1/WorkFile/{{fileId}}

  4. 3) Get the Status of the conversion to PDF GET {{prizmdoc_server_base_url}}/v2/contentConverters/{{processId}}