rename multi barcode methods to snake case

This commit is contained in:
Henry Schimke
2022-12-31 13:15:30 -06:00
parent ede88360ad
commit 9ff68e6974
7 changed files with 24 additions and 24 deletions

View File

@@ -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> {