From 97497d355f90eb8d16538926fd291a9d0bb98d4d Mon Sep 17 00:00:00 2001 From: Leif <4603009@qq.com> Date: Thu, 25 Aug 2022 18:59:00 +0800 Subject: [PATCH] rename readme rename readme --- PPOCRLabel/setup.py | 2 +- ppstructure/pdf2word/{pdf2word.md => README.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename ppstructure/pdf2word/{pdf2word.md => README.md} (100%) diff --git a/PPOCRLabel/setup.py b/PPOCRLabel/setup.py index 1ec54df1..1750f84b 100644 --- a/PPOCRLabel/setup.py +++ b/PPOCRLabel/setup.py @@ -33,7 +33,7 @@ setup( package_dir={'PPOCRLabel': ''}, include_package_data=True, entry_points={"console_scripts": ["PPOCRLabel= PPOCRLabel.PPOCRLabel:main"]}, - version='1.0.2', + version='2.1.1', install_requires=requirements, license='Apache License 2.0', description='PPOCRLabel is a semi-automatic graphic annotation tool suitable for OCR field, with built-in PPOCR model to automatically detect and re-recognize data. It is written in python3 and pyqt5, supporting rectangular box annotation and four-point annotation modes. Annotations can be directly used for the training of PPOCR detection and recognition models', diff --git a/ppstructure/pdf2word/pdf2word.md b/ppstructure/pdf2word/README.md similarity index 100% rename from ppstructure/pdf2word/pdf2word.md rename to ppstructure/pdf2word/README.md -- GitLab