multiformat reader and writer (no test)

This commit is contained in:
Henry Schimke
2022-11-23 17:39:04 -06:00
parent 325fdcfda0
commit d3b3d01f85
15 changed files with 425 additions and 333 deletions

View File

@@ -141,7 +141,7 @@ pub enum DecodeHintValue {
* Image is known to be of one of a few possible formats.
* Maps to a {@link List} of {@link BarcodeFormat}s.
*/
PossibleFormats(BarcodeFormat),
PossibleFormats(Vec<BarcodeFormat>),
/**
* Spend more time to try to find a barcode; optimize for accuracy, not speed.