mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
partial success on parse, missing symbology id
This commit is contained in:
@@ -343,7 +343,8 @@ impl<'a> Detector<'_> {
|
||||
);
|
||||
let src = Quadrilateral::new(topRight, topLeft, bottomRight, bottomLeft);
|
||||
|
||||
sampler.sample_grid_detailed(image, dimensionX, dimensionY, dst, src)
|
||||
let(res,_)=sampler.sample_grid_detailed(image, dimensionX, dimensionY, dst, src)?;
|
||||
Ok(res)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user