add missing to_string methods in pdf417

This commit is contained in:
Henry Schimke
2022-12-31 11:56:14 -06:00
parent da39b9fce4
commit f59507ce2a
5 changed files with 61 additions and 45 deletions

View File

@@ -152,7 +152,7 @@ impl<T: MultipleBarcodeReader + Reader> PDF417MultiImageSpanAbstractBlackBoxTest
log::fine(format!("Starting Image Group {}", name));
let file_base_name = name; //testImageGroup.getKey();
// let expectedText : String;
// let expectedText : String;
let mut expected_text_file = test_base.clone().to_path_buf();
expected_text_file.push(file_base_name);
expected_text_file.set_extension("txt");