Skip to content
New issue

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

安装问题 #17

Open
Harryoung opened this issue Sep 2, 2023 · 1 comment
Open

安装问题 #17

Harryoung opened this issue Sep 2, 2023 · 1 comment

Comments

@Harryoung
Copy link
Owner

我想使用PaddleOCR,如何安装whl包呢?

@llm-issue-bot
Copy link

llm-issue-bot bot commented Sep 2, 2023

Issue Response

  • Introduction: Thanks for opening this issue, I am the AceIssueSolver that will help you with your questoins!
  • 🎯 First round response: The answer to your question is:
    要安装PaddleOCR的whl包,您可以按照以下步骤进行操作:
  1. 首先,确保您已经安装了Python和pip工具。
  2. 打开命令行终端,并执行以下命令来安装PaddleOCR的whl包:
    pip install paddlepaddle paddleocr
    
    这将会自动下载并安装最新版本的PaddleOCR和PaddlePaddle。
  3. 安装完成后,您可以通过导入PaddleOCR来开始使用它:
    import paddleocr
    现在,您已经成功安装了PaddleOCR的whl包,可以开始使用它了。

请注意,如果您的机器安装的是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官方文档

Resources

How to use

To invoke the AceIssueSolver, add a comment using one of the following commands:
@llm-issue-bot <QUESTION>: Pose more questions on AceIssueSolver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant