PaddleOCR/latest/en/version3.x/module_usage/doc_img_orientation_classification #15500
Replies: 3 comments
-
GitHub Issue 模板 (中文版)标题: 问题描述: 我在使用PaddleOCR识别俄语文本(西里尔字母)时遇到了问题。模型可以运行,但输出的不是西里尔字母,而是拉丁字母的音译结果。 问题复现输入代码: from paddleocr import PaddleOCR
ocr = PaddleOCR(lang="ru")
img_path = "https://book.sibverk.ru/image/trumb/500x500/13-921550.jpg"
result = ocr.predict(img_path)
for line in result:
print(line['rec_texts']) 实际输出:
期望输出:
已尝试方案
疑问
环境信息
衷心感谢您的帮助!中国开发者的技术令人钦佩,我们俄罗斯开发者非常珍视与你们的合作!🚀 GitHub Issue Template (English Version)Title: Description: I'm encountering an issue with Russian (Cyrillic) text recognition. The model runs but outputs transliterated Latin letters instead of proper Cyrillic characters. How to ReproduceInput Code: from paddleocr import PaddleOCR
ocr = PaddleOCR(lang="ru")
img_path = "https://book.sibverk.ru/image/trumb/500x500/13-921550.jpg"
result = ocr.predict(img_path)
for line in result:
print(line['rec_texts']) Actual Output:
Expected Output:
Troubleshooting Attempted
Questions
Environment
Thank you sincerely for your help! Chinese developers' work is truly admirable, and we Russian developers deeply value this collaboration. 🚀 |
Beta Was this translation helpful? Give feedback.
-
The same problem with the ru language. Doesn't work if you specify lang='ru' |
Beta Was this translation helpful? Give feedback.
-
Hi! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
PaddleOCR/latest/en/version3.x/module_usage/doc_img_orientation_classification
Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
https://paddlepaddle.github.io/PaddleOCR/latest/en/version3.x/module_usage/doc_img_orientation_classification.html
Beta Was this translation helpful? Give feedback.
All reactions