| Interface | Description |
|---|---|
| GenericDocumentRecognizer |
Component to scan image, detect different documents of known types, perform image optimization, cropping
and (optionally) fields detection and fields' data recognition
|
| Class | Description |
|---|---|
| DefaultGenericDocumentRecognizer |
Default implementation for
interface GenericDocumentRecognizer |
| GenericDocumentAutoSnappingController |
Controls auto-snapping for generic document scanning.
|
| GenericDocumentRecognitionResult |
Container for results of
interface GenericDocumentRecognizer |
| GenericDocumentRecognizerFrameHandler |
Performs document recognition on camera preview frames. Outputs results via
interface GenericDocumentRecognizerFrameHandler.ResultHandler. |
| GenericDocumentResultsMappingKt | |
| StubGenericDocumentRecognizer |
Stub implementation of
interface GenericDocumentRecognizer - returns null's for all calls |