mmocr/tests
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
..
data
test_apis [Enhancement] Add windows CI (#790) 2022-03-02 10:34:15 +08:00
test_core [Enhancement] Upgrade isort (#771) 2022-02-09 23:22:14 +08:00
test_dataset [Feature] Support loading annotation file with petrel/http backend (#793) 2022-03-07 19:18:02 +08:00
test_metrics [Fix] Allow invalid polygons in intersection and union by default (#471) 2021-09-28 10:57:12 +08:00
test_models [Fix] Support loading space character from dict file (#854) 2022-03-22 17:44:32 +08:00
test_tools [Enhancement] Add copyright info (#439) 2021-08-17 17:39:30 +08:00
test_utils [Feature] Add Tesserocr Inference (#814) 2022-03-28 22:50:53 +08:00