OneNote.ImageOcrData interface
Represents data obtained by OCR (optical character recognition) of an image.
Remarks
Properties
ocr |
Represents the OCR language, with values such as EN-US |
ocr |
Represents the text obtained by OCR of the image |
Property Details
ocrLanguageId
Represents the OCR language, with values such as EN-US
ocrLanguageId: string;
Property Value
string
Remarks
ocrText
Represents the text obtained by OCR of the image
ocrText: string;
Property Value
string
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins