raoyutian / PaddleOCRSharp

PaddleOCRSarp是一个基于百度飞桨PaddleOCR的C++代码修改并封装的.NET的OCR工具类库。包含文本识别、文本检测、表格识别功能。本项目针对小图识别不准的情况下做了优化,比飞桨原代码识别准确率有所提高。 包含总模型仅8.6M的超轻量级中文OCR,单模型支持中英文数字组合识别、竖排文本识别、长文本识别。同时支持多种文本检测。
Apache License 2.0
617 stars 100 forks source link

likely... linux deployment environment is not supported ? #29

Closed No54 closed 1 year ago

No54 commented 1 year ago

yt_CPUCheck.dll were not found...

is there something wrong about the configuration ?

Thanks!

raoyutian commented 1 year ago

Currently, Linux deployment environments are not supported.

Support may be provided in the future

n0099 commented 1 year ago

Try out https://github.com/sdcb/PaddleSharp

No54 commented 1 year ago

OK,thanks T_T