recognizeOnDocument

abstract suspend fun recognizeOnDocument(documentUuid: String): Result<PerformOcrResult>

Performs OCR recognition on the specified document.

Return

The result containing the OCR recognition output.

Parameters

documentUuid

The UUID of the document.