python - Decode punched tape from image -


is there library decode punched tape image? punched tape this:punched tape

the dots have different color background. image white rectangle black dots. need locate dots , decode text. desired output example array ("00011", "11001", ...) 1 dot, 0 missing dot.

what approach recommend? prefer easy use python's pil or imagemagick or in ruby.


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -