DocumentDetector

Document Detector component.

Types

Link copied to clipboard
data class Document

Detection result.

Functions

Link copied to clipboard
abstract fun detect(bgraRawImage: BgraRawImage, limit: Int = 1): List<DocumentDetector.Document>

Detect documents in the image. This operation should be called on a background thread.