Skip to main content

Set document ocr result

PUT 

/documents/:documentId/ocr

Set a document's optical character recognition (OCR) result for a document;

Tesseract available for all editions, but Textract engine and tables and forms options available as an Add-On Module

Request

Path Parameters

    documentId stringrequired

    Document Identifier

Query Parameters

    siteId string

    Site Identifier

Body

    contentType string

    Document Content-Type

    isBase64 boolean

    Is the content Base64-encoded?

    content stringrequired

    Document content

Responses

200 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    message string

    OCR processing message

Loading...