fix: correct error related to GenericMultipleBarcodeReader

This error occured in some cases during decode for an image with  many barcodes spread througout.
This commit is contained in:
Henry Schimke
2024-02-01 18:18:44 -06:00
parent 3c6c0426df
commit d73d92bd2a
7 changed files with 91 additions and 61 deletions

View File

@@ -30,7 +30,7 @@ use serde::{Deserialize, Serialize};
* @author Sean Owen
*/
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
#[derive(Clone)]
#[derive(Clone, Debug)]
pub struct RXingResult {
text: String,
rawBytes: Vec<u8>,