We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在转PDF表格时候出现了重写情况:
conda create -n MinerU python=3.10
conda activate MinerU
pip install -U magic-pdf[full] --extra-index-url https://wheels.myhloli.com -i https://mirrors.aliyun.com/pypi/simple
pip install --force-reinstall torch==2.3.1 torchvision==0.18.1 --index-url https://download.pytorch.org/whl/cu118
pip install paddlepaddle-gpu==2.6.1
{ "device-mode":"cuda" }
magic-pdf -p 04demo.pdf -o ./output
04demo.pdf
Windows
3.10
0.10.x
cuda
The text was updated successfully, but these errors were encountered:
表格解析效果不佳属已知问题,我们提供了三种不同的表格模型,可以自行切换尝试更换模型有没有改善。
Sorry, something went wrong.
No branches or pull requests
Description of the bug | 错误描述
在转PDF表格时候出现了重写情况:
How to reproduce the bug | 如何复现
conda create -n MinerU python=3.10
conda activate MinerU
pip install -U magic-pdf[full] --extra-index-url https://wheels.myhloli.com -i https://mirrors.aliyun.com/pypi/simple
pip install --force-reinstall torch==2.3.1 torchvision==0.18.1 --index-url https://download.pytorch.org/whl/cu118
pip install paddlepaddle-gpu==2.6.1
{
"device-mode":"cuda"
}
magic-pdf -p 04demo.pdf -o ./output
04demo.pdf
Operating system | 操作系统
Windows
Python version | Python 版本
3.10
Software version | 软件版本 (magic-pdf --version)
0.10.x
Device mode | 设备模式
cuda
The text was updated successfully, but these errors were encountered: