We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paddlepaddle Docker paddlepaddle 3.0.0b2 PaddleX 3.0.0b2 PP-OCRv4_server_det PP-OCRv4_server_rec ### 🌰 Minimal Reproducible Example (最小可复现问题的Demo) ```python from paddlex import create_pipeline import cv2 pipeline = create_pipeline(pipeline="../OCR.yaml",device='cpu') img_name = "img14" image = cv2.imread(f"../tb-img/{img_name}.webp") output = pipeline.predict("../tb-img/img14.jpg") for res in output: res.print() res.save_to_img(f"./output/{img_name}.jpg") res.save_to_json(f"./output/{img_name}.json")
The text was updated successfully, but these errors were encountered:
这个主要是中文和英文,不支持日语,1月会发布带日语的模型
Sorry, something went wrong.
cuicheng01
No branches or pull requests
🔎 Search before asking
🐛 Bug (问题描述)
使用Paddlex环境运行PP-OCRv4_server无法识别日语,请问是V4版本默认不支持除了中、英+数字外的其他语言,还是我的配置有问题?如果是我的问题我应该怎么让他支持日语的识别呢?
下面是相关配置和推理结果输出:
安装版本:
配置文件:
执行代码:
执行结果:
输入图片:
输出图片:
🏃♂️ Environment (运行环境)
The text was updated successfully, but these errors were encountered: