郑鑫

Results 4 comments of 郑鑫

> I guess they changed the names. I got it working like this: > > ```python > workflows: list[PipelineWorkflowReference] = [ > PipelineWorkflowReference( > name="create_base_extracted_entities", > config={ > "entity_extract": {...

> 参考 [https://github.com/opendatalab/MinerU/blob/master/docs/FAQ_zh_cn.md#3在intel-cpu-的mac上-安装最新版的完整功能包-magic-pdffull-cpu-06x-不成功](https://github.com/opendatalab/MinerU/blob/master/docs/FAQ_zh_cn.md#3%E5%9C%A8intel-cpu-%E7%9A%84mac%E4%B8%8A-%E5%AE%89%E8%A3%85%E6%9C%80%E6%96%B0%E7%89%88%E7%9A%84%E5%AE%8C%E6%95%B4%E5%8A%9F%E8%83%BD%E5%8C%85-magic-pdffull-cpu-06x-%E4%B8%8D%E6%88%90%E5%8A%9F) 安装的时候pip会报依赖版本错误,但是能安装成功,最后是不影响运行的。 按照这个过程安装完以后,如果直接运行 magic-pdf pdf-command --pdf "./demo/demo1.pdf" --inside_model true 会报错:Required dependency not installed, please install by **"pip install magic-pdf[full-cpu] detectron2 --extra-index-url https://myhloli.github.io/wheels/"** 使用pip install detectron2 --extra-index-url https://myhloli.github.io/wheels/ 命令后:...

> @xinzheng99 可以尝试创建一个新的conda环境,按FAQ的步骤安装,如果在国内安装,请在pip安装时添加以下参数 -i https://pypi.tuna.tsinghua.edu.cn/simple 指定清华源。 您好,就是这样操作的。

> > > @xinzheng99 可以尝试创建一个新的conda环境,按FAQ的步骤安装,如果在国内安装,请在pip安装时添加以下参数 -i https://pypi.tuna.tsinghua.edu.cn/simple 指定清华源。 > > > > > > 您好,就是这样操作的。 > > 请使用pip list,打印一下已安装的依赖列表发一下。 absl-py 2.1.0 aiohttp 3.9.5 aiosignal 1.3.1 albucore 0.0.12 albumentations 1.4.11 altair...