IdCardRecognition
IdCardRecognition copied to clipboard
Android id card recognition based on OCR. 安卓基于OCR的身份证识别。
Results
2
IdCardRecognition issues
Sort by
recently updated
recently updated
newest added
Hi , Thank you for this project it's very helpful. I want to do something like this in flutter with firebase text ocr so I should do a plugin for...
在portrait屏幕下,设置了SurfaceView 高度 和 public static final int WidthPixel = 1080; // 水平像素 public static final int HeightPixel = 607; // 垂直像素 运行有红框,但白屏,好像相机没打开??? 但改成landscape的初始状态,可以识别 跟踪发现是 camera.setParameters(params); // 将参数设置给相机 屏蔽这个就可以打开相机了, 使用 camera.setDisplayOrientation(90);...