TPExIdentityCardOCR 1.0.8

TPExIdentityCardOCR 1.0.8

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Apr 2017

Maintained by kingdomrain.



  • By
  • kingdomrain

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

##usage

var iDentifyOCR =new TPExIdentityCardOCR();
iDentifyOCR.bFront = 'YES';
iDentifyOCR.success = function(date){ console.print(date); } iDentifyOCR.error = function(data){ console.print(date); } iDentifyOCR.start();

其中bFront代表识别正面还是背面,YES为正面,NO为背面

Update

1.0.5
add faceImgBase64
1.0.6
add 图片路径
1.0.7
抛出字段修改,和安卓平台保持统一

Requirements

Installation

TPExIdentityCardOCR is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "TPExIdentityCardOCR"

Author

kingdomrain, [email protected]

License

TPExIdentityCardOCR is available under the MIT license. See the LICENSE file for more info.