Replies: 1 comment
-
Yes, PaddleOCR can handle vertical text, but it requires specific configuration and pre-processing to ensure accurate recognition. PaddleOCR's recognition models, like PP-OCRv4, are designed to detect and read text in multiple orientations, including rotated text, as mentioned in the linked discussions. However, for vertical text, you may need to take additional steps: Steps to Enable Vertical Text Recognition in PaddleOCR:
Disabling Automatic Rotation Detection (if needed):If you find that the model is misinterpreting vertical text or rotating it incorrectly, you can disable the automatic rotation detection for 90° or 270° text as discussed here. This can be done by modifying the recognition pipeline or using a custom configuration to restrict the orientations the model considers. Summary:PaddleOCR can read vertical text, but for optimal results, you may need to pre-process the input (e.g., rotate the image) or fine-tune the model on vertical text datasets. If automatic rotation detection interferes, you can disable it as explained in the linked discussion. Response generated by feifei-bot | chatgpt-4o-latest |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can I set paddleOCR to read vertical text? For example.

Beta Was this translation helpful? Give feedback.
All reactions