PaddleOCR/main/version3.x/pipeline_usage/table_recognition_v2 #16025
Replies: 2 comments 1 reply
-
通过参数指定本地模型路径: |
Beta Was this translation helpful? Give feedback.
-
self.pipeline = TableRecognitionPipelineV2( use_doc_orientation_classify设置为False,仍旧会在初始化完成后,调用predict推理时自动下载模型PP-LCNet_x1_0_doc_ori, 即使制定了模型路径并且确保了PP-LCNet_x1_0_doc_ori模型文件正常的情况下,仍旧会下载。 2025-09-03 06:31:19.159 | INFO | group_paddle_ocr_pdf:_initialize_pipeline:37 - 使用模型基础路径: /paddle/models 这是底层bug吗,use_doc_orientation_classify为True和False都会自动下载模型 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
PaddleOCR/main/version3.x/pipeline_usage/table_recognition_v2
Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
https://paddlepaddle.github.io/PaddleOCR/main/version3.x/pipeline_usage/table_recognition_v2.html
Beta Was this translation helpful? Give feedback.
All reactions