怎么实现只检测文本框,不进行识别? #15462
Unanswered
sssss99999
asked this question in
Q&A
怎么实现只检测文本框,不进行识别?
#15462
Replies: 1 comment
-
您好,新版的ocr中检测和识别都是必选的,如果您需要只检测文本,不识别,可以直接使用文本检测模块。参考文档如下: https://paddlepaddle.github.io/PaddleOCR/main/version3.x/module_usage/text_detection.html#_4。 |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
之前的版本可以通过下面的方式实现只检测不识别。
最新的版本里移除了rec这个参数,应该怎么实现只检测文本,不识别呢
Beta Was this translation helpful? Give feedback.
All reactions