mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
port test
This commit is contained in:
@@ -83,7 +83,17 @@ impl MultipleBarcodeReader for PDF417Reader {
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for PDF417Reader {
|
||||
fn default() -> Self {
|
||||
Self {}
|
||||
}
|
||||
}
|
||||
|
||||
impl PDF417Reader {
|
||||
pub fn new() -> Self {
|
||||
Self::default()
|
||||
}
|
||||
|
||||
fn decode(
|
||||
image: &BinaryBitmap,
|
||||
hints: &DecodingHintDictionary,
|
||||
|
||||
Reference in New Issue
Block a user