MinerU
MinerU copied to clipboard
win10安装成功后运行命令没有报错也没看到输出文件
Description of the bug | 错误描述
How to reproduce the bug | 如何复现
使用win10安装成功后运行命令
Operating system | 操作系统
Windows
Python version | Python 版本
3.10
Software version | 软件版本 (magic-pdf --version)
0.6.x
Device mode | 设备模式
cpu
no
how can i fix this problem
maybe you have 2 question: 1.magic-pdf version is wrong
magic-pdf --version
if not 0.6.x, you need use a new clean env to install it. 2.output dir is wrong you can mod magic-pdf.json
{
"temp-output-dir":"D:/tmp",
}
when the program finished,you can find result in D:/tmp
try find the absolute path? like D:/ or C:/