recognizeFromImageRefs

open override fun recognizeFromImageRefs(images: List<ImageRef>): Result<OcrResult>

Performs OCR only (without PDF result) from ImageRefs with provided languages.

Return

Result.Success containing a instance of OcrResult or a subclass of Result.Failure if something goes wrong.

Parameters

images

list of ImageRef objects.