From 349bf7e69273a227536a58e5bea8a56da0648daf Mon Sep 17 00:00:00 2001 From: Evezerest <50011306+Evezerest@users.noreply.github.com> Date: Mon, 10 Oct 2022 16:59:55 +0800 Subject: [PATCH] Update README.md --- PPOCRLabel/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PPOCRLabel/README.md b/PPOCRLabel/README.md index 9c483e1f..8a3914e5 100644 --- a/PPOCRLabel/README.md +++ b/PPOCRLabel/README.md @@ -103,7 +103,7 @@ python PPOCRLabel.py --kie True # [KIE mode] for [detection + recognition + keyw ``` #### 1.2.3 Build and Install the Whl Package Locally -Compile and install a new whl package, where 1.0.2 is the version number, you can specify the new version in 'setup.py'. +Compile and install a new whl package, where 2.1.2 is the version number, you can specify the new version in 'setup.py'. ```bash cd ./PPOCRLabel python3 setup.py bdist_wheel -- GitLab