PaddleOCR icon indicating copy to clipboard operation
PaddleOCR copied to clipboard

Add language support check for PP-OCRv5 model in PaddleOCR

Open thejjw opened this issue 6 months ago • 4 comments

Introduce a check for language support in the PP-OCRv5 model context: https://github.com/PaddlePaddle/PaddleOCR/issues/15373

The language check for v5 is based on the readme documentation that says "🌐 Single-model support for five text types - eamlessly process Simplified Chinese, Traditional Chinese, Simplified Chinese Pinyin, English and Japanse within a single model."

thejjw avatar May 27 '25 05:05 thejjw

Thanks for your contribution!

paddle-bot[bot] avatar May 27 '25 05:05 paddle-bot[bot]

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar May 27 '25 05:05 CLAassistant

commit fa621ef integrated yesterday includes similar code to my pr that checks the languages and effectively resolves the issue, albeit without giving proper credit one might say.

i don't know why my pr is left without reaction but i guess you can close the issue.

thanks.

thejjw avatar Jun 05 '25 03:06 thejjw

Thank you for taking the time to help fix the issue. In fact, we need to change the default model here from mobile to server and add relevant monitoring. Therefore, your PR has not been merged. We really appreciate your initiative in addressing this problem.

cuicheng01 avatar Jun 05 '25 05:06 cuicheng01