PaddlePaddle / PaddleOCR

Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
Apache License 2.0
38.99k stars 7.32k forks source link

Added some information about quickstart #12025

Open 974650904 opened 2 weeks ago

974650904 commented 2 weeks ago

默认的pip install "paddleocr>=2.0.1"在windows平台下,会下载paddleocr=2.0.1,然而,在2.0.1版本中不包含PP-OCRv4,所以调整了部分表述,减少初学者的疑惑。 修改范围包含中文和英文版本的 quickstart.md

Default pip install "paddleocr>=2.0.1" in windows, paddleocr=2.0.1 will be downloaded, however, PP-OCRv4 is not included in the 2.0.1 version, so some of the expressions are adjusted to reduce the confusion of beginners. The modification scope includes the Chinese and English versions of quickstart.md

paddle-bot[bot] commented 2 weeks ago

Thanks for your contribution!

CLAassistant commented 2 weeks ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


YZ zhao seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

GreatV commented 2 weeks ago

直接改成 pip install paddleocr 得了。

jzhang533 commented 2 weeks ago

直接改成 pip install paddleocr 得了。

agree

974650904 commented 2 weeks ago

直接改成pip install paddleocr得了。

可能我的经验不足,我觉得如果指定版本的话,可以降低维护指引Readme的频率,初学者可以简单的复现出结果。如果默认采用最新的版本,如果新版本中改变了调用方式,需要重写readme。仅为个人经验,如果不合适的话希望可以指导一下😊