Nutrient Web SDK

ReferenceDocumentOperationsPerformOcrOperation

Interface PerformOcrOperation

If the OCR component is present in the license, performs OCR on the pages given with the language requested. See https://www.nutrient.io/guides/document-engine/ocr/language-support/ for supported languages.

InterfaceServer

Example

instance.applyOperations([{
type: "performOcr",
pageIndexes: "all",
language: "en"
}]);

Properties

string

pageIndexes

Optional
number[] | "all"
"performOcr"