From be9ed6ab387bcd20759f1b477d97c4f260bea7eb Mon Sep 17 00:00:00 2001 From: Evezerest <50011306+Evezerest@users.noreply.github.com> Date: Wed, 11 May 2022 14:38:30 +0800 Subject: [PATCH] Update README.md --- PPOCRLabel/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PPOCRLabel/README.md b/PPOCRLabel/README.md index 77897a61..2ae98481 100644 --- a/PPOCRLabel/README.md +++ b/PPOCRLabel/README.md @@ -15,8 +15,7 @@ PPOCRLabelv2 is a semi-automatic graphic annotation tool suitable for OCR field, - 2022.05: Add table annotations, follow `2.2 Table Annotations` for more information (by [whjdark](https://github.com/peterh0323); [Evezerest](https://github.com/Evezerest)) - 2022.02:(by [PeterH0323](https://github.com/peterh0323) ) - Add KIE Mode by using `--kie`, for [detection + identification + keyword extraction] labeling. - - Improve user experience: prompt for the number of files and labels, optimize interaction, and fix bugs such as only use CPU when inference - - New functions: Support using `C` or `X` to rotate box. + - Improve user experience: support using `C` or `X` to rotate box, prompt for the number of files and labels, optimize interaction. - 2021.11.17: - Support install and start PPOCRLabel through the whl package (by [d2623587501](https://github.com/d2623587501)) - Dataset segmentation: Divide the annotation file into training, verification and testing parts (refer to section 3.5 below, by [MrCuiHao](https://github.com/MrCuiHao)) -- GitLab