shouzhong / Scanner

二维码/条码识别、身份证识别、银行卡识别、车牌识别、图片文字识别、黄图识别、驾驶证(驾照)识别
1.36k stars 355 forks source link

Doesnt scan anything #43

Open n-droidev opened 2 years ago

n-droidev commented 2 years ago

Hi.. Why this library doesnt scan anyhting at all ? I installed your demo app but that didnt work too..

shouzhong commented 2 years ago

com.google.zxing:core:3.3.3 and com.shouzhong:ScannerZBarLib:1.0.0 only support QR code and Bar code. com.shouzhong:ScannerBankCardLib:1.0.3 only supports some banks card of China. com.shouzhong:ScannerIdCardLib:1.0.4 and com.shouzhong:ScannerIdCard2Lib:1.0.0 only support ID card of China. com.shouzhong:ScannerLicensePlateLib:1.0.3 only supports the blue license plate of China, but it is only for study. com.shouzhong:ScannerTextLib:1.0.0 only supports the text, I don‘t know if other language besides Chinese and English are supported, it does not support scanning, you need to call the method ScannerUtils.decodeText(). com.shouzhong:ScannerNsfwLib:1.0.0 only supports erotic pictures, when the returning value is greater than 0.3, that means the picture is highly likely to be a erotic picture, it does not support scanning, you need to call the method ScannerUtils.decodeNsfw().

shouzhong commented 2 years ago

https://developers.google.com/ml-kit maybe will help you.