python - Decode punched tape from image -
is there library decode punched tape image? punched tape this:
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
Post a Comment