How to Use PaddleOCR Only for Text Detection (Skip Recognition) #15905
-
Hi everyone, I’m happily running the PP-OCRv5 Multilingual model. Thank you very much! |
Beta Was this translation helpful? Give feedback.
Answered by
liuhongen1234567
Jul 2, 2025
Replies: 1 comment
-
Hello, if you only need detection, you can refer to the text detection module documentation of PaddleOCR 3.0 at this link: https://paddlepaddle.github.io/PaddleOCR/latest/en/version3.x/module_usage/text_detection.html#3-quick-start. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kimnamu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, if you only need detection, you can refer to the text detection module documentation of PaddleOCR 3.0 at this link: https://paddlepaddle.github.io/PaddleOCR/latest/en/version3.x/module_usage/text_detection.html#3-quick-start.