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
我想使用PaddleOCR,如何安装whl包呢?
The text was updated successfully, but these errors were encountered:
pip install paddlepaddle paddleocr
import paddleocr
请注意,如果您的机器安装的是CUDA9或CUDA10,请使用以下命令进行安装:
pip install paddlepaddle-gpu==2.0.0 -i https://mirror.baidu.com/pypi/simple pip install paddleocr -i https://mirror.baidu.com/pypi/simple
如果您需要更多版本需求和安装说明,请参考PaddleOCR官方文档。
To invoke the AceIssueSolver, add a comment using one of the following commands: @llm-issue-bot <QUESTION>: Pose more questions on AceIssueSolver.
Sorry, something went wrong.
No branches or pull requests
我想使用PaddleOCR,如何安装whl包呢?
The text was updated successfully, but these errors were encountered: