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