DoubangoTelecom / ultimateCreditCard-SDK

Bank credit card deep layout analysis, fields extraction and recognition/OCR (ScanToPay) using deep learning
https://www.doubango.org/webapps/credit-card-ocr
Other
99 stars 35 forks source link

If I want to Implement recognizer.py using the API with 3 function #20

Closed polarbeargo closed 4 years ago

polarbeargo commented 4 years ago

Hello @DoubangoTelecom, If I want to Implement recognizer.py using the API with 3 functions: init, process, and deInit. Like mentioned in SDK_TechnicalGuide_v2.0.pdf and ultimateALPR-SDK, build the python extension. Is there anything else required for binding binaries?

DoubangoTelecom commented 4 years ago

The c++ wrappers (like these at https://github.com/DoubangoTelecom/ultimateALPR-SDK/tree/master/python) are missing

Duplicate of #19

polarbeargo commented 4 years ago

Thank you @DoubangoTelecom 👍 !