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) 227 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = scanMRZ; function scanMRZ(frame) { 'worklet'; // @ts-ignore return __scanMRZ(frame); } //# sourceMappingURL=wrapper.js.map