OneNote.ImageOcrData interface

Represents data obtained by OCR (optical character recognition) of an image.

Remarks

[ API set: OneNoteApi 1.1 ]

Properties

ocrLanguageId

Represents the OCR language, with values such as EN-US.

ocrText

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

[ API set: OneNoteApi 1.1 ]

ocrText

Represents the text obtained by OCR of the image.

ocrText: string;

Property Value

string

Remarks

[ API set: OneNoteApi 1.1 ]