Skip to content

Commit

Permalink
补充
Browse files Browse the repository at this point in the history
  • Loading branch information
ailiwean committed Sep 16, 2020
1 parent 3a57ea5 commit 308cf05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ private Result decodeInternal(BinaryBitmap image) {
try {
if (!(image.getBinarizer() instanceof HybridBinarizerFine) &&
reader instanceof OneDReader)
return null;
continue;
return reader.decode(image, hints);
} catch (ReaderException re) {
// continue
Expand Down

0 comments on commit 308cf05

Please sign in to comment.