zxing-android-embedded
                                
                                
                                
                                    zxing-android-embedded copied to clipboard
                            
                            
                            
                        Barcode not read completely - ITF ( Brazil )
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
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
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.