PaddleOCRSDK offline OCR component, supporting CPU/GPU acceleration and providing text detection, text recognition, text direction classification, table recognition, and other functionalities.
$ dotnet add package PaddleOCRSDK基于PaddleOCR深度封装的离线OCR识别SDK,提供简洁易用的API接口,支持C#调用。
PaddleOCRSDK 是一个高性能的文字识别(OCR)库,基于百度飞浆PaddleOCR深度封装,完全离线运行,支持多线程并发,内存自动回收。
主要功能:
Install-Package PaddleOCRRuntime_x64
Install-Package PaddleOCRSDK
该项目提供多种编程语言的调用示例:
Apache License 2.0 - 详见 LICENSE
如有问题或建议,欢迎提交Issue或Pull Request。