idcardocr icon indicating copy to clipboard operation
idcardocr copied to clipboard

离线环境下第二代居民身份证信息识别

Results 12 idcardocr issues
Sort by recently updated
recently updated
newest added

感谢作者的分享,把tesseract-ocr 替换成cnorc识别率大幅度提高

enhancement

另外问一句 这个模型是java训练 还是python训练的?

看到您的repo感到十分感兴趣!但是同时发现您的postmen中暴露了个人信息,提醒下(233

首先谢谢大佬知识分享,我下载安装了docker,项目成功启动。 1、出现乱码,使用curl请求成功,但返回乱码都是\u开头的字符串,我检查了容器支持的字符编码, C、C.UTF-8、POSIX,没有普遍的zh_CN.UTF-8字符编码,可能应为这个造成返回异常。 2、某些识别异常,postman请求了服务,发现一部分项目图片性别和名族有识别为“又”的情况。 3、被识别图片的尺寸规格是否有要求。 以上是我使用心得,如能赐教,非常感谢。

我的服务器: CentOS Linux release 7.6.1810 (Core) Linux CentOS 3.10.0-693.2.2.el7.x86_64 #1 SMP Tue Sep 12 22:26:13 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux docker log 输出 {'boundary': '----WebKitFormBoundaryUUqfbFmE5SfBknvh'} 进入身份证模版匹配流程... 使用postman测试 ![TIM截图20190513200708](https://user-images.githubusercontent.com/4327149/57620230-c15d6100-75ba-11e9-95f1-43f935a933da.png)

仅识别姓名身份证号生日的分支

非常好的一个库,但是我在使用时,发现所有testimages下的图片,都无法识别出性别和民族,请问是什么原因?下面是我的代码。 ``` import idcard_recognize; print(idcard_recognize.process('testimages/3.jpg')); ``` 下面是输出 ``` 0.3333333333333333 1280 进入身份证模版匹配流程... 查找身份证耗时:664 进入身份证光学识别流程... name 张岩 sex nation address 福建省南平市延平区黄墩 排垅巷21幢2室 idnum 350702198311280319 {'idnum': '350702198311280319', 'nation': '', 'birth': '19831128', 'sex': '',...

执行idcard_recognize.process('testimages/1.jpg')时报错: OpenCV(3.4.2) /io/opencv/modules/imgproc/src/resize.cpp:4045: error: (-215:Assertion failed) !dsize.empty() || (inv_scale_x > 0 && inv_scale_y > 0) in function 'resize'。 请问是什么原因呀?