mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
rename multi barcode methods to snake case
This commit is contained in:
@@ -748,7 +748,7 @@ impl<T: MultipleBarcodeReader + Reader> PDF417MultiImageSpanAbstractBlackBoxTest
|
||||
hints.insert(DecodeHintType::TRY_HARDER, DecodeHintValue::TryHarder(true));
|
||||
}
|
||||
|
||||
barcode_reader.decodeMultipleWithHints(source, &hints)
|
||||
barcode_reader.decode_multiple_with_hints(source, &hints)
|
||||
}
|
||||
|
||||
fn get_image_file_lists(&self) -> Result<HashMap<String, Vec<PathBuf>>, std::io::Error> {
|
||||
|
||||
Reference in New Issue
Block a user