Commit Graph

1589 Commits

Author SHA1 Message Date
cdb cc9d9e5ce6 通过信号反复发送大量数据可能影响程序运行效率,最好注释掉此句,不发送识别结果到界面滚动显示 2020-12-15 18:40:53 +08:00
cdb b559bf3ffd 将识别结果通过PyqtSignal分批emit,修改为拼接识别结果后统一emit 2020-12-15 18:26:13 +08:00
MissPenguin 050a29a9fc
Merge pull request #1418 from Evezerest/develop
Update WeChat group QR code and add save label in the menu
2020-12-15 10:15:06 +08:00
Leif 2423054d83 Update wechat group QR code and delete redundancy codes in PPOCRLabel 2020-12-14 21:16:48 +08:00
Leif a8122289c2 Merge remote-tracking branch 'upstream/develop' into develop 2020-12-14 21:07:31 +08:00
MissPenguin 60ec405c6d
Update FAQ.md 2020-12-14 19:50:54 +08:00
MissPenguin e106563699
Update FAQ.md 2020-12-14 19:50:29 +08:00
MissPenguin 300c66a174
Merge pull request #1409 from MissPenguin/develop
update FAQ
2020-12-14 19:46:23 +08:00
Leif 7ec4c0e4cb Delete xml related codes 2020-12-14 15:59:48 +08:00
MissPenguin fd1961a4dc update FAQ 2020-12-14 06:48:30 +00:00
MissPenguin 7c57902e1f update FAQ 2020-12-14 03:28:40 +00:00
MissPenguin e7a708e9fd
Merge pull request #1377 from YukSing12/develop
Fix bug
2020-12-12 14:03:57 +08:00
Leif f45bdf5bf0 Add save label in menu 2020-12-11 21:47:03 +08:00
YukSing12 ea39083bd4 Fix bug 2020-12-10 14:40:27 +08:00
Daniel Yang 23942cf7bc
Merge pull request #1347 from Evezerest/develop
Enable difficult mode, fix a bug on Mac and update icon
2020-12-09 09:45:48 +08:00
Double_V 2e0a1e233c
Merge pull request #1350 from YukSing12/develop
Fix path in doc of quantization
2020-12-08 17:00:42 +08:00
YukSing12 8f5f35e643 Fix path 2020-12-08 16:03:50 +08:00
Leif eb2053467d Enable difficult mode, fix a bug on Mac and Update icon 2020-12-08 14:49:43 +08:00
Daniel Yang 70f3414622
Update FAQ.md 2020-12-08 12:12:57 +08:00
Daniel Yang 1d6368343d
Update FAQ.md 2020-12-08 12:11:02 +08:00
Daniel Yang c36e6fdf4a
Update FAQ.md 2020-12-08 12:07:44 +08:00
Daniel Yang d7bd1b6fc1
Update FAQ.md 2020-12-08 12:06:15 +08:00
Daniel Yang cba3b39eb3
Update README_ch.md 2020-12-08 12:05:49 +08:00
Daniel Yang 0e6201e943
Merge pull request #1335 from WenmuZhou/master
update faq,LGTM
2020-12-07 21:05:26 +08:00
Daniel Yang ece0f30b6d
Merge pull request #1341 from grasswolfs/update_joinus_1207
update joinus.PNG
2020-12-07 17:33:13 +08:00
grasswolfs 0255df4ab6 test=develop, test=documents_fix 2020-12-07 17:31:44 +08:00
zhoujun c83b99cafa
Merge pull request #1320 from ninetailskim/devddd
avoiding conflicts when thirdparty set parameters which not in paddleocr
2020-12-07 01:58:47 -06:00
WenmuZhou 7e7225f434 update link 2020-12-07 15:52:37 +08:00
WenmuZhou 706debf678 update faq 2020-12-07 10:20:08 +08:00
ninetailskim a6af1cb66b
Merge branch 'develop' into devddd 2020-12-04 17:44:48 +08:00
WenmuZhou 92326ef8f1 Merge branch 'develop' of https://github.com/PaddlePaddle/PaddleOCR into master 2020-12-04 17:09:57 +08:00
ninetailskim ed7403fc12 avoiding conflicts when thirdparty set parameters which not in paddleocr 2020-12-04 10:56:52 +08:00
Daniel Yang 2e088638d4
Merge pull request #1315 from Evezerest/develop
LGTM
2020-12-04 09:04:30 +08:00
Leif a9a1606f19 Delete build tool 2020-12-03 17:11:30 +08:00
Daniel Yang 4b526fb586
Merge pull request #1309 from Evezerest/develop
LGTM
2020-12-03 11:05:36 +08:00
Leif 438d064777 Opencv installation version is specified 2020-12-02 21:14:58 +08:00
Leif 61d52897d4 Update installation steps 2020-12-02 20:50:40 +08:00
Double_V 910c6128bb
Merge pull request #1203 from LDOUBLEV/fixocr
fix typo and print
2020-12-02 20:22:19 +08:00
Daniel Yang f501be3c68
Merge pull request #1294 from grasswolfs/update_joinus_1201
update joinus.PNG
2020-12-01 09:23:31 +08:00
grasswolfs 87fea7ecb0 test=develop, test=documents_fix 2020-12-01 09:21:30 +08:00
zhoujun 99a686e476
hide argparse when use whl by python (#1287)
* hide argparse when use whl by python

* set use_angle_cls defalut valut to false
2020-12-01 01:39:50 +08:00
zhoujun 7ed238f786
update whl doc (#1289) 2020-12-01 01:39:15 +08:00
zhoujun cf4a41542b
fix image_shape error when tps in model and char_type is ch (#1290) 2020-12-01 01:38:27 +08:00
WenmuZhou f96bf152f8 set use_angle_cls defalut valut to false 2020-11-30 17:48:13 +08:00
WenmuZhou efba14e1cc hide argparse when use whl by python 2020-11-30 17:30:52 +08:00
LDOUBLEV f2c35f55a2 enable_static to export_model 2020-11-30 10:28:21 +08:00
LDOUBLEV 0045e0894f print to logger.info 2020-11-30 10:22:21 +08:00
LDOUBLEV 06921b135b print to logger.info 2020-11-30 10:20:22 +08:00
MissPenguin 0007e4eeda
Merge pull request #1278 from dyning/develop
updata faq
2020-11-30 10:02:19 +08:00
dyning 7731fab9a0 updata faq 2020-11-29 12:39:56 +00:00