hezd / IdCardReconition

身份证识别的示例工程

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

身份证扫描

实现原理 通过拍照或者周期性从预览中获取某一帧图片解析获取身份证信息 核心代码 OcrEngine ocrEngine = new OcrEngine(); IDCard idCard = ocrEngine.recognize(MainActivity.this, 2, cropStream.toByteArray(), null);

About

身份证识别的示例工程


Languages

Language:Java 100.0%