UNPKG

vision-camera-mrz-scanner

Version:

VisionCamera Frame Processor Plugin to detect and read MRZ data from passports using MLKit Text Recognition.

13 lines (11 loc) 444 B
// entry file for the application // components export { default as MRZCamera } from './components/MRZCamera'; export { default as MRZScanner } from './components/MRZScanner'; // types.ts export { boundingBoxAdjustToView } from './util/boundingBoxAdjustToView'; // resolutions.ts export { sortFormatsByResolution } from './util/generalUtil'; // wrapper.ts export { default as scanMRZ } from './util/wrapper'; //# sourceMappingURL=index.js.map