5
How can I read ITF (size 44) coded barcode in the Intercalated 2 of 5 pattern. Using some library like zxing, zbar, etc.?
I have used zxing and zbar libraries, but does not recognize the barcode of the boleto.
Try the examples already:
https://github.com/TheLevelUp/ZXingObjC http://zbar.sourceforge.net/iphone/sdkdoc/tutorial.html
From all the examples I find I can read all kinds of barcodes (QR Code, Code 39, 93, 128, ITF, etc.) up to small size Itfs. Except for the bank bill.
Does anyone have any idea what I can do?
I don’t have iOS but it seems to me that to get it depends on a camera with high resolution.
– Tony
FYI: My vote was too broad and not out of scope. And besides, I had a "not clear" vote. I’m thinking that at some point it will be necessary a post on the meta explaining what is each thing.
– Bacco
@Bacco http://meta.stackexchange.com/a/216192/167534, http://meta.stackexchange.com/a/215220/167534
– bfavaretto
@bfavaretto Great links, we need volunteer translators :)
– Bacco
@Bacco I can translate, just send me a link to post :D
– RodrigoBorth
@Rodrigoborth no [meta].
– bfavaretto
Barcode only reads the code, and does not calculate the code checker digit follows some links to studies http://www.jrimum.org/bopepo/wiki/Componente/Documentacao/Negocio http://carlosfprocha.com/blogs/paleo/archive/2013/06/21/linha-digit-225-vel-de-boletos-banc-225-rios.aspx
– Marcelo Cecin