mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
partial success on parse, missing symbology id
This commit is contained in:
@@ -469,7 +469,9 @@ impl<'a> Detector<'_> {
|
||||
point(low, high),
|
||||
);
|
||||
|
||||
sampler.sample_grid_detailed(image, dimension, dimension, dst, quad)
|
||||
let (res, _) = sampler.sample_grid_detailed(image, dimension, dimension, dst, quad)?;
|
||||
|
||||
Ok(res)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user