PaddleOCR/main/version3.x/pipeline_usage/table_recognition_v2 #16025
Replies: 3 comments 4 replies
-
|
通过参数指定本地模型路径: |
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.
-
|
请问我使用了自定义数据集,在预训练ocrv5的基础上进行了微调,并将该模型导入了表格识别产线,但是识别出来的结果全是乱码,产线配置文件中也没有字符集指定地址参数,是哪个环节出了问题了吗 |
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