PaddleOCR返回单个字符位置 #14825
Unanswered
Kyo1234567
asked this question in
Q&A
PaddleOCR返回单个字符位置
#14825
Replies: 1 comment 2 replies
-
PaddleOCR 默认返回的是识别到的文本行或文本块的整体位置,如果你想要获取单个字符的位置,可以考虑以下方法:
如果你的应用场景要求精准的单字符坐标,推荐使用字符级检测模型,而不是依赖文本行坐标拆分。具体实现方式可以参考 PaddleOCR 的检测模型调整或自定义后处理逻辑。 希望这能帮助到你!🎯 Response generated by 🤖 feifei-bot | chatgpt-4o-latest |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
大家好,我想知道PaddleOCR的识别模型能否返回单个字符的位置,而不是一行或一块文本的位置?
Beta Was this translation helpful? Give feedback.
All reactions