Replies: 2 comments
-
您好,PP-OCRv5 默认使用的是server模型,可以将mobile全部替换为server试试,即; pipeline = PPChatOCRv4Doc(
text_detection_model_name="PP-OCRv5_server_det",
text_recognition_model_name="PP-OCRv5_server_rec",
) |
Beta Was this translation helpful? Give feedback.
0 replies
-
建议使用server识别模型试试呢 |
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.
-
同一张图片,PP-OCRv5全部识别,PP-ChatOCRv4只能识别少部分文字,我需要基于语义抽取,让PP-ChatOCRv4使用PP-OCRv5的模型是不是能识别全部文字呢?
从输出日志看,模型替换了,但是识别效果还是达不到PP-OCRv5的效果
Beta Was this translation helpful? Give feedback.
All reactions