MCPcopy Create free account
hub / github.com/dariyd/react-native-document-scanner / Options

Interface Options

src/NativeDocumentScanner.ts:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22export interface Options {
23 quality?: number;
24 includeBase64?: boolean;
25 includeExif?: boolean;
26 includeLocationExif?: boolean;
27}
28
29export interface Spec extends TurboModule {
30 launchScanner(options: Options, callback: (result: ScanResult) => void): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected