forked from zxing-cpp/zxing-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DMDecoder: keep on decoding if a format error occurs
This is inspired by the discussion in zxing-cpp#774. The idea is to "get as much information out of the barcode as possible", even if a format error (like an invalid code word) or readerInit flag at the wrong position occurs. This still results in an error condition but the user might still find value in interpreting the (completely) decoded message.
- Loading branch information
Showing
2 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters