Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

OneNote.ImageOcrData interface

Package:
onenote

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

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


Feedback

Was this page helpful?