I ran a scan using demo, but there was no recognition at all
Whether it's from a photo album or a camera
List<List<MrzLine>>? results = await mrzDetector.recognizeByBuffer(
byteData.buffer.asUint8List(),
image.width,
image.height,
byteData.lengthInBytes ~/ image.height,
ImagePixelFormat.IPF_ARGB_8888.index);
results lenght 是 0