DocumentScanner

interface DocumentScanner

Document scanning → captured page images as bytes. Android: ML Kit doc scanner; iOS: VisionKit.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun scan(maxPages: Int = 1): List<ByteArray>