PaddleOCR-VL使用python推理的时候可以单独只推理表格结构识别吗?需要加什么入参吗? #16787
              
                Unanswered
              
          
                  
                    
                      GrayChan813
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 2 comments
-
| 我不想启用版面分析的模块,因为我输入的图片只有表格,如果启用版面分析模块的话有可能会导致识别不出来是表格,后续的识别模型就不会把它当成表格来解析。 | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| 加入什么入参可以使得它能够像官方提供的demo一样走Element-Level Recognition里面的Table Recognition呢?求大神回答一下,感谢🙏🙏 | 
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.
-
pipeline = PaddleOCRVL(
# vl_rec_backend="vllm-server",
# vl_rec_server_url="http://127.0.0.1:8188/v1",
vl_rec_model_dir="./models/PaddleOCR-VL-0.9B",
layout_detection_model_dir ="./models/PP-DocLayoutV2"
)
Beta Was this translation helpful? Give feedback.
All reactions