mmocr/mmocr
garvan2021 c79a62487d
[Feature] Add Tesserocr Inference (#814)
* append tesserocr to requirements list, but may encounter build error at windows platform

* simply save

* 2022.3.4

* opencv-python==4.5.5 can cause cv2.error when print_result=True

* append MMOCR.tesseract_det_inference()

* argument check append

* fix lint error

* update commentary

* lint fix

* requirement remove opencv

* handle tessdata problem

* support tesseract recognition

* fix some bugs

* fix imshow bug

* support batch mode(fake)

* modify annotation

* refactor BaseRecognizer for show_result

* append pytest

* Mock tesseract

* Fix test

* remove \n from Tesseract

* normalize text score

* update docs
2022-03-28 22:50:53 +08:00
..
apis [Feature] Support CPU training/testing (#752) 2022-01-27 09:59:09 +08:00
core [Enhancement] Upgrade isort (#771) 2022-02-09 23:22:14 +08:00
datasets [Enhancement] Add warning info for LineStrParser (#850) 2022-03-22 17:44:05 +08:00
models [Feature] Add Tesserocr Inference (#814) 2022-03-28 22:50:53 +08:00
utils [Feature] Add Tesserocr Inference (#814) 2022-03-28 22:50:53 +08:00
__init__.py [Enhancement] update mmdet version limit (#773) 2022-02-09 10:25:07 +08:00
version.py Bump version to 0.4.1 (#755) 2022-01-27 14:39:17 +08:00