UNPKG

vision-camera-mrz-scanner

Version:

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

8 lines 598 B
export { default as MRZCamera } from './components/MRZCamera'; export { default as MRZScanner } from './components/MRZScanner'; export type { MRZProperties } from './types/mrzProperties'; export type { BoundingFrame, Dimensions, MRZCameraProps, MRZFrame, MRZScannerProps, OCRElement, Point, Rect, Size, Text, TextBlock, TextElement, TextLine, } from './types/types'; export { boundingBoxAdjustToView } from './util/boundingBoxAdjustToView'; export { sortFormatsByResolution } from './util/generalUtil'; export { default as scanMRZ } from './util/wrapper'; //# sourceMappingURL=index.d.ts.map