KevinGong2013 / ChineseIDCardOCR

[Deprecated] 🇨🇳中国二代身份证光学识别
https://github.com/evilgix/evil
Apache License 2.0
1.03k stars 186 forks source link

GPUImage #1

Closed maxwell44 closed 8 years ago

maxwell44 commented 8 years ago

下载了DEMO No such module 'GPUImage'

KevinGong2013 commented 8 years ago

GPUImage是作为submodule添加到项目中的, 所以不能直接下载zip包需要按照下面的步骤clone代码

1. git clone https://github.com/KevinGong2013/ChineseIDCardOCR.git
2. cd ChineseIDCardOCR
3. git submodule update --init
4. cd Example
5. open Example.xcodeproj

注意schema选择 Example. 另外模拟器只能测试读取识别本地图片,扫描识别需要用真机测试。