What parameters/settings does this space use?
#1
by
anonim999
- opened
I wonder what parameters/settings does this space use because when i run Paddle ocr v5 on local sometimes it gets 2 word as 1 word.
The demo called PP-OCRv5 service from AI Studio: https://aistudio.baidu.com/pipeline/p-a737f1ee9d30/deploy
the parameters are,
json={
"file": img_base64,
"fileType": 1,
"useDocOrientationClassify": False,
"useDocUnwarping": False,
"useTextlineOrientation": False,
}
which is same as the Python API you use locally.
Could you please submit the reproduce steps to https://github.com/PaddlePaddle/PaddleOCR/issues, then we can help you to solve the issues.