Trained model ppocrv5_server_rec does not recognize text #15531
-
Beta Was this translation helpful? Give feedback.
Answered by
liuhongen1234567
Jun 1, 2025
Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, the PaddleOCR method uses the OCR pipeline, which first performs detection and then recognition. It seems that the issue might be with the detection part. If you want to recognize text from an already cropped image, it might be better to use the text recognition module https://paddlepaddle.github.io/PaddleOCR/main/en/version3.x/module_usage/text_recognition.html directly. Here is a sample code: