diff --git a/PPOCRLabel/README.md b/PPOCRLabel/README.md index 4e1e230405c58a7bf38b7b5dc958643690fd3f7e..c7598817ba6b52804ca4301dad206b46475f0fcc 100644 --- a/PPOCRLabel/README.md +++ b/PPOCRLabel/README.md @@ -60,7 +60,7 @@ python3 PPOCRLabel.py 4.1 Click 'Create RectBox' or press 'W' in English keyboard mode to draw a new rectangle detection box. Click and release left mouse to select a region to annotate the text area. - 4.2 Press 'P' to enter four-point labeling mode which enables you to create any four-point shape by clicking four points with the left mouse button in succession and DOUBLE CLICK the left mouse as the signal of labeling completion. + 4.2 Press 'Q' to enter four-point labeling mode which enables you to create any four-point shape by clicking four points with the left mouse button in succession and DOUBLE CLICK the left mouse as the signal of labeling completion. 5. After the marking frame is drawn, the user clicks "OK", and the detection frame will be pre-assigned a "TEMPORARY" label. diff --git a/PPOCRLabel/README_ch.md b/PPOCRLabel/README_ch.md index c4b4b07e3f9a7ca9faf9de11e8d0684cbe3efde9..bc60c4eee560d58ec6d1f3028921f29d9d20878b 100644 --- a/PPOCRLabel/README_ch.md +++ b/PPOCRLabel/README_ch.md @@ -49,7 +49,7 @@ python3 PPOCRLabel.py --lang ch 1. 安装与运行:使用上述命令安装与运行程序。 2. 打开文件夹:在菜单栏点击 “文件” - "打开目录" 选择待标记图片的文件夹[1]. 3. 自动标注:点击 ”自动标注“,使用PPOCR超轻量模型对图片文件名前图片状态[2]为 “X” 的图片进行自动标注。 -4. 手动标注:点击 “矩形标注”(推荐直接在英文模式下点击键盘中的 “W”),用户可对当前图片中模型未检出的部分进行手动绘制标记框。点击键盘P,则使用四点标注模式(或点击“编辑” - “四点标注”),用户依次点击4个点后,双击左键表示标注完成。 +4. 手动标注:点击 “矩形标注”(推荐直接在英文模式下点击键盘中的 “W”),用户可对当前图片中模型未检出的部分进行手动绘制标记框。点击键盘Q,则使用四点标注模式(或点击“编辑” - “四点标注”),用户依次点击4个点后,双击左键表示标注完成。 5. 标记框绘制完成后,用户点击 “确认”,检测框会先被预分配一个 “待识别” 标签。 6. 重新识别:将图片中的所有检测画绘制/调整完成后,点击 “重新识别”,PPOCR模型会对当前图片中的**所有检测框**重新识别[3]。 7. 内容更改:双击识别结果,对不准确的识别结果进行手动更改。 diff --git a/doc/joinus.PNG b/doc/joinus.PNG index 91efb922c5b2c6e604e14f1359c62842401d7c82..f0f481929f207fbc452a7457df1a490947934a60 100644 Binary files a/doc/joinus.PNG and b/doc/joinus.PNG differ