Results 2 issues of beiluo

### Description of the bug | 错误描述 Required dependency not installed, please install by "pip install magic-pdf[full-cpu] detectron2 --extra-index-url https://myhloli.github.io/wheels/" ### How to reproduce the bug | 如何复现 Package Version...

bug

因为0.6版本不支持提取PDF中的表格,0.7版本的提取表格功能暂时不可用(巨慢)。所以参考Issues中其他人给出的方案,自己实现了一个版本 首先需要按照模块 ```bash pip install rapidocr_onnxruntime pip install rapid_table ``` 代码main.py ```python import json import re import os import sys from typing import Dict, List from rapidocr_onnxruntime import RapidOCR from...