DayBreak-u / chineseocr_lite

超轻量级中文ocr,支持竖排文字识别, 支持ncnn、mnn、tnn推理 ( dbnet(1.8M) + crnn(2.5M) + anglenet(378KB)) 总模型仅4.7M
GNU General Public License v2.0
11.72k stars 2.25k forks source link

Inquiry Regarding Traditional Chinese Character Recognition Support in the Model #447

Open yihong1120 opened 9 months ago

yihong1120 commented 9 months ago

Hello,

I recently came across the chineseocr_lite project and found it very interesting and potentially useful for my requirements. The project seems to be quite comprehensive in terms of its capabilities and supports a range of platforms, which is commendable.

However, before proceeding with the integration of this OCR solution into my project, I have a specific query that I couldn't find an explicit answer to in the documentation or README.md file.

Does the OCR model used in chineseocr_lite support the recognition of Traditional Chinese characters? My project requires processing images containing text in Traditional Chinese, and it would be beneficial to know if this model can accurately recognize and process such characters.

Any information or guidance you can provide on this matter would be greatly appreciated, as it would significantly influence my decision to utilize this OCR solution in my project.

Thank you for your time and effort in developing and maintaining this project.

Best regards, yihong1120