Skip to content

Instantly share code, notes, and snippets.

@MyricSeptember
Last active March 19, 2024 17:37
Show Gist options
  • Save MyricSeptember/e3497b798e70e035b9bb5d088ca8fe40 to your computer and use it in GitHub Desktop.
Save MyricSeptember/e3497b798e70e035b9bb5d088ca8fe40 to your computer and use it in GitHub Desktop.
Scanner Options Builder
return GmsDocumentScannerOptions.Builder()
.setScannerMode(GmsDocumentScannerOptions.SCANNER_MODE_FULL)
.setGalleryImportAllowed(true)
.setPageLimit(numberOfPages.toInt())
.setResultFormats(
GmsDocumentScannerOptions.RESULT_FORMAT_JPEG,
GmsDocumentScannerOptions.RESULT_FORMAT_PDF
).build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment