Package-level declarations

Types

Link copied to clipboard
interface OcrPerformer

Performs Ocr and return OcrResult if license or feature not available result will contains empty data

Link copied to clipboard
data class OcrResult(val sandwichedPdfDocument: Document? = null, val sandwichedPdfDocumentFile: File? = null, val ocrPages: List<Page> = listOf())

Represents result of OCR-performing. Optionally contains sandwiched pdf file

Link copied to clipboard
class TextRecognizer(ocrPerformer: OcrPerformer)

Performs text recognition.