Commit Graph

80 Commits

Author SHA1 Message Date
Henry Schimke
3d75de7183 DetectPureQR ported 2023-03-20 11:09:06 -05:00
Henry Schimke
33ea52c3f7 Add test case for cropped, transposed, luma8 image 2023-03-20 10:00:24 -05:00
Henry Schimke
15859b9f10 rename character set and rename methods 2023-03-04 11:47:39 -06:00
Henry Schimke
9431031147 cargo clippy && fmt 2023-03-04 11:17:17 -06:00
Henry Schimke
a0b8b68869 repurpose CharacterSetECI as encoding abstraction 2023-03-04 11:17:17 -06:00
Steve Cook
d2ab7de5dd Add error reporting to tests 2023-03-02 00:06:30 -05:00
Steve Cook
70b1ef270f Update tests 2023-03-01 22:49:07 -05:00
Vukašin Stepanović
755e4a6e69 add missing imports 2023-02-15 12:59:25 +00:00
Vukašin Stepanović
8ee616d96b refactor to use common result type 2023-02-14 23:01:05 +00:00
Henry Schimke
d31e5bf6a1 clippy doesn't need to run in tests 2023-02-11 10:49:50 -06:00
Henry Schimke
92f15be032 standardize empty string to String::default()
This replaces "".to_owned() "".to_string() and String::from("")
2023-02-04 13:13:05 -06:00
Henry Schimke
fb60cfc5a3 fix issue with metadata testing 2023-02-01 12:23:00 -06:00
Henry Schimke
e024573905 several backported fixes (some are not supported and are not included in tests) 2023-01-28 18:33:58 -06:00
Henry Schimke
e4f6fe0daf fix mirrored and remove unsuported test case 2023-01-28 17:38:48 -06:00
Henry Schimke
ce37f1cf98 cleanup 2023-01-28 17:10:54 -06:00
Henry Schimke
5637c26fb6 add datamatrix tests 2023-01-28 15:19:29 -06:00
Henry Schimke
13c7a4deb0 add additional tests from c++ 2023-01-28 15:14:45 -06:00
Henry Schimke
42d40de755 cargo clippy --fix 2023-01-27 15:24:24 -06:00
Henry Schimke
58e6827e89 cargo fmt 2023-01-27 15:14:01 -06:00
Henry Schimke
d2728e0414 bring in updates from maxicode detection 2023-01-27 15:12:49 -06:00
Henry Schimke
9efab236e3 long running qrcode fix
zxing 110ef9e8f2733c051dd00e95bddc1bff6ab94ca5
2023-01-09 10:39:19 -06:00
Henry Schimke
fb0b626635 cargo fmt 2023-01-05 11:32:23 -06:00
Henry Schimke
b69f23711c clippy --fix 2023-01-05 11:32:10 -06:00
Henry Schimke
b375e04160 move to OnceCell binarizer cache 2023-01-05 11:29:29 -06:00
Henry Schimke
65f7c4d01b update for shared state and improved performance 2023-01-02 16:38:05 -06:00
Henry Schimke
9ff68e6974 rename multi barcode methods to snake case 2022-12-31 13:15:30 -06:00
Henry Schimke
f59507ce2a add missing to_string methods in pdf417 2022-12-31 11:56:14 -06:00
Henry Schimke
4f93092656 more warnings clenaup 2022-12-31 11:02:28 -06:00
Henry Schimke
29a4040f2d cleanup more warnings and deprecated function use 2022-12-30 17:00:35 -06:00
Henry Schimke
b383d7b0d4 many warnings cleaned up 2022-12-30 16:19:45 -06:00
Henry Schimke
ed0dcefa79 all integrations pass 2022-12-29 17:58:42 -06:00
Henry Schimke
09f25bfacc fixed datamatrix detection (incorrect) in ean13 2 2022-12-29 17:33:45 -06:00
Henry Schimke
3469f7c599 pdf 417 integration 100% 2022-12-29 15:39:28 -06:00
Henry Schimke
db674f0adf fixed codeword row error correction issue 2022-12-28 17:45:55 -06:00
Henry Schimke
cba6a10c4b port integration for pdf 417 1-3 2022-12-26 14:22:37 -06:00
Henry Schimke
9533a5165e cargo fmt 2022-12-16 17:12:14 -06:00
Henry Schimke
6842cda149 rss_expanded integration partial pass 2022-12-16 17:11:55 -06:00
Henry Schimke
903b12d9fd cargo fmt 2022-12-16 13:05:08 -06:00
Henry Schimke
c0ffa2bb1c cargo clippy fix 2022-12-16 11:19:00 -06:00
Henry Schimke
2de4061f8b begin port of rss_expanded 2022-12-14 17:52:11 -06:00
Henry Schimke
ab4dab420b rss_14 ported but does not pass integration 2022-12-13 17:39:12 -06:00
Henry Schimke
b1684ac698 integration tests 2022-12-10 17:43:58 -06:00
Henry Schimke
f13d8bd479 multiformat reader for one-d 2022-12-10 16:41:02 -06:00
Henry Schimke
cacdd80efd datamatrix inverted with hint integration 2022-12-10 13:23:37 -06:00
Henry Schimke
da16a67c04 ean13 extensions integration 2022-12-10 10:32:03 -06:00
Henry Schimke
11c0ac5a81 upce integration 2022-12-10 10:31:41 -06:00
Henry Schimke
9752608edd upca integration 2022-12-10 09:47:08 -06:00
Henry Schimke
42e5312e4c ean13 passes integration 2022-12-09 18:37:27 -06:00
Henry Schimke
81f2298dd0 ean 8 integration passes 2022-12-09 18:15:52 -06:00
Henry Schimke
031396d8f1 itf_reader port and pass 2022-12-08 12:10:37 -06:00