Scanbot SDK – Kotlin Multiplatform
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Scanbot SDK – Kotlin Multiplatform
kmp-bundle-sdk
/
io.scanbot.sdk.kmp
/
ScanbotOcrEngine
Scanbot
Ocr
Engine
interface
ScanbotOcrEngine
Members
Functions
recognize
On
Document
Link copied to clipboard
abstract
suspend
fun
recognizeOnDocument
(
documentUuid
:
String
)
:
Result
<
PerformOcrResult
>
Performs OCR recognition on the specified document.
recognize
On
Images
Link copied to clipboard
abstract
suspend
fun
recognizeOnImages
(
images
:
List
<
ImageRef
>
)
:
Result
<
PerformOcrResult
>
Performs OCR recognition on the provided images.