Raw Text (Full OCR)

Add the full text content of your documents to the API response.

Overview

By activating this feature, the full text content of the document will be extracted using OCR (Optical Character Recognition) technology.

The resulting content will be included in the API response.

In the response, each page will have its text content filled.

Use Cases

Having access to the raw text can be particularly useful when:

  • needing to save a copy of the text for your records

  • perform searches within the text

Activate Raw Text

Activate Raw Text via API Calls

Check the Optional Features Configuration section if using our Client Libraries / SDKs.

Otherwise, take a look at the POST /v2/inferences/enqueue section.

Use the Raw Text Result

We highly recommend using our Client Libraries / SDKs, as they include various functions for ease of processing.

Specifically for handling the raw text, take a look at the Raw Text section.

Otherwise, take a look at the GET /v2/inferences/{inference_id} section.

Last updated

Was this helpful?