The OCR text extraction step.

interface TextExtractionStepOcr {
    languages_list?: string[];
}

Properties

Properties

languages_list?: string[]

Set of languages to be expected in the document. The language codes follow ISO 639. See the documentation for the currently supported languages.