raoyutian / PaddleOCRSharp

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

32bit Version #5

Closed mapo80 closed 2 years ago

mapo80 commented 2 years ago

Hi,

thanks for your work. Is it possibile to have 32bit version? If not how can I build to make it compatible?

Thanks.

raoyutian commented 2 years ago

Sorry. it i has no 32bit version.This project is based on Baidu PaddlePaddle OCR,Baidu PaddlePaddle is only X64 cpu ON PC. If you want to use it in X86 cpu,you can build webapis or provide them as services to 32-bit programs. Thanks.