PaddleOCR/latest/version3.x/pipeline_usage/OCR #15771
Replies: 14 comments 3 replies
-
/Users/home/Downloads/汤用彤 - 汉魏两晋南北朝佛教史 2.pdf OCR |
Beta Was this translation helpful? Give feedback.
-
Can you OCR a File? |
Beta Was this translation helpful? Give feedback.
-
I need to align my image's resolution (dpi) and dimensions (width & height pixels) with the demo image, general_ocr_002.png, so that it works. |
Beta Was this translation helpful? Give feedback.
-
虽然你这里声明ocr.predict是结果列表,但是如果走的piepline那个逻辑,predict产生的output却是generator |
Beta Was this translation helpful? Give feedback.
-
你好,我在使用最新cpu 的orc版本 ,使用单例模式的话第一次成功 第二次必然会失败 第三次就会成功 这样往复的 似乎是有资源没释放使用完 |
Beta Was this translation helpful? Give feedback.
-
PaddleOCR 3.1 has been released, featuring the new PP-OCRv5 multilingual text recognition model. It supports 37 languages including French, Spanish, Portuguese, Russian, Korean, and more, achieving an average recognition accuracy improvement of over 30%. Welcome to try it out! |
Beta Was this translation helpful? Give feedback.
-
模型路径中为什么不能包含中文 |
Beta Was this translation helpful? Give feedback.
-
PaddleOcr实例化也是不能包含中文
***@***.***> 在 2025年7月10日 周四 10:19 写道:
ocr实例化的好像可以,走pipeline的好像就不能包含中文,我也遇到了。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.
|
Beta Was this translation helpful? Give feedback.
-
paddleocr ocr -i https://paddle-model-ecology.bj.bcebos.com/paddlex/imgs/demo_image/general_ocr_002.png |
Beta Was this translation helpful? Give feedback.
-
每次使用,都必须初始化一次ocr吗,因为我发现把ocr放在函数外面的话,每次调用接口,第一次都成功,第二次都会失败。 |
Beta Was this translation helpful? Give feedback.
-
请问文本检测需要区分语种吗?对应使用不同的模型吗?目前只看到了识别阶段有多语种的模型提供。 |
Beta Was this translation helpful? Give feedback.
-
看你的需求来选择不同模型,通过测试选择识别率高的或者速度快的就行
…---- Replied Message ----
| From | ***@***.***> |
| Date | 08/22/2025 14:48 |
| To | PaddlePaddle/PaddleOCR ***@***.***> |
| Cc | joey-bing-614 ***@***.***>,
Comment ***@***.***> |
| Subject | Re: [PaddlePaddle/PaddleOCR] PaddleOCR/latest/version3.x/pipeline_usage/OCR (Discussion #15771) |
另外想要识别某个文本图像是属于哪个语种,可以有什么方法?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
请问多语言调用服务如何指定lang具体某种语言呢? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
PaddleOCR/latest/version3.x/pipeline_usage/OCR
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/version3.x/pipeline_usage/OCR.html
Beta Was this translation helpful? Give feedback.
All reactions