Replies: 1 comment
-
I found the issue to solve the problem,it works. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here are the configurations about my host:
OS:windows 10 Home (x86_64) 22H2 version
CPU:Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz 2.70 GHz
Python:3.8.17(anaconda paddle_env)
IDE:VScode July 2023(version 1.81)
With the docs from the github, i printed the commands though cmd to install the paddleocr.
PS C:\Users\lenovo> python3 -m pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
the system indicated the command is not functional,so i chose pip3 to install.
>>pip3 install paddlepaddle -i https://mirror.baidu.com/pypi/simple
...
>>pip3 install "paddleocr>=2.0.1"
but the second command went wrong ,here are the details from the cmd:
thanks for giving me advice.
reference docs:
https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.7/doc/doc_ch/environment.md
https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.7/doc/doc_ch/quickstart.md
AttributeError: 'Document' object has no attribute 'pageCount' #8972
Lifting PyMuPDF's version pin from requirements.txt #8150
Beta Was this translation helpful? Give feedback.
All reactions