Server
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/server/current/ocr/language-support/ for supported languages.
instance.applyOperations([{ type: "performOcr", pageIndexes: "all", language: "en"}]); Copy
instance.applyOperations([{ type: "performOcr", pageIndexes: "all", language: "en"}]);
Optional
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/server/current/ocr/language-support/ for supported languages.
Example