Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 681 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 681 Bytes

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.