Develop Secure Code
DocumentScanner Constants
DocumentScanner Data Types
Entity Extraction
getDocumentScanner()
isAvailable()
scan()
getDocumentScanner()Use this factory function to get an instance of DocumentScanner.
1import { getDocumentScanner } from 'lightning/mobileCapabilities';
2getDocumentScanner(): DocumentScannerNone.
An instance of DocumentScanner.
There are no parameters or options when creating an instance. Use the instance to perform scanning operations.