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

How to install #24

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

How to install #24

Harryoung opened this issue Sep 2, 2023 · 1 comment

Comments

@Harryoung
Copy link
Owner

How can I install PaddleOCR whl package?

@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:
    To install the PaddleOCR whl package, you have two options:
  1. Install from PyPI:

    • Run the command: pip install "paddleocr>=2.0.1" (It is recommended to use version 2.0.1 or higher)
  2. Build your own whl package and install:

    • Run the command: python3 setup.py bdist_wheel
    • Then, run the command: pip3 install dist/paddleocr-x.x.x-py3-none-any.whl (Replace x.x.x with the version of PaddleOCR)

Related Sources

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