Tao Xiaoxin
Tao Xiaoxin
pipeline = PaddleOCRVL( vl_rec_backend="vllm-server", vl_rec_server_url="http://127.0.0.1:2024/v1", use_layout_detection=False, layout_detection_model_name="PP-DocLayoutV2", layout_detection_model_dir="/models/PaddleOCR-VL/PP-DocLayoutV2", ) ### 试一下这个,应该可以 > ### 🔎 Search before asking > * [x] I have searched the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/) and found no similar...
使用PP-StructureV3 同样报错如下: ~~~ (venv) root@notebook-1761361751-vafbo-86cf9dbff6-wsts5:~/PaddleOCR# python paddleocr_server.py No model hoster is available! Please check your network connection to one of the following model hosts: HuggingFace (https://huggingface.co), ModelScope (https://modelscope.cn), AIStudio (https://aistudio.baidu.com),...
> 用PP-DocLayoutV2会导致页面排版出错,不是由上至下的顺序,不使用反而是正常的顺序(use_layout_detection=False) 谢谢, > > 使用PP-StructureV3 同样报错如下: > > ``` > > (venv) root@notebook-1761361751-vafbo-86cf9dbff6-wsts5:~/PaddleOCR# python paddleocr_server.py > > No model hoster is available! Please check your network connection to one...
+1 ,同求
请查看一下你当前使用的环境,一般这种情况是使用了别的Python 环境,没有使用你命令行里面的Python 环境