Convert barcode to number

风流意气都作罢 提交于 2019-12-10 18:27:19

问题


What online tool can be used to convert barcode image into number? There are many tools available that generate barcodes (convert numbers to image), but I need convert image into number, saying what type of barcode is used and what number is encoded in the image.


回答1:


  • Online web service: http://zxing.org/w/decode.jspx
  • Java library: https://code.google.com/p/zxing/
  • JavaScript for UPC: https://gist.github.com/tobeytailor/421369
  • .net: http://zbar.sourceforge.net/
  • Ruby: http://gbarcode.rubyforge.org/

and on and on. Search barcode decoder <platform> for a list based on your favored language.



来源:https://stackoverflow.com/questions/17595623/convert-barcode-to-number

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!