GenerationIterator

Controls generation process. OCR performed as iterator advances. GenerationIterator must be recycled after usage:

See also

Properties

Link copied to clipboard
abstract val detectedOcrPages: List<Page>
Link copied to clipboard
abstract val detectedText: String
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun generateNextPage(): Boolean

Performs OCR of next page if available.

Link copied to clipboard
abstract fun recycle()

Frees resources held by GenerationIterator.