DocumentDataExtractorFrameHandler

Performs document extraction on camera preview frames. Outputs results via DocumentDataExtractorFrameHandler.ResultHandler.

Preview frame considered intercepted if at least one DocumentDataExtractorFrameHandler.ResultHandler returns true from DocumentDataExtractorFrameHandler.ResultHandler.handle.

See also

Constructors

Link copied to clipboard
constructor(documentDataExtractor: DocumentDataExtractor)

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Successor-class needed for cross-platform implementation.

Link copied to clipboard

Continuously notified about document data extraction results.

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Registers result handler which will be notified about Document Data results.

Link copied to clipboard

Unregisters all handlers. If nothing was registered before, nothing happens.

Link copied to clipboard
open override fun handleFrame(previewFrame: FrameHandler.Frame): Boolean

Invoked for every new camera preview frame.

Link copied to clipboard