直接用ppocrv5 的 TextRecognition, 默认的识别模型是 ppocrv4_mobile_rec, 我想改成 ppocrV5_server_rec , 模型下载到指定路径,怎么从指定路径加载 #15467
-
from paddleocr import TextRecognition
|
Beta Was this translation helpful? Give feedback.
Answered by
liuhongen1234567
Jun 5, 2025
Replies: 1 comment 3 replies
-
您好,可以通过model_dir 指定下载好的模型路径, 比如: from paddleocr import TextRecognition |
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
是的