com.google.mlkit.vision.documentscanner

  • GmsDocumentScanning provides an entry point to access a document scanner powered by Google Play services.

  • GmsDocumentScanner allows you to control the document scanning process.

  • GmsDocumentScannerOptions enables customization of the scanner's behavior, including capture mode, result format, and features.

  • GmsDocumentScanningResult encapsulates the results, offering access to scanned pages and PDF output.

Annotations

GmsDocumentScannerOptions.CaptureMode Scanner camera viewfinder capture mode. 
GmsDocumentScannerOptions.ResultFormat Result format for the scanner. 
GmsDocumentScannerOptions.ScannerMode Scanner mode which determines what features are enabled. 

Interfaces

GmsDocumentScanner A client to open a document scanner powered by Google Play services. 

Classes

GmsDocumentScannerOptions Options for GmsDocumentScanner
GmsDocumentScannerOptions.Builder Builder for GmsDocumentScannerOptions
GmsDocumentScanning Entry point to get a GmsDocumentScanner for opening a document scanner powered by Google Play services. 
GmsDocumentScanningResult Result for document scanning. 
GmsDocumentScanningResult.Page Represents a page in the scanning result. 
GmsDocumentScanningResult.Pdf Represents the PDF in the scanning result.