ScanbotOcrEngine

Functions

Link copied to clipboard
abstract suspend fun recognizeOnDocument(documentUuid: String): Result<PerformOcrResult>

Performs OCR recognition on the specified document.

Link copied to clipboard
abstract suspend fun recognizeOnImages(images: List<ImageRef>): Result<PerformOcrResult>

Performs OCR recognition on the provided images.