Commit Graph

10 Commits (49ef54ee3cf6a3f52501dce670ea2e751c5d75d3)

Author SHA1 Message Date
Empathy d3e362a3a0
1、PPOCRLabel现在支持从中文路径导入图片,原本导入含中文路径的图片会导致崩溃。 (#11236)
2、PPOCRLabel现在支持移动被其他框覆盖的锚点,原本无法移动被覆盖的锚点。
3、修复utility.py中误输入字符导致的语法错误。
4、修复setValue()应输入int,实际输入float导致的类型错误。
5、修复paddleocr中未import predict_system的错误。
6、修复canvas.py中部分输入参数类型错误
7、修复了LabelList不兼容搜狗输入法或win11输入法的问题。原本使用搜狗输入法修改标注数据时,仅输入一个字母就会失去焦点并提交数据变更,导致无法输入完整的汉字。现在将处理逻辑改为失去焦点时仍不提交数据变更,直到切换item或按下enter键才提交。
8、新增扩大选框的功能

1、PPOCRLabel now supports importing images from Chinese paths, originally importing images containing Chinese paths would cause a crash.
2、PPOCRLabel now supports moving anchor points that are covered by other boxes, originally it could not move the covered anchor points.
3、Fix the syntax error caused by mistakenly inputting characters in utility.py.
4、Repair the type error caused by inputting int but float in setValue().
5、Repair the error of not import predict_system in paddleocr.
6、Fix some input parameter type errors in canvas.py.
7、LabelList can't use Sogou Input Method or Win11 Input Method to input text.
8、Add function of expand box.
2023-12-13 10:16:39 +08:00
Leif 050e2a6879 Update menu
Update menu
2022-09-29 16:58:26 +08:00
whjdark 4cbacc3b2c new commit 2022-07-08 14:44:38 +08:00
Leif e41dfc6e40 Update PPOCRLabel
Update PPOCRLabel
2022-05-13 14:59:37 +08:00
whj_dark 6413fb1f83 new 2022-05-05 15:36:04 +08:00
HinGwenWoong e8edb43718 Add Right click change key class 2022-02-20 17:20:29 +08:00
HinGwenWoong 814e8a8773 Delete useless part in key dialog, translate tip 2022-02-20 12:41:41 +08:00
HinGwenWoong 89c9abf669 UI add key list 2022-02-20 10:08:50 +08:00
redearly123/PaddleOCR d671e49dd2 add feature lockshapes 2021-12-22 23:07:04 +08:00
LuGu 3dc1d309bb 修改路径bug,添加whl包配置文件 2021-11-06 22:18:11 +08:00