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
How can I install PaddleOCR whl package?
The text was updated successfully, but these errors were encountered:
Install from PyPI:
pip install "paddleocr>=2.0.1"
Build your own whl package and install:
python3 setup.py bdist_wheel
pip3 install dist/paddleocr-x.x.x-py3-none-any.whl
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
How can I install PaddleOCR whl package?
The text was updated successfully, but these errors were encountered: