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 paddlepaddle-gpu pip install 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的whl包:
pip install paddlepaddle paddleocr
import paddleocr
请注意,如果您是Linux、Mac用户或已经拥有Python环境的用户,推荐直接安装paddleocr whl包来应用PDF2Word功能。详情可查看PaddleOCR官方文档。
paddleocr
总结起来,要安装PaddleOCR的whl包,您可以使用pip命令进行安装,并按照官方文档提供的步骤进行操作。
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: