processImage

fun processImage(imageFile: File): OcrResult

Perform OCR on an image.

Return

an object containing the detected text and its layout information

Parameters

imageFile

image on which OCR should be applied. Ideally, provide the original, cropped image, and not the enhanced image. The OCR decides what post-processing to apply for the best results.

Throws

if OCR failed

if license is not valid anymore


Perform OCR on an image.

Return

an object containing the detected text and its layout information

Parameters

input

the input image as well as the associated quadrangle and rotation, if needed

Throws

if OCR failed

if license is not valid anymore