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
今天刚部署的0.9版本,按照教程部署的。然后在/demo/magic_pdf_parse_main.py函数中运行,输入的文件是/demo/demo1.pdf,运行时报了这个错,查了以下通义千问说可能是paddleocr的版本更新,请问这个问题应该怎么解决?
demo/magic_pdf_parse_main.py if name == 'main': pdf_path = r"demo1.pdf" pdf_parse_main(pdf_path)
Linux
3.10
0.9.x
cuda
The text was updated successfully, but these errors were encountered:
pip list 发一下所有paddle开头的包的版本
Sorry, something went wrong.
paddlepaddle和paddlepaddle-gpu版本不一致,不同版本不能混装
No branches or pull requests
Description of the bug | 错误描述
今天刚部署的0.9版本,按照教程部署的。然后在/demo/magic_pdf_parse_main.py函数中运行,输入的文件是/demo/demo1.pdf,运行时报了这个错,查了以下通义千问说可能是paddleocr的版本更新,请问这个问题应该怎么解决?
How to reproduce the bug | 如何复现
demo/magic_pdf_parse_main.py
if name == 'main':
pdf_path = r"demo1.pdf"
pdf_parse_main(pdf_path)
Operating system | 操作系统
Linux
Python version | Python 版本
3.10
Software version | 软件版本 (magic-pdf --version)
0.9.x
Device mode | 设备模式
cuda
The text was updated successfully, but these errors were encountered: