zxing-android-embedded icon indicating copy to clipboard operation
zxing-android-embedded copied to clipboard

Barcode not read completely - ITF ( Brazil )

Open ArleyPereira opened this issue 3 years ago • 2 comments

Library version: 4.3.0

Which phone/tablet are you using, and which Android version does it run? MOTO G 5S, Android 8.1

In Brazil, the ITF format with 48 digits is widely used, my problem is that only 44 is being read

Sample image: https://prnt.sc/24sftve

Original code: 85890000000 0 66990328213 0 64070821361 5 07253554203 5

Code received: 85890000000 66990328213 64070821361 07253554203

If anyone can help me get the code read in its entirety I would be very grateful

ArleyPereira avatar Dec 27 '21 11:12 ArleyPereira

Those printed digits are most likely not part of the barcode itself - only in the printed text.

This discussion seems related: https://stackoverflow.com/questions/22234424/zxing-not-reading-brazilian-barcode-bills-interleaved-2-of-5-correctly-how-ca

rkistner avatar Dec 27 '21 12:12 rkistner

Library version: 4.3.0

Which phone/tablet are you using, and which Android version does it run? MOTO G 5S, Android 8.1

In Brazil, the ITF format with 48 digits is widely used, my problem is that only 44 is being read

Sample image: https://prnt.sc/24sftve

Original code: 85890000000 0 66990328213 0 64070821361 5 07253554203 5

Code received: 85890000000 66990328213 64070821361 07253554203

If anyone can help me get the code read in its entirety I would be very grateful

Brother, o campo que ele não lê, são os digitos verificadores de cada bloco, isso você deverá fazer após a leitura. Lembrando que tem códigos de barras que usando mod10 ou mod11 pra calcular o dígito.

cabraljunior avatar Jan 18 '22 14:01 cabraljunior