breezedeus / CnOCR

CnOCR: Awesome Chinese/English OCR Python toolkits based on PyTorch. It comes with 20+ well-trained models for different application scenarios and can be used directly after installation. 【基于 PyTorch/MXNet 的中文/英文 OCR Python 包。】
https://www.breezedeus.com/article/cnocr
Apache License 2.0
3.27k stars 506 forks source link

能不能封装成 C++ 的动态链接库的形式? #305

Closed hoodlum1980 closed 10 months ago

hoodlum1980 commented 10 months ago

作者能不能封装到一个 C++ 语言接口的动态链接库,这样可以方便 C++ 程序本地离线调用 OCR。

breezedeus commented 10 months ago

https://github.com/CoireLen/CnocrCpp 参考别人做的这个项目,只是对应着旧版cnocr