Maple0709

Results 4 issues of Maple0709

### Description of the bug | 错误描述 将magic_pdf.json中的"is_table_recog_enable":设置为true后,出现bug,若是false就不会出现此问题 ### How to reproduce the bug | 如何复现 Traceback (most recent call last): File "/data/MinerU/pdf_extract_test.py", line 20, in pipe = UNIPipe(jso_useful_key, img_writer)...

bug

### Description of the bug | 错误描述 Traceback (most recent call last): File "/opt/conda/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/opt/conda/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/data/MinerU/app.py", line...

bug

### Description of the bug | 错误描述 论文的参考文献解析后组合为list,但是内容为空。具体的内容如图: ![image](https://github.com/user-attachments/assets/ea730d78-be5c-4f50-923d-e3e26ca4205b) 解析后结果如图: ![image](https://github.com/user-attachments/assets/9daf3a2b-d876-43fc-a679-2da7806d1ea6) ### How to reproduce the bug | 如何复现 使用论文“基于卷积神经网络和模糊 PID 的掘进机控制系统研究.pdf”进行解析,第12页内容为空 ### Operating system | 操作系统 Linux ### Python...

bug

使用yolov10进行公式检测,模型训练结束后,预测结果如图中所示: ![image](https://github.com/user-attachments/assets/339330e2-4c2d-4677-9656-29aedbbe7e9b) 这种情况是为什么?如何处理