- Task 5 - Still image mode End-to-End - Method: OpenCV + Tesseract
- Method info
- Samples list
- Per sample details
method: OpenCV + Tesseract2017-09-01
Authors: RRC DOST organizers
Description: Code here https://github.com/ComputerVisionCentre/RRC2015_Baseline_CV3Tess
Only modification is the minArea and maxArea parameters of the ERFilter detector (in line 92) in order to detect very small text as follows:
Ptr er_filter1 = createERFilterNM1(loadClassifierNM1("trained_classifierNM1.xml"),8,0.000015f,0.00013f,0.2f,true,0.1f);