GetPageAreaOCR

Description Returns with the OCR page of a selected area on the page.
Method Type POST
URL api/ocr/area-ocr
Parameters
Name Type Description
base64 String Page in base64 string.
Page Int Page number in document.
X1 Int Selection rectangle starting X coordinate.
X2 Int Selection rectangle starting Y coordinate.
Y1 Int Selection rectangle ending X coordinate.
Y2 Int Selection rectangle ending Y coordinate.
lang (Optional) String

OCR language. Optional parameter.

English if not specified.

dorientation (Optional) Bool Detect Oriantation flag. Optional parameter, true if not specified.
Response Type JSON (JsonResult)
Return values

{

ocr (String)

}

Programming notes

None

Example

None

Requirements