Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 439 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 439 Bytes

This project demonstrates on how to use ML-Kit Doc Scanner API.

APIs Used:

  1. GmsDocumentScanning.getClient(options): Returns GmsDocumentScanner object which initialise to scanner.
  2. GmsDocumentScannerOptions.Builder(): Builder to build the scanning options like scanner mode, Gallery or Camera allowed, Page Limit, etc.
  3. GmsDocumentScanner's getStartScanIntent(activity): Which listens to success/failure of scans.