/text-detection

text detection using opencv and python

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

text detection

very simple text detection using opencv and python
也可以用于中文!
심지어 한국

usage

python TextDetect.py input.png

requirements

  • Python > 3.0 (Tested with: 3.4.3)
  • Opencv > 3.0 (Tested with: 3.0.0)

what to do when the result is not good

Try to change the ele_size for text_detect, smaller value results in a more sensitive detector in corresponding direction

results

tests

see also

license

BSD 3-Clause licensed. See the bundled LICENSE file for more details.