UNPKG

vision-camera-mrz-scanner

Version:

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

7 lines (6 loc) 135 B
export default function scanMRZ(frame) { 'worklet'; // @ts-ignore return __scanMRZ(frame); } //# sourceMappingURL=wrapper.js.map