diff --git a/.changeset/cold-cheetahs-fix.md b/.changeset/cold-cheetahs-fix.md new file mode 100644 index 0000000..8e3e899 --- /dev/null +++ b/.changeset/cold-cheetahs-fix.md @@ -0,0 +1,5 @@ +--- +"barcode-detector": patch +--- + +Remove `zxing`-related tests as they are moved into the `zxing-wasm` repo. diff --git a/.changeset/shy-flowers-raise.md b/.changeset/shy-flowers-raise.md new file mode 100644 index 0000000..72f8565 --- /dev/null +++ b/.changeset/shy-flowers-raise.md @@ -0,0 +1,5 @@ +--- +"barcode-detector": patch +--- + +Pin `@types/dom-webcodecs` to `0.1.11` to avoid breaking types in projects using a lower version of TypeScript. Fixes #120. diff --git a/.changeset/thick-seahorses-repeat.md b/.changeset/thick-seahorses-repeat.md new file mode 100644 index 0000000..647e19d --- /dev/null +++ b/.changeset/thick-seahorses-repeat.md @@ -0,0 +1,5 @@ +--- +"barcode-detector": patch +--- + +Bump `zxing-wasm` to `1.2.15`. The success rate should be improved a lot. diff --git a/package.json b/package.json index 7e2e501..001ca66 100644 --- a/package.json +++ b/package.json @@ -74,9 +74,6 @@ "postbuild:es": "tsc --declarationDir ./dist/es", "postbuild:cjs": "tsc --declarationDir ./dist/cjs", "start": "vite preview --outDir ./tests --port $npm_package_config_port -l silent", - "pretest": "tsx ./scripts/list-dir.ts", - "pretest:ui": "tsx ./scripts/list-dir.ts", - "precoverage": "tsx ./scripts/list-dir.ts", "test": "start-server-and-test $npm_package_config_port 'vitest --coverage'", "test:ui": "start-server-and-test $npm_package_config_port 'vitest --ui --coverage'", "coverage": "start-server-and-test $npm_package_config_port 'vitest run --coverage'", @@ -90,26 +87,26 @@ "@changesets/cli": "^2.27.9", "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.5.0", - "@types/node": "^22.7.5", - "@vitest/browser": "^2.1.2", - "@vitest/coverage-istanbul": "^2.1.2", - "@vitest/ui": "^2.1.2", - "concurrently": "^9.0.1", + "@types/node": "^22.9.0", + "@vitest/browser": "^2.1.4", + "@vitest/coverage-istanbul": "^2.1.4", + "@vitest/ui": "^2.1.4", + "concurrently": "^9.1.0", "http-server": "^14.1.1", "lint-staged": "^15.2.10", - "playwright": "^1.48.0", + "playwright": "^1.48.2", "prettier": "^3.3.3", "rimraf": "^6.0.1", "simple-git-hooks": "^2.11.1", "start-server-and-test": "^2.0.8", - "tsx": "^4.19.1", + "tsx": "^4.19.2", "typescript": "^5.6.3", - "vite": "^5.4.8", - "vitest": "^2.1.2" + "vite": "^5.4.10", + "vitest": "^2.1.4" }, "dependencies": { - "@types/dom-webcodecs": "^0.1.13", - "zxing-wasm": "1.2.14" + "@types/dom-webcodecs": "0.1.11", + "zxing-wasm": "1.2.15" }, "packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ca99db8..8594b62 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,11 +9,11 @@ importers: .: dependencies: '@types/dom-webcodecs': - specifier: ^0.1.13 - version: 0.1.13 + specifier: 0.1.11 + version: 0.1.11 zxing-wasm: - specifier: 1.2.14 - version: 1.2.14 + specifier: 1.2.15 + version: 1.2.15 devDependencies: '@biomejs/biome': specifier: 1.9.3 @@ -23,25 +23,25 @@ importers: version: 2.27.9 '@commitlint/cli': specifier: ^19.5.0 - version: 19.5.0(@types/node@22.7.5)(typescript@5.6.3) + version: 19.5.0(@types/node@22.9.0)(typescript@5.6.3) '@commitlint/config-conventional': specifier: ^19.5.0 version: 19.5.0 '@types/node': - specifier: ^22.7.5 - version: 22.7.5 + specifier: ^22.9.0 + version: 22.9.0 '@vitest/browser': - specifier: ^2.1.2 - version: 2.1.2(@vitest/spy@2.1.2)(playwright@1.48.0)(typescript@5.6.3)(vite@5.4.8(@types/node@22.7.5))(vitest@2.1.2) + specifier: ^2.1.4 + version: 2.1.4(@types/node@22.9.0)(playwright@1.48.2)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0))(vitest@2.1.4) '@vitest/coverage-istanbul': - specifier: ^2.1.2 - version: 2.1.2(vitest@2.1.2) + specifier: ^2.1.4 + version: 2.1.4(vitest@2.1.4) '@vitest/ui': - specifier: ^2.1.2 - version: 2.1.2(vitest@2.1.2) + specifier: ^2.1.4 + version: 2.1.4(vitest@2.1.4) concurrently: - specifier: ^9.0.1 - version: 9.0.1 + specifier: ^9.1.0 + version: 9.1.0 http-server: specifier: ^14.1.1 version: 14.1.1 @@ -49,8 +49,8 @@ importers: specifier: ^15.2.10 version: 15.2.10 playwright: - specifier: ^1.48.0 - version: 1.48.0 + specifier: ^1.48.2 + version: 1.48.2 prettier: specifier: ^3.3.3 version: 3.3.3 @@ -64,17 +64,17 @@ importers: specifier: ^2.0.8 version: 2.0.8 tsx: - specifier: ^4.19.1 - version: 4.19.1 + specifier: ^4.19.2 + version: 4.19.2 typescript: specifier: ^5.6.3 version: 5.6.3 vite: - specifier: ^5.4.8 - version: 5.4.8(@types/node@22.7.5) + specifier: ^5.4.10 + version: 5.4.10(@types/node@22.9.0) vitest: - specifier: ^2.1.2 - version: 2.1.2(@types/node@22.7.5)(@vitest/browser@2.1.2)(@vitest/ui@2.1.2)(msw@2.3.5(typescript@5.6.3)) + specifier: ^2.1.4 + version: 2.1.4(@types/node@22.9.0)(@vitest/browser@2.1.4)(@vitest/ui@2.1.4)(msw@2.6.0(@types/node@22.9.0)(typescript@5.6.3)) packages: @@ -631,21 +631,25 @@ packages: '@hapi/topo@5.1.0': resolution: {integrity: sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==} - '@inquirer/confirm@3.1.22': - resolution: {integrity: sha512-gsAKIOWBm2Q87CDfs9fEo7wJT3fwWIJfnDGMn9Qy74gBnNFOACDNfhUzovubbJjWnKLGBln7/NcSmZwj5DuEXg==} + '@inquirer/confirm@5.0.1': + resolution: {integrity: sha512-6ycMm7k7NUApiMGfVc32yIPp28iPKxhGRMqoNDiUjq2RyTAkbs5Fx0TdzBqhabcKvniDdAAvHCmsRjnNfTsogw==} engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' - '@inquirer/core@9.0.10': - resolution: {integrity: sha512-TdESOKSVwf6+YWDz8GhS6nKscwzkIyakEzCLJ5Vh6O3Co2ClhCJ0A4MG909MUWfaWdpJm7DE45ii51/2Kat9tA==} + '@inquirer/core@10.0.1': + resolution: {integrity: sha512-KKTgjViBQUi3AAssqjUFMnMO3CM3qwCHvePV9EW+zTKGKafFGFF01sc1yOIYjLJ7QU52G/FbzKc+c01WLzXmVQ==} engines: {node: '>=18'} - '@inquirer/figures@1.0.5': - resolution: {integrity: sha512-79hP/VWdZ2UVc9bFGJnoQ/lQMpL74mGgzSYX1xUqCVk7/v73vJCMw1VuyWN1jGkZ9B3z7THAbySqGbCNefcjfA==} + '@inquirer/figures@1.0.7': + resolution: {integrity: sha512-m+Trk77mp54Zma6xLkLuY+mvanPxlE4A7yNKs2HBiyZ4UkVs28Mv5c/pgWrHeInx+USHeX/WEPzjrWrcJiQgjw==} engines: {node: '>=18'} - '@inquirer/type@1.5.2': - resolution: {integrity: sha512-w9qFkumYDCNyDZmNQjf/n6qQuvQ4dMC3BJesY4oF+yr0CxR5vxujflAVeIcS6U336uzi9GM0kAfZlLrZ9UTkpA==} + '@inquirer/type@3.0.0': + resolution: {integrity: sha512-YYykfbw/lefC7yKj7nanzQXILM7r3suIvyFlCcMskc99axmsSewXWkAfXKwMbgxL76iAFVmRwmYdwNZNc8gjog==} engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' '@isaacs/cliui@8.0.2': resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} @@ -679,8 +683,8 @@ packages: '@manypkg/get-packages@1.1.3': resolution: {integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==} - '@mswjs/interceptors@0.29.1': - resolution: {integrity: sha512-3rDakgJZ77+RiQUuSK69t1F0m8BQKA8Vh5DCS5V0DWvNY67zob2JhhQrhCO0AKLGINTRSFd1tBaHcJTkhefoSw==} + '@mswjs/interceptors@0.36.9': + resolution: {integrity: sha512-mMRDUBwSNeCgjSMEWfjoh4Rm9fbyZ7xQ9SBq8eGHiiyRn1ieTip3pNEt0wxWVPPxR4i1Rv9bTkeEbkX7M4c15A==} engines: {node: '>=18'} '@nodelib/fs.scandir@2.1.5': @@ -819,26 +823,20 @@ packages: '@types/cookie@0.6.0': resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==} - '@types/dom-webcodecs@0.1.13': - resolution: {integrity: sha512-O5hkiFIcjjszPIYyUSyvScyvrBoV3NOEEZx/pMlsu44TKzWNkLVBBxnxJz42in5n3QIolYOcBYFCPZZ0h8SkwQ==} + '@types/dom-webcodecs@0.1.11': + resolution: {integrity: sha512-yPEZ3z7EohrmOxbk/QTAa0yonMFkNkjnVXqbGb7D4rMr+F1dGQ8ZUFxXkyLLJuiICPejZ0AZE9Rrk9wUCczx4A==} '@types/emscripten@1.39.13': resolution: {integrity: sha512-cFq+fO/isvhvmuP/+Sl4K4jtU6E23DoivtbO4r50e3odaxAiVdbfSYRDdJ4gCdxx+3aRjhphS5ZMwIH4hFy/Cw==} - '@types/estree@1.0.5': - resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} - '@types/estree@1.0.6': resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} - '@types/mute-stream@0.0.4': - resolution: {integrity: sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==} - '@types/node@12.20.55': resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} - '@types/node@22.7.5': - resolution: {integrity: sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==} + '@types/node@22.9.0': + resolution: {integrity: sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==} '@types/statuses@2.0.5': resolution: {integrity: sha512-jmIUGWrAiwu3dZpxntxieC+1n/5c3mjrImkmOSQ2NC5uP6cYO4aAZDdSmRcI5C1oiTmqlZGHC+/NmJrKogbP5A==} @@ -846,15 +844,12 @@ packages: '@types/tough-cookie@4.0.5': resolution: {integrity: sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==} - '@types/wrap-ansi@3.0.0': - resolution: {integrity: sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==} - - '@vitest/browser@2.1.2': - resolution: {integrity: sha512-tqpGfz2sfjFFNuZ2iLZ6EGRVnH8z18O93ZIicbLsxDhiLgRNz84UcjSvX4pbheuddW+BJeNbLGdM3BU8vohbEg==} + '@vitest/browser@2.1.4': + resolution: {integrity: sha512-89SrvShW6kWzmEYtBj5k1gBq88emoC2qrngw5hE1vNpRFteQ5/1URbKIVww391rIALTpzhhCt5yJt5tjLPZxYw==} peerDependencies: playwright: '*' safaridriver: '*' - vitest: 2.1.2 + vitest: 2.1.4 webdriverio: '*' peerDependenciesMeta: playwright: @@ -864,19 +859,18 @@ packages: webdriverio: optional: true - '@vitest/coverage-istanbul@2.1.2': - resolution: {integrity: sha512-dg7ex3GKrTIenAV0oEp78JucTVFsPMzjl1gYWun22O7SBDxcHFC/REZjWLhMTHRHY8ihm4uBCvmu+CvEu5/Adg==} + '@vitest/coverage-istanbul@2.1.4': + resolution: {integrity: sha512-NLmfjzXnRSmLF/h4hYkzjvd7hZ85DRZzPUqXu0McPFCMczDfNmOjMoM3KaxjFaEmOc1YzX9HHbU/Rr9VO+35ow==} peerDependencies: - vitest: 2.1.2 + vitest: 2.1.4 - '@vitest/expect@2.1.2': - resolution: {integrity: sha512-FEgtlN8mIUSEAAnlvn7mP8vzaWhEaAEvhSXCqrsijM7K6QqjB11qoRZYEd4AKSCDz8p0/+yH5LzhZ47qt+EyPg==} + '@vitest/expect@2.1.4': + resolution: {integrity: sha512-DOETT0Oh1avie/D/o2sgMHGrzYUFFo3zqESB2Hn70z6QB1HrS2IQ9z5DfyTqU8sg4Bpu13zZe9V4+UTNQlUeQA==} - '@vitest/mocker@2.1.2': - resolution: {integrity: sha512-ExElkCGMS13JAJy+812fw1aCv2QO/LBK6CyO4WOPAzLTmve50gydOlWhgdBJPx2ztbADUq3JVI0C5U+bShaeEA==} + '@vitest/mocker@2.1.4': + resolution: {integrity: sha512-Ky/O1Lc0QBbutJdW0rqLeFNbuLEyS+mIPiNdlVlp2/yhJ0SbyYqObS5IHdhferJud8MbbwMnexg4jordE5cCoQ==} peerDependencies: - '@vitest/spy': 2.1.2 - msw: ^2.3.5 + msw: ^2.4.9 vite: ^5.0.0 peerDependenciesMeta: msw: @@ -884,25 +878,25 @@ packages: vite: optional: true - '@vitest/pretty-format@2.1.2': - resolution: {integrity: sha512-FIoglbHrSUlOJPDGIrh2bjX1sNars5HbxlcsFKCtKzu4+5lpsRhOCVcuzp0fEhAGHkPZRIXVNzPcpSlkoZ3LuA==} + '@vitest/pretty-format@2.1.4': + resolution: {integrity: sha512-L95zIAkEuTDbUX1IsjRl+vyBSLh3PwLLgKpghl37aCK9Jvw0iP+wKwIFhfjdUtA2myLgjrG6VU6JCFLv8q/3Ww==} - '@vitest/runner@2.1.2': - resolution: {integrity: sha512-UCsPtvluHO3u7jdoONGjOSil+uON5SSvU9buQh3lP7GgUXHp78guN1wRmZDX4wGK6J10f9NUtP6pO+SFquoMlw==} + '@vitest/runner@2.1.4': + resolution: {integrity: sha512-sKRautINI9XICAMl2bjxQM8VfCMTB0EbsBc/EDFA57V6UQevEKY/TOPOF5nzcvCALltiLfXWbq4MaAwWx/YxIA==} - '@vitest/snapshot@2.1.2': - resolution: {integrity: sha512-xtAeNsZ++aRIYIUsek7VHzry/9AcxeULlegBvsdLncLmNCR6tR8SRjn8BbDP4naxtccvzTqZ+L1ltZlRCfBZFA==} + '@vitest/snapshot@2.1.4': + resolution: {integrity: sha512-3Kab14fn/5QZRog5BPj6Rs8dc4B+mim27XaKWFWHWA87R56AKjHTGcBFKpvZKDzC4u5Wd0w/qKsUIio3KzWW4Q==} - '@vitest/spy@2.1.2': - resolution: {integrity: sha512-GSUi5zoy+abNRJwmFhBDC0yRuVUn8WMlQscvnbbXdKLXX9dE59YbfwXxuJ/mth6eeqIzofU8BB5XDo/Ns/qK2A==} + '@vitest/spy@2.1.4': + resolution: {integrity: sha512-4JOxa+UAizJgpZfaCPKK2smq9d8mmjZVPMt2kOsg/R8QkoRzydHH1qHxIYNvr1zlEaFj4SXiaaJWxq/LPLKaLg==} - '@vitest/ui@2.1.2': - resolution: {integrity: sha512-92gcNzkDnmxOxyHzQrQYRsoV9Q0Aay0r4QMLnV+B+lbqlUWa8nDg9ivyLV5mMVTtGirHsYUGGh/zbIA55gBZqA==} + '@vitest/ui@2.1.4': + resolution: {integrity: sha512-Zd9e5oU063c+j9N9XzGJagCLNvG71x/2tOme3Js4JEZKX55zsgxhJwUgLI8hkN6NjMLpdJO8d7nVUUuPGAA58Q==} peerDependencies: - vitest: 2.1.2 + vitest: 2.1.4 - '@vitest/utils@2.1.2': - resolution: {integrity: sha512-zMO2KdYy6mx56btx9JvAqAZ6EyS3g49krMPPrgOp1yxGZiA93HumGk+bZ5jIZtOg5/VBYl5eBmGRQHqq4FG6uQ==} + '@vitest/utils@2.1.4': + resolution: {integrity: sha512-MXDnZn0Awl2S86PSNIim5PWXgIAx8CIkzu35mBdSApUip6RFOGXBCf3YFyeEu8n1IHk4bWD46DeYFu9mQlFIRg==} JSONStream@1.3.5: resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} @@ -1020,8 +1014,8 @@ packages: caniuse-lite@1.0.30001651: resolution: {integrity: sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==} - chai@5.1.1: - resolution: {integrity: sha512-pT1ZgP8rPNqUgieVaEY+ryQr6Q4HXNg8Ei9UnLUrjN4IA7dvQC5JB+/kxVcPNDHyBcc/26CXPkbNzq3qwrOEKA==} + chai@5.1.2: + resolution: {integrity: sha512-aGtmf24DW6MLHHG5gCx4zaI3uBq3KRtxeVs0DjFH6Z0rDNbsvTxFASFvdj79pxjxZ8/5u3PIiN3IwEIQkiiuPw==} engines: {node: '>=12'} chalk@2.4.2: @@ -1055,10 +1049,6 @@ packages: resolution: {integrity: sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==} engines: {node: '>=18'} - cli-spinners@2.9.2: - resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} - engines: {node: '>=6'} - cli-truncate@4.0.0: resolution: {integrity: sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==} engines: {node: '>=18'} @@ -1098,8 +1088,8 @@ packages: compare-func@2.0.0: resolution: {integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==} - concurrently@9.0.1: - resolution: {integrity: sha512-wYKvCd/f54sTXJMSfV6Ln/B8UrfLBKOYa+lzc6CHay3Qek+LorVSBdMVfyewFhRbH0Rbabsk4D+3PL/VjQ5gzg==} + concurrently@9.1.0: + resolution: {integrity: sha512-VxkzwMAn4LP7WyMnJNbHN5mKV9L2IbyDjpzemKr99sXNR3GqRNMMHdm7prV1ws9wg7ETj6WUkNOigZVsptwbgg==} engines: {node: '>=18'} hasBin: true @@ -1296,6 +1286,10 @@ packages: resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==} engines: {node: '>=16.17'} + expect-type@1.1.0: + resolution: {integrity: sha512-bFi65yM+xZgk+u/KRIpekdSYkTB5W1pEf0Lt8Q8Msh7b+eQ7LXVtIB1Bkm4fvclDEL1b2CZkMhv2mOeF8tMdkA==} + engines: {node: '>=12.0.0'} + extendable-error@0.1.7: resolution: {integrity: sha512-UOiS2in6/Q0FK0R0q6UY9vYpQ21mr/Qn1KOnte7vsACuNJf514WvCCUHSRCPcgjPT2bAhNIJdlE6bVap1GKmeg==} @@ -1723,6 +1717,9 @@ packages: loupe@3.1.1: resolution: {integrity: sha512-edNu/8D5MKVfGVFRhFf8aAxiTM6Wumfz5XsaatSxlD3w4R1d/WEKUTydCdPGbl9K7QG/Ca3GnDV2sIKIpXRQcw==} + loupe@3.1.2: + resolution: {integrity: sha512-23I4pFZHmAemUnz8WZXbYRSKYj801VDaNv9ETuMh7IrMc7VuVVSo+Z9iLE3ni30+U48iDWfi30d3twAXBYmnCg==} + lru-cache@10.4.3: resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} @@ -1740,11 +1737,11 @@ packages: resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==} hasBin: true - magic-string@0.30.11: - resolution: {integrity: sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==} + magic-string@0.30.12: + resolution: {integrity: sha512-Ea8I3sQMVXr8JhN4z+H/d8zwo+tYDgHE9+5G4Wnrwhs0gaK9fXTKx0Tw5Xwsd/bCPTTZNRAdpyzvoeORe9LYpw==} - magicast@0.3.4: - resolution: {integrity: sha512-TyDF/Pn36bBji9rWKHlZe+PZb6Mx5V8IHCSxk7X4aljM4e/vyDvZZYwHewdVaqiA0nb3ghfHU/6AUpDxWoER2Q==} + magicast@0.3.5: + resolution: {integrity: sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==} make-dir@4.0.0: resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==} @@ -1826,19 +1823,19 @@ packages: ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - msw@2.3.5: - resolution: {integrity: sha512-+GUI4gX5YC5Bv33epBrD+BGdmDvBg2XGruiWnI3GbIbRmMMBeZ5gs3mJ51OWSGHgJKztZ8AtZeYMMNMVrje2/Q==} + msw@2.6.0: + resolution: {integrity: sha512-n3tx2w0MZ3H4pxY0ozrQ4sNPzK/dGtlr2cIIyuEsgq2Bhy4wvcW6ZH2w/gXM9+MEUY6HC1fWhqtcXDxVZr5Jxw==} engines: {node: '>=18'} hasBin: true peerDependencies: - typescript: '>= 4.7.x' + typescript: '>= 4.8.x' peerDependenciesMeta: typescript: optional: true - mute-stream@1.0.0: - resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + mute-stream@2.0.0: + resolution: {integrity: sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==} + engines: {node: ^18.17.0 || >=20.5.0} nanoid@3.3.7: resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} @@ -1992,13 +1989,13 @@ packages: resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} engines: {node: '>=6'} - playwright-core@1.48.0: - resolution: {integrity: sha512-RBvzjM9rdpP7UUFrQzRwR8L/xR4HyC1QXMzGYTbf1vjw25/ya9NRAVnXi/0fvFopjebvyPzsmoK58xxeEOaVvA==} + playwright-core@1.48.2: + resolution: {integrity: sha512-sjjw+qrLFlriJo64du+EK0kJgZzoQPsabGF4lBvsid+3CNIZIYLgnMj9V6JY5VhM2Peh20DJWIVpVljLLnlawA==} engines: {node: '>=18'} hasBin: true - playwright@1.48.0: - resolution: {integrity: sha512-qPqFaMEHuY/ug8o0uteYJSRfMGFikhUysk8ZvAtfKmUK3kc/6oNl/y3EczF8OFGYIi/Ex2HspMfzYArk6+XQSA==} + playwright@1.48.2: + resolution: {integrity: sha512-NjYvYgp4BPmiwfe31j4gHLa3J7bD2WiBz8Lk2RoSsmX38SVIARZ18VYjxLjAcDsAhA+F4iSEXTSGgjua0rrlgQ==} engines: {node: '>=18'} hasBin: true @@ -2170,9 +2167,9 @@ packages: resolution: {integrity: sha512-tgqwPUMDcNDhuf1Xf6KTUsyeqGdgKMhzaH4PAZZuzguOgTl5uuyeYe/8mWgAr6IBxB5V06uqEf6Dy37gIWDtDg==} hasBin: true - sirv@2.0.4: - resolution: {integrity: sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==} - engines: {node: '>= 10'} + sirv@3.0.0: + resolution: {integrity: sha512-BPwJGUeDaDCHihkORDchNyyTvWFhcusy1XMmhEVTQTwGeybFbp8YEmB+njbPnth1FibULBSBVwCQni25XlCUDg==} + engines: {node: '>=18'} slash@3.0.0: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} @@ -2186,10 +2183,6 @@ packages: resolution: {integrity: sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==} engines: {node: '>=18'} - source-map-js@1.2.0: - resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} - engines: {node: '>=0.10.0'} - source-map-js@1.2.1: resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} engines: {node: '>=0.10.0'} @@ -2297,6 +2290,9 @@ packages: tinyexec@0.3.0: resolution: {integrity: sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==} + tinyexec@0.3.1: + resolution: {integrity: sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==} + tinyglobby@0.2.9: resolution: {integrity: sha512-8or1+BGEdk1Zkkw2ii16qSS7uVrQJPre5A9o/XkWPATkk23FZh/15BKFxPnlTy6vkljZxLqYCzzBMj30ZrSvjw==} engines: {node: '>=12.0.0'} @@ -2309,8 +2305,8 @@ packages: resolution: {integrity: sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==} engines: {node: '>=14.0.0'} - tinyspy@3.0.0: - resolution: {integrity: sha512-q5nmENpTHgiPVd1cJDDc9cVoYN5x4vCvwT3FMilvKPKneCBZAxn2YWQjDF0UMcE9k0Cay1gBiDfTMU0g+mPMQA==} + tinyspy@3.0.2: + resolution: {integrity: sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==} engines: {node: '>=14.0.0'} tmp@0.0.33: @@ -2340,8 +2336,8 @@ packages: tslib@2.7.0: resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==} - tsx@4.19.1: - resolution: {integrity: sha512-0flMz1lh74BR4wOvBjuh9olbnwqCPc35OOlfyzHba0Dc+QNUeWX/Gq2YTbnwcWPO3BMd8fkzRVrHcsR+a7z7rA==} + tsx@4.19.2: + resolution: {integrity: sha512-pOUl6Vo2LUq/bSa8S5q7b91cgNSjctn9ugq/+Mvow99qW6x/UZYwzxy/3NmqoT66eHYfCVvFvACC58UBPFf28g==} engines: {node: '>=18.0.0'} hasBin: true @@ -2349,8 +2345,8 @@ packages: resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} engines: {node: '>=10'} - type-fest@4.25.0: - resolution: {integrity: sha512-bRkIGlXsnGBRBQRAY56UXBm//9qH4bmJfFvq83gSz41N282df+fjy8ofcEgc1sM8geNt5cl6mC2g9Fht1cs8Aw==} + type-fest@4.26.1: + resolution: {integrity: sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==} engines: {node: '>=16'} typescript@5.6.3: @@ -2389,13 +2385,13 @@ packages: url-parse@1.5.10: resolution: {integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==} - vite-node@2.1.2: - resolution: {integrity: sha512-HPcGNN5g/7I2OtPjLqgOtCRu/qhVvBxTUD3qzitmL0SrG1cWFzxzhMDWussxSbrRYWqnKf8P2jiNhPMSN+ymsQ==} + vite-node@2.1.4: + resolution: {integrity: sha512-kqa9v+oi4HwkG6g8ufRnb5AeplcRw8jUF6/7/Qz1qRQOXHImG8YnLbB+LLszENwFnoBl9xIf9nVdCFzNd7GQEg==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true - vite@5.4.8: - resolution: {integrity: sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==} + vite@5.4.10: + resolution: {integrity: sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -2425,15 +2421,15 @@ packages: terser: optional: true - vitest@2.1.2: - resolution: {integrity: sha512-veNjLizOMkRrJ6xxb+pvxN6/QAWg95mzcRjtmkepXdN87FNfxAss9RKe2far/G9cQpipfgP2taqg0KiWsquj8A==} + vitest@2.1.4: + resolution: {integrity: sha512-eDjxbVAJw1UJJCHr5xr/xM86Zx+YxIEXGAR+bmnEID7z9qWfoxpHw0zdobz+TQAFOLT+nEXz3+gx6nUJ7RgmlQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 2.1.2 - '@vitest/ui': 2.1.2 + '@vitest/browser': 2.1.4 + '@vitest/ui': 2.1.4 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -2532,8 +2528,8 @@ packages: resolution: {integrity: sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==} engines: {node: '>=18'} - zxing-wasm@1.2.14: - resolution: {integrity: sha512-UaYfzSmFPIEmYDt/KyPvs/H02t8jO470BBFHUIlvtmloAm8f2zdAmOL93iWYQ5QYfSnTyFPg0yzZwznlBjfg4A==} + zxing-wasm@1.2.15: + resolution: {integrity: sha512-jX1yh/+iWlkvaxaJmQO1oYPf8c4sL8H+ZxFFYw4sriYnAmNTdo3Zthm/28WVHv0n8rXIP4GgUcuEIT4EKR1LKw==} snapshots: @@ -2562,7 +2558,7 @@ snapshots: '@babel/traverse': 7.25.4 '@babel/types': 7.25.4 convert-source-map: 2.0.0 - debug: 4.3.6 + debug: 4.3.7 gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -2647,7 +2643,7 @@ snapshots: '@babel/parser': 7.25.4 '@babel/template': 7.25.0 '@babel/types': 7.25.4 - debug: 4.3.6 + debug: 4.3.7 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -2848,11 +2844,11 @@ snapshots: human-id: 1.0.2 prettier: 2.8.8 - '@commitlint/cli@19.5.0(@types/node@22.7.5)(typescript@5.6.3)': + '@commitlint/cli@19.5.0(@types/node@22.9.0)(typescript@5.6.3)': dependencies: '@commitlint/format': 19.5.0 '@commitlint/lint': 19.5.0 - '@commitlint/load': 19.5.0(@types/node@22.7.5)(typescript@5.6.3) + '@commitlint/load': 19.5.0(@types/node@22.9.0)(typescript@5.6.3) '@commitlint/read': 19.5.0 '@commitlint/types': 19.5.0 tinyexec: 0.3.0 @@ -2899,7 +2895,7 @@ snapshots: '@commitlint/rules': 19.5.0 '@commitlint/types': 19.5.0 - '@commitlint/load@19.5.0(@types/node@22.7.5)(typescript@5.6.3)': + '@commitlint/load@19.5.0(@types/node@22.9.0)(typescript@5.6.3)': dependencies: '@commitlint/config-validator': 19.5.0 '@commitlint/execute-rule': 19.5.0 @@ -2907,7 +2903,7 @@ snapshots: '@commitlint/types': 19.5.0 chalk: 5.3.0 cosmiconfig: 9.0.0(typescript@5.6.3) - cosmiconfig-typescript-loader: 5.0.0(@types/node@22.7.5)(cosmiconfig@9.0.0(typescript@5.6.3))(typescript@5.6.3) + cosmiconfig-typescript-loader: 5.0.0(@types/node@22.9.0)(cosmiconfig@9.0.0(typescript@5.6.3))(typescript@5.6.3) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -3105,32 +3101,31 @@ snapshots: dependencies: '@hapi/hoek': 9.3.0 - '@inquirer/confirm@3.1.22': + '@inquirer/confirm@5.0.1(@types/node@22.9.0)': dependencies: - '@inquirer/core': 9.0.10 - '@inquirer/type': 1.5.2 + '@inquirer/core': 10.0.1(@types/node@22.9.0) + '@inquirer/type': 3.0.0(@types/node@22.9.0) + '@types/node': 22.9.0 - '@inquirer/core@9.0.10': + '@inquirer/core@10.0.1(@types/node@22.9.0)': dependencies: - '@inquirer/figures': 1.0.5 - '@inquirer/type': 1.5.2 - '@types/mute-stream': 0.0.4 - '@types/node': 22.7.5 - '@types/wrap-ansi': 3.0.0 + '@inquirer/figures': 1.0.7 + '@inquirer/type': 3.0.0(@types/node@22.9.0) ansi-escapes: 4.3.2 - cli-spinners: 2.9.2 cli-width: 4.1.0 - mute-stream: 1.0.0 + mute-stream: 2.0.0 signal-exit: 4.1.0 strip-ansi: 6.0.1 wrap-ansi: 6.2.0 yoctocolors-cjs: 2.1.2 + transitivePeerDependencies: + - '@types/node' - '@inquirer/figures@1.0.5': {} + '@inquirer/figures@1.0.7': {} - '@inquirer/type@1.5.2': + '@inquirer/type@3.0.0(@types/node@22.9.0)': dependencies: - mute-stream: 1.0.0 + '@types/node': 22.9.0 '@isaacs/cliui@8.0.2': dependencies: @@ -3176,7 +3171,7 @@ snapshots: globby: 11.1.0 read-yaml-file: 1.1.0 - '@mswjs/interceptors@0.29.1': + '@mswjs/interceptors@0.36.9': dependencies: '@open-draft/deferred-promise': 2.2.0 '@open-draft/logger': 0.3.0 @@ -3286,25 +3281,19 @@ snapshots: '@types/conventional-commits-parser@5.0.0': dependencies: - '@types/node': 22.7.5 + '@types/node': 22.9.0 '@types/cookie@0.6.0': {} - '@types/dom-webcodecs@0.1.13': {} + '@types/dom-webcodecs@0.1.11': {} '@types/emscripten@1.39.13': {} - '@types/estree@1.0.5': {} - '@types/estree@1.0.6': {} - '@types/mute-stream@0.0.4': - dependencies: - '@types/node': 22.7.5 - '@types/node@12.20.55': {} - '@types/node@22.7.5': + '@types/node@22.9.0': dependencies: undici-types: 6.19.8 @@ -3312,95 +3301,93 @@ snapshots: '@types/tough-cookie@4.0.5': {} - '@types/wrap-ansi@3.0.0': {} - - '@vitest/browser@2.1.2(@vitest/spy@2.1.2)(playwright@1.48.0)(typescript@5.6.3)(vite@5.4.8(@types/node@22.7.5))(vitest@2.1.2)': + '@vitest/browser@2.1.4(@types/node@22.9.0)(playwright@1.48.2)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0))(vitest@2.1.4)': dependencies: '@testing-library/dom': 10.4.0 '@testing-library/user-event': 14.5.2(@testing-library/dom@10.4.0) - '@vitest/mocker': 2.1.2(@vitest/spy@2.1.2)(msw@2.3.5(typescript@5.6.3))(vite@5.4.8(@types/node@22.7.5)) - '@vitest/utils': 2.1.2 - magic-string: 0.30.11 - msw: 2.3.5(typescript@5.6.3) - sirv: 2.0.4 + '@vitest/mocker': 2.1.4(msw@2.6.0(@types/node@22.9.0)(typescript@5.6.3))(vite@5.4.10(@types/node@22.9.0)) + '@vitest/utils': 2.1.4 + magic-string: 0.30.12 + msw: 2.6.0(@types/node@22.9.0)(typescript@5.6.3) + sirv: 3.0.0 tinyrainbow: 1.2.0 - vitest: 2.1.2(@types/node@22.7.5)(@vitest/browser@2.1.2)(@vitest/ui@2.1.2)(msw@2.3.5(typescript@5.6.3)) + vitest: 2.1.4(@types/node@22.9.0)(@vitest/browser@2.1.4)(@vitest/ui@2.1.4)(msw@2.6.0(@types/node@22.9.0)(typescript@5.6.3)) ws: 8.18.0 optionalDependencies: - playwright: 1.48.0 + playwright: 1.48.2 transitivePeerDependencies: - - '@vitest/spy' + - '@types/node' - bufferutil - typescript - utf-8-validate - vite - '@vitest/coverage-istanbul@2.1.2(vitest@2.1.2)': + '@vitest/coverage-istanbul@2.1.4(vitest@2.1.4)': dependencies: '@istanbuljs/schema': 0.1.3 - debug: 4.3.6 + debug: 4.3.7 istanbul-lib-coverage: 3.2.2 istanbul-lib-instrument: 6.0.3 istanbul-lib-report: 3.0.1 istanbul-lib-source-maps: 5.0.6 istanbul-reports: 3.1.7 - magicast: 0.3.4 + magicast: 0.3.5 test-exclude: 7.0.1 tinyrainbow: 1.2.0 - vitest: 2.1.2(@types/node@22.7.5)(@vitest/browser@2.1.2)(@vitest/ui@2.1.2)(msw@2.3.5(typescript@5.6.3)) + vitest: 2.1.4(@types/node@22.9.0)(@vitest/browser@2.1.4)(@vitest/ui@2.1.4)(msw@2.6.0(@types/node@22.9.0)(typescript@5.6.3)) transitivePeerDependencies: - supports-color - '@vitest/expect@2.1.2': + '@vitest/expect@2.1.4': dependencies: - '@vitest/spy': 2.1.2 - '@vitest/utils': 2.1.2 - chai: 5.1.1 + '@vitest/spy': 2.1.4 + '@vitest/utils': 2.1.4 + chai: 5.1.2 tinyrainbow: 1.2.0 - '@vitest/mocker@2.1.2(@vitest/spy@2.1.2)(msw@2.3.5(typescript@5.6.3))(vite@5.4.8(@types/node@22.7.5))': + '@vitest/mocker@2.1.4(msw@2.6.0(@types/node@22.9.0)(typescript@5.6.3))(vite@5.4.10(@types/node@22.9.0))': dependencies: - '@vitest/spy': 2.1.2 + '@vitest/spy': 2.1.4 estree-walker: 3.0.3 - magic-string: 0.30.11 + magic-string: 0.30.12 optionalDependencies: - msw: 2.3.5(typescript@5.6.3) - vite: 5.4.8(@types/node@22.7.5) + msw: 2.6.0(@types/node@22.9.0)(typescript@5.6.3) + vite: 5.4.10(@types/node@22.9.0) - '@vitest/pretty-format@2.1.2': + '@vitest/pretty-format@2.1.4': dependencies: tinyrainbow: 1.2.0 - '@vitest/runner@2.1.2': + '@vitest/runner@2.1.4': dependencies: - '@vitest/utils': 2.1.2 + '@vitest/utils': 2.1.4 pathe: 1.1.2 - '@vitest/snapshot@2.1.2': + '@vitest/snapshot@2.1.4': dependencies: - '@vitest/pretty-format': 2.1.2 - magic-string: 0.30.11 + '@vitest/pretty-format': 2.1.4 + magic-string: 0.30.12 pathe: 1.1.2 - '@vitest/spy@2.1.2': + '@vitest/spy@2.1.4': dependencies: - tinyspy: 3.0.0 + tinyspy: 3.0.2 - '@vitest/ui@2.1.2(vitest@2.1.2)': + '@vitest/ui@2.1.4(vitest@2.1.4)': dependencies: - '@vitest/utils': 2.1.2 + '@vitest/utils': 2.1.4 fflate: 0.8.2 flatted: 3.3.1 pathe: 1.1.2 - sirv: 2.0.4 + sirv: 3.0.0 tinyglobby: 0.2.9 tinyrainbow: 1.2.0 - vitest: 2.1.2(@types/node@22.7.5)(@vitest/browser@2.1.2)(@vitest/ui@2.1.2)(msw@2.3.5(typescript@5.6.3)) + vitest: 2.1.4(@types/node@22.9.0)(@vitest/browser@2.1.4)(@vitest/ui@2.1.4)(msw@2.6.0(@types/node@22.9.0)(typescript@5.6.3)) - '@vitest/utils@2.1.2': + '@vitest/utils@2.1.4': dependencies: - '@vitest/pretty-format': 2.1.2 - loupe: 3.1.1 + '@vitest/pretty-format': 2.1.4 + loupe: 3.1.2 tinyrainbow: 1.2.0 JSONStream@1.3.5: @@ -3514,7 +3501,7 @@ snapshots: caniuse-lite@1.0.30001651: {} - chai@5.1.1: + chai@5.1.2: dependencies: assertion-error: 2.0.1 check-error: 2.1.1 @@ -3547,8 +3534,6 @@ snapshots: dependencies: restore-cursor: 5.1.0 - cli-spinners@2.9.2: {} - cli-truncate@4.0.0: dependencies: slice-ansi: 5.0.0 @@ -3587,7 +3572,7 @@ snapshots: array-ify: 1.0.0 dot-prop: 5.3.0 - concurrently@9.0.1: + concurrently@9.1.0: dependencies: chalk: 4.1.2 lodash: 4.17.21 @@ -3618,9 +3603,9 @@ snapshots: corser@2.0.1: {} - cosmiconfig-typescript-loader@5.0.0(@types/node@22.7.5)(cosmiconfig@9.0.0(typescript@5.6.3))(typescript@5.6.3): + cosmiconfig-typescript-loader@5.0.0(@types/node@22.9.0)(cosmiconfig@9.0.0(typescript@5.6.3))(typescript@5.6.3): dependencies: - '@types/node': 22.7.5 + '@types/node': 22.9.0 cosmiconfig: 9.0.0(typescript@5.6.3) jiti: 1.21.6 typescript: 5.6.3 @@ -3776,7 +3761,7 @@ snapshots: estree-walker@3.0.3: dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 event-stream@3.3.4: dependencies: @@ -3816,6 +3801,8 @@ snapshots: signal-exit: 4.1.0 strip-final-newline: 3.0.0 + expect-type@1.1.0: {} + extendable-error@0.1.7: {} external-editor@3.1.0: @@ -4112,7 +4099,7 @@ snapshots: istanbul-lib-source-maps@5.0.6: dependencies: '@jridgewell/trace-mapping': 0.3.25 - debug: 4.3.6 + debug: 4.3.7 istanbul-lib-coverage: 3.2.2 transitivePeerDependencies: - supports-color @@ -4239,6 +4226,8 @@ snapshots: dependencies: get-func-name: 2.0.2 + loupe@3.1.2: {} + lru-cache@10.4.3: {} lru-cache@11.0.0: {} @@ -4254,15 +4243,15 @@ snapshots: lz-string@1.5.0: {} - magic-string@0.30.11: + magic-string@0.30.12: dependencies: '@jridgewell/sourcemap-codec': 1.5.0 - magicast@0.3.4: + magicast@0.3.5: dependencies: '@babel/parser': 7.25.4 '@babel/types': 7.25.4 - source-map-js: 1.2.0 + source-map-js: 1.2.1 make-dir@4.0.0: dependencies: @@ -4319,13 +4308,14 @@ snapshots: ms@2.1.3: {} - msw@2.3.5(typescript@5.6.3): + msw@2.6.0(@types/node@22.9.0)(typescript@5.6.3): dependencies: '@bundled-es-modules/cookie': 2.0.0 '@bundled-es-modules/statuses': 1.0.1 '@bundled-es-modules/tough-cookie': 0.1.6 - '@inquirer/confirm': 3.1.22 - '@mswjs/interceptors': 0.29.1 + '@inquirer/confirm': 5.0.1(@types/node@22.9.0) + '@mswjs/interceptors': 0.36.9 + '@open-draft/deferred-promise': 2.2.0 '@open-draft/until': 2.1.0 '@types/cookie': 0.6.0 '@types/statuses': 2.0.5 @@ -4336,12 +4326,14 @@ snapshots: outvariant: 1.4.3 path-to-regexp: 6.3.0 strict-event-emitter: 0.5.1 - type-fest: 4.25.0 + type-fest: 4.26.1 yargs: 17.7.2 optionalDependencies: typescript: 5.6.3 + transitivePeerDependencies: + - '@types/node' - mute-stream@1.0.0: {} + mute-stream@2.0.0: {} nanoid@3.3.7: {} @@ -4458,11 +4450,11 @@ snapshots: pify@4.0.1: {} - playwright-core@1.48.0: {} + playwright-core@1.48.2: {} - playwright@1.48.0: + playwright@1.48.2: dependencies: - playwright-core: 1.48.0 + playwright-core: 1.48.2 optionalDependencies: fsevents: 2.3.2 @@ -4625,7 +4617,7 @@ snapshots: simple-git-hooks@2.11.1: {} - sirv@2.0.4: + sirv@3.0.0: dependencies: '@polka/url': 1.0.0-next.25 mrmime: 2.0.0 @@ -4643,8 +4635,6 @@ snapshots: ansi-styles: 6.2.1 is-fullwidth-code-point: 5.0.0 - source-map-js@1.2.0: {} - source-map-js@1.2.1: {} spawndamnit@2.0.0: @@ -4747,6 +4737,8 @@ snapshots: tinyexec@0.3.0: {} + tinyexec@0.3.1: {} + tinyglobby@0.2.9: dependencies: fdir: 6.4.0(picomatch@4.0.2) @@ -4756,7 +4748,7 @@ snapshots: tinyrainbow@1.2.0: {} - tinyspy@3.0.0: {} + tinyspy@3.0.2: {} tmp@0.0.33: dependencies: @@ -4781,7 +4773,7 @@ snapshots: tslib@2.7.0: {} - tsx@4.19.1: + tsx@4.19.2: dependencies: esbuild: 0.23.1 get-tsconfig: 4.7.6 @@ -4790,7 +4782,7 @@ snapshots: type-fest@0.21.3: {} - type-fest@4.25.0: {} + type-fest@4.26.1: {} typescript@5.6.3: {} @@ -4810,7 +4802,7 @@ snapshots: dependencies: browserslist: 4.23.3 escalade: 3.1.2 - picocolors: 1.0.1 + picocolors: 1.1.0 url-join@4.0.1: {} @@ -4819,12 +4811,12 @@ snapshots: querystringify: 2.2.0 requires-port: 1.0.0 - vite-node@2.1.2(@types/node@22.7.5): + vite-node@2.1.4(@types/node@22.9.0): dependencies: cac: 6.7.14 - debug: 4.3.6 + debug: 4.3.7 pathe: 1.1.2 - vite: 5.4.8(@types/node@22.7.5) + vite: 5.4.10(@types/node@22.9.0) transitivePeerDependencies: - '@types/node' - less @@ -4836,40 +4828,41 @@ snapshots: - supports-color - terser - vite@5.4.8(@types/node@22.7.5): + vite@5.4.10(@types/node@22.9.0): dependencies: esbuild: 0.21.5 postcss: 8.4.47 rollup: 4.24.0 optionalDependencies: - '@types/node': 22.7.5 + '@types/node': 22.9.0 fsevents: 2.3.3 - vitest@2.1.2(@types/node@22.7.5)(@vitest/browser@2.1.2)(@vitest/ui@2.1.2)(msw@2.3.5(typescript@5.6.3)): + vitest@2.1.4(@types/node@22.9.0)(@vitest/browser@2.1.4)(@vitest/ui@2.1.4)(msw@2.6.0(@types/node@22.9.0)(typescript@5.6.3)): dependencies: - '@vitest/expect': 2.1.2 - '@vitest/mocker': 2.1.2(@vitest/spy@2.1.2)(msw@2.3.5(typescript@5.6.3))(vite@5.4.8(@types/node@22.7.5)) - '@vitest/pretty-format': 2.1.2 - '@vitest/runner': 2.1.2 - '@vitest/snapshot': 2.1.2 - '@vitest/spy': 2.1.2 - '@vitest/utils': 2.1.2 - chai: 5.1.1 - debug: 4.3.6 - magic-string: 0.30.11 + '@vitest/expect': 2.1.4 + '@vitest/mocker': 2.1.4(msw@2.6.0(@types/node@22.9.0)(typescript@5.6.3))(vite@5.4.10(@types/node@22.9.0)) + '@vitest/pretty-format': 2.1.4 + '@vitest/runner': 2.1.4 + '@vitest/snapshot': 2.1.4 + '@vitest/spy': 2.1.4 + '@vitest/utils': 2.1.4 + chai: 5.1.2 + debug: 4.3.7 + expect-type: 1.1.0 + magic-string: 0.30.12 pathe: 1.1.2 std-env: 3.7.0 tinybench: 2.9.0 - tinyexec: 0.3.0 + tinyexec: 0.3.1 tinypool: 1.0.1 tinyrainbow: 1.2.0 - vite: 5.4.8(@types/node@22.7.5) - vite-node: 2.1.2(@types/node@22.7.5) + vite: 5.4.10(@types/node@22.9.0) + vite-node: 2.1.4(@types/node@22.9.0) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 22.7.5 - '@vitest/browser': 2.1.2(@vitest/spy@2.1.2)(playwright@1.48.0)(typescript@5.6.3)(vite@5.4.8(@types/node@22.7.5))(vitest@2.1.2) - '@vitest/ui': 2.1.2(vitest@2.1.2) + '@types/node': 22.9.0 + '@vitest/browser': 2.1.4(@types/node@22.9.0)(playwright@1.48.2)(typescript@5.6.3)(vite@5.4.10(@types/node@22.9.0))(vitest@2.1.4) + '@vitest/ui': 2.1.4(vitest@2.1.4) transitivePeerDependencies: - less - lightningcss @@ -4958,6 +4951,6 @@ snapshots: yoctocolors-cjs@2.1.2: {} - zxing-wasm@1.2.14: + zxing-wasm@1.2.15: dependencies: '@types/emscripten': 1.39.13 diff --git a/scripts/list-dir.ts b/scripts/list-dir.ts deleted file mode 100644 index 5e9b9e2..0000000 --- a/scripts/list-dir.ts +++ /dev/null @@ -1,28 +0,0 @@ -import { readdir, writeFile } from "node:fs/promises"; -import { relative, resolve } from "node:path"; -import { fileURLToPath } from "node:url"; - -const samplesDir = fileURLToPath(new URL("../tests/samples", import.meta.url)); - -await writeFile( - resolve(samplesDir, "toc.json"), - JSON.stringify( - await Promise.all( - (await readdir(samplesDir, { withFileTypes: true })) - .filter((e) => e.isDirectory()) - .map((e) => [e.name, resolve(e.path, e.name)]) - .map(async ([n, p]) => [ - n, - (await readdir(p as string, { withFileTypes: true })) - .filter( - (e) => - e.isFile() && - (e.name.endsWith(".png") || e.name.endsWith(".jpg")), - ) - .map((e) => - relative(samplesDir, resolve(e.path, encodeURIComponent(e.name))), - ), - ]), - ), - ), -); diff --git a/src/BarcodeDetector.ts b/src/BarcodeDetector.ts index 4985c39..cfa359d 100644 --- a/src/BarcodeDetector.ts +++ b/src/BarcodeDetector.ts @@ -19,7 +19,7 @@ import { formatMap, } from "./utils.js"; -export { type BarcodeFormat } from "./utils.js"; +export type { BarcodeFormat } from "./utils.js"; export interface BarcodeDetectorOptions { formats?: BarcodeFormat[]; diff --git a/tests/samples/README b/tests/samples/README deleted file mode 100644 index 74e966e..0000000 --- a/tests/samples/README +++ /dev/null @@ -1 +0,0 @@ -Thanks to Enrique G-S for contributing many of the EAN-13 test images. diff --git a/tests/samples/aztec-1/128.png b/tests/samples/aztec-1/128.png deleted file mode 100644 index 82432dc..0000000 Binary files a/tests/samples/aztec-1/128.png and /dev/null differ diff --git a/tests/samples/aztec-1/128.txt b/tests/samples/aztec-1/128.txt deleted file mode 100644 index 1a70089..0000000 --- a/tests/samples/aztec-1/128.txt +++ /dev/null @@ -1 +0,0 @@ -This is an example Aztec symbol for Wikipedia. \ No newline at end of file diff --git a/tests/samples/aztec-1/217.png b/tests/samples/aztec-1/217.png deleted file mode 100644 index e58010b..0000000 Binary files a/tests/samples/aztec-1/217.png and /dev/null differ diff --git a/tests/samples/aztec-1/217.txt b/tests/samples/aztec-1/217.txt deleted file mode 100644 index db46e53..0000000 --- a/tests/samples/aztec-1/217.txt +++ /dev/null @@ -1 +0,0 @@ -I have the best words. \ No newline at end of file diff --git a/tests/samples/aztec-1/7.png b/tests/samples/aztec-1/7.png deleted file mode 100644 index 9ef4db8..0000000 Binary files a/tests/samples/aztec-1/7.png and /dev/null differ diff --git a/tests/samples/aztec-1/7.result.txt b/tests/samples/aztec-1/7.result.txt deleted file mode 100644 index a431263..0000000 --- a/tests/samples/aztec-1/7.result.txt +++ /dev/null @@ -1 +0,0 @@ -symbologyIdentifier=]z0 diff --git a/tests/samples/aztec-1/7.txt b/tests/samples/aztec-1/7.txt deleted file mode 100644 index b83fc50..0000000 --- a/tests/samples/aztec-1/7.txt +++ /dev/null @@ -1 +0,0 @@ -Code 2D! \ No newline at end of file diff --git a/tests/samples/aztec-1/Historico.png b/tests/samples/aztec-1/Historico.png deleted file mode 100644 index bd64399..0000000 Binary files a/tests/samples/aztec-1/Historico.png and /dev/null differ diff --git a/tests/samples/aztec-1/Historico.txt b/tests/samples/aztec-1/Historico.txt deleted file mode 100644 index 73d59fa..0000000 --- a/tests/samples/aztec-1/Historico.txt +++ /dev/null @@ -1 +0,0 @@ -Histórico \ No newline at end of file diff --git a/tests/samples/aztec-1/HistoricoLong.png b/tests/samples/aztec-1/HistoricoLong.png deleted file mode 100644 index b36b9f4..0000000 Binary files a/tests/samples/aztec-1/HistoricoLong.png and /dev/null differ diff --git a/tests/samples/aztec-1/HistoricoLong.txt b/tests/samples/aztec-1/HistoricoLong.txt deleted file mode 100644 index 6ffe3b7..0000000 --- a/tests/samples/aztec-1/HistoricoLong.txt +++ /dev/null @@ -1 +0,0 @@ -Históóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóórico \ No newline at end of file diff --git a/tests/samples/aztec-1/Z1-sequence4of7.png b/tests/samples/aztec-1/Z1-sequence4of7.png deleted file mode 100644 index 7214967..0000000 Binary files a/tests/samples/aztec-1/Z1-sequence4of7.png and /dev/null differ diff --git a/tests/samples/aztec-1/Z1-sequence4of7.result.txt b/tests/samples/aztec-1/Z1-sequence4of7.result.txt deleted file mode 100644 index 7ca53f9..0000000 --- a/tests/samples/aztec-1/Z1-sequence4of7.result.txt +++ /dev/null @@ -1,4 +0,0 @@ -symbologyIdentifier=]z6 -sequenceSize=7 -sequenceIndex=3 -sequenceId=Z1.txt diff --git a/tests/samples/aztec-1/Z1-sequence4of7.txt b/tests/samples/aztec-1/Z1-sequence4of7.txt deleted file mode 100644 index 4cab17e..0000000 --- a/tests/samples/aztec-1/Z1-sequence4of7.txt +++ /dev/null @@ -1 +0,0 @@ -3456 \ No newline at end of file diff --git a/tests/samples/aztec-1/abc-19x19C.png b/tests/samples/aztec-1/abc-19x19C.png deleted file mode 100644 index d75bffb..0000000 Binary files a/tests/samples/aztec-1/abc-19x19C.png and /dev/null differ diff --git a/tests/samples/aztec-1/abc-19x19C.txt b/tests/samples/aztec-1/abc-19x19C.txt deleted file mode 100644 index e85d5b4..0000000 --- a/tests/samples/aztec-1/abc-19x19C.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopqrstuvwxyz \ No newline at end of file diff --git a/tests/samples/aztec-1/abc-37x37.png b/tests/samples/aztec-1/abc-37x37.png deleted file mode 100644 index d94ceb8..0000000 Binary files a/tests/samples/aztec-1/abc-37x37.png and /dev/null differ diff --git a/tests/samples/aztec-1/abc-37x37.txt b/tests/samples/aztec-1/abc-37x37.txt deleted file mode 100644 index f5a90a5..0000000 --- a/tests/samples/aztec-1/abc-37x37.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ \ No newline at end of file diff --git a/tests/samples/aztec-1/abc-inverted.png b/tests/samples/aztec-1/abc-inverted.png deleted file mode 100644 index d98d920..0000000 Binary files a/tests/samples/aztec-1/abc-inverted.png and /dev/null differ diff --git a/tests/samples/aztec-1/abc-inverted.txt b/tests/samples/aztec-1/abc-inverted.txt deleted file mode 100644 index e85d5b4..0000000 --- a/tests/samples/aztec-1/abc-inverted.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopqrstuvwxyz \ No newline at end of file diff --git a/tests/samples/aztec-1/abc-mirrored.png b/tests/samples/aztec-1/abc-mirrored.png deleted file mode 100644 index a66731c..0000000 Binary files a/tests/samples/aztec-1/abc-mirrored.png and /dev/null differ diff --git a/tests/samples/aztec-1/abc-mirrored.txt b/tests/samples/aztec-1/abc-mirrored.txt deleted file mode 100644 index e85d5b4..0000000 --- a/tests/samples/aztec-1/abc-mirrored.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopqrstuvwxyz \ No newline at end of file diff --git a/tests/samples/aztec-1/az-thick.png b/tests/samples/aztec-1/az-thick.png deleted file mode 100644 index f577686..0000000 Binary files a/tests/samples/aztec-1/az-thick.png and /dev/null differ diff --git a/tests/samples/aztec-1/az-thick.txt b/tests/samples/aztec-1/az-thick.txt deleted file mode 100644 index bf9ebdc..0000000 --- a/tests/samples/aztec-1/az-thick.txt +++ /dev/null @@ -1 +0,0 @@ -Aztec Code is a public domain 2D matrix barcode symbology of nominally square symbols built on a square grid with a distinctive square bullseye pattern at their center. \ No newline at end of file diff --git a/tests/samples/aztec-1/az-thin.png b/tests/samples/aztec-1/az-thin.png deleted file mode 100644 index 56cb5a7..0000000 Binary files a/tests/samples/aztec-1/az-thin.png and /dev/null differ diff --git a/tests/samples/aztec-1/az-thin.txt b/tests/samples/aztec-1/az-thin.txt deleted file mode 100644 index bf9ebdc..0000000 --- a/tests/samples/aztec-1/az-thin.txt +++ /dev/null @@ -1 +0,0 @@ -Aztec Code is a public domain 2D matrix barcode symbology of nominally square symbols built on a square grid with a distinctive square bullseye pattern at their center. \ No newline at end of file diff --git a/tests/samples/aztec-1/dlusbs.png b/tests/samples/aztec-1/dlusbs.png deleted file mode 100644 index 3b3340d..0000000 Binary files a/tests/samples/aztec-1/dlusbs.png and /dev/null differ diff --git a/tests/samples/aztec-1/dlusbs.txt b/tests/samples/aztec-1/dlusbs.txt deleted file mode 100644 index fc21ac8..0000000 --- a/tests/samples/aztec-1/dlusbs.txt +++ /dev/null @@ -1 +0,0 @@ -3333h3i3jITIT \ No newline at end of file diff --git a/tests/samples/aztec-1/gs1-figure-4.15.1-2-31x31.png b/tests/samples/aztec-1/gs1-figure-4.15.1-2-31x31.png deleted file mode 100644 index a6d8e06..0000000 Binary files a/tests/samples/aztec-1/gs1-figure-4.15.1-2-31x31.png and /dev/null differ diff --git a/tests/samples/aztec-1/gs1-figure-4.15.1-2-31x31.result.txt b/tests/samples/aztec-1/gs1-figure-4.15.1-2-31x31.result.txt deleted file mode 100644 index dfe1e78..0000000 --- a/tests/samples/aztec-1/gs1-figure-4.15.1-2-31x31.result.txt +++ /dev/null @@ -1 +0,0 @@ -symbologyIdentifier=]z1 diff --git a/tests/samples/aztec-1/gs1-figure-4.15.1-2-31x31.txt b/tests/samples/aztec-1/gs1-figure-4.15.1-2-31x31.txt deleted file mode 100644 index b2c7f13..0000000 --- a/tests/samples/aztec-1/gs1-figure-4.15.1-2-31x31.txt +++ /dev/null @@ -1 +0,0 @@ -01095040000591012112345678p901101234567p171411208200http://www.gs1.org/demo/ \ No newline at end of file diff --git a/tests/samples/aztec-1/hello.png b/tests/samples/aztec-1/hello.png deleted file mode 100644 index f1a1b51..0000000 Binary files a/tests/samples/aztec-1/hello.png and /dev/null differ diff --git a/tests/samples/aztec-1/hello.txt b/tests/samples/aztec-1/hello.txt deleted file mode 100644 index b6fc4c6..0000000 --- a/tests/samples/aztec-1/hello.txt +++ /dev/null @@ -1 +0,0 @@ -hello \ No newline at end of file diff --git a/tests/samples/aztec-1/lorem-075x075.png b/tests/samples/aztec-1/lorem-075x075.png deleted file mode 100644 index 009c128..0000000 Binary files a/tests/samples/aztec-1/lorem-075x075.png and /dev/null differ diff --git a/tests/samples/aztec-1/lorem-075x075.txt b/tests/samples/aztec-1/lorem-075x075.txt deleted file mode 100644 index 9b04afb..0000000 --- a/tests/samples/aztec-1/lorem-075x075.txt +++ /dev/null @@ -1 +0,0 @@ -In ut magna vel mauris malesuada dictum. Nulla ullamcorper metus quis diam cursus facilisis. Sed mollis quam id justo rutrum sagittis. Donec laoreet rutrum est, nec convallis mauris condimentum sit amet. Phasellus gravida, justo et congue auctor, nisi ipsum viverra erat, eget hendrerit felis turpis nec lorem. Nulla ultrices, elit pellentesque aliquet laoreet, justo erat pulvinar nisi, id elementum sapien dolor et diam. Donec ac nunc sodales elit placerat eleifend. Sed ornare luctus ornare. Vestibulum vehicula, massa at pharetra fringilla, risus justo faucibus erat, nec porttitor nibh tellus sed est. Ut justo diam, lobortis eu tristique ac, p \ No newline at end of file diff --git a/tests/samples/aztec-1/lorem-105x105.png b/tests/samples/aztec-1/lorem-105x105.png deleted file mode 100644 index f630e16..0000000 Binary files a/tests/samples/aztec-1/lorem-105x105.png and /dev/null differ diff --git a/tests/samples/aztec-1/lorem-105x105.txt b/tests/samples/aztec-1/lorem-105x105.txt deleted file mode 100644 index 893acaf..0000000 --- a/tests/samples/aztec-1/lorem-105x105.txt +++ /dev/null @@ -1 +0,0 @@ -In ut magna vel mauris malesuada dictum. Nulla ullamcorper metus quis diam cursus facilisis. Sed mollis quam id justo rutrum sagittis. Donec laoreet rutrum est, nec convallis mauris condimentum sit amet. Phasellus gravida, justo et congue auctor, nisi ipsum viverra erat, eget hendrerit felis turpis nec lorem. Nulla ultrices, elit pellentesque aliquet laoreet, justo erat pulvinar nisi, id elementum sapien dolor et diam. Donec ac nunc sodales elit placerat eleifend. Sed ornare luctus ornare. Vestibulum vehicula, massa at pharetra fringilla, risus justo faucibus erat, nec porttitor nibh tellus sed est. Ut justo diam, lobortis eu tristique ac, p.In ut magna vel mauris malesuada dictum. Nulla ullamcorper metus quis diam cursus facilisis. Sed mollis quam id justo rutrum sagittis. Donec laoreet rutrum est, nec convallis mauris condimentum sit amet. Phasellus gravida, justo et congue auctor, nisi ipsum viverra erat, eget hendrerit felis turpis nec lorem. Nulla ultrices, elit pellentesque aliquet laoreet, justo erat pulvinar nisi, id elementum sapien dolor et diam. Donec ac nunc sodales elit placerat eleifend. Sed ornare luctus ornare. Vestibulum vehicula, massa at pharetra fringilla, risus justo faucibus erat, nec porttitor nibh tellus sed est. Ut justo diam, lobortis eu tristique ac, p \ No newline at end of file diff --git a/tests/samples/aztec-1/lorem-131x131.png b/tests/samples/aztec-1/lorem-131x131.png deleted file mode 100644 index 518d48f..0000000 Binary files a/tests/samples/aztec-1/lorem-131x131.png and /dev/null differ diff --git a/tests/samples/aztec-1/lorem-131x131.txt b/tests/samples/aztec-1/lorem-131x131.txt deleted file mode 100644 index 4acef72..0000000 --- a/tests/samples/aztec-1/lorem-131x131.txt +++ /dev/null @@ -1 +0,0 @@ -In ut magna vel mauris malesuada dictum. Nulla ullamcorper metus quis diam cursus facilisis. Sed mollis quam id justo rutrum sagittis. Donec laoreet rutrum est, nec convallis mauris condimentum sit amet. Phasellus gravida, justo et congue auctor, nisi ipsum viverra erat, eget hendrerit felis turpis nec lorem. Nulla ultrices, elit pellentesque aliquet laoreet, justo erat pulvinar nisi, id elementum sapien dolor et diam. Donec ac nunc sodales elit placerat eleifend. Sed ornare luctus ornare. Vestibulum vehicula, massa at pharetra fringilla, risus justo faucibus erat, nec porttitor nibh tellus sed est. Ut justo diam, lobortis eu tristique ac, p.In ut magna vel mauris malesuada dictum. Nulla ullamcorper metus quis diam cursus facilisis. Sed mollis quam id justo rutrum sagittis. Donec laoreet rutrum est, nec convallis mauris condimentum sit amet. Phasellus gravida, justo et congue auctor, nisi ipsum viverra erat, eget hendrerit felis turpis nec lorem. Nulla ultrices, elit pellentesque aliquet laoreet, justo erat pulvinar nisi, id elementum sapien dolor et diam. Donec ac nunc sodales elit placerat eleifend. Sed ornare luctus ornare. Vestibulum vehicula, massa at pharetra fringilla, risus justo faucibus erat, nec porttitor nibh tellus sed est. Ut justo diam, lobortis eu tristique ac, p. In ut magna vel mauris malesuada dictum. Nulla ullamcorper metus quis diam cursus facilisis. Sed mollis quam id justo rutrum sagittis. Donec laoreet rutrum est, nec convallis mauris condimentum sit amet. Phasellus gravida, justo et congue auctor, nisi ipsum viverra erat, eget hendrerit felis turpis nec lorem. Nulla ultrices, elit pellentesque aliquet laoreet, justo erat pulvinar nisi, id elementum sapien dolor et diam. Donec ac nunc sodales elit placerat eleifend. Sed ornare luctus ornare. Vestibulum vehicula, massa at pharetra fringilla, risus justo faucibus erat, nec porttitor nibh tellus sed est. Ut justo diam, lobortis eu tristique ac, p.In ut magna vel mauris malesuada dictum. Nulla ullamcorper metus quis diam cursus facilisis. Sed mollis quam id justo rutrum sagittis. Donec laoreet rutrum est, nec convallis mauris condimentum sit amet. Phasellus gravida, justo et congue auctor, nisi ipsum viverra erat, eget hendrerit felis turpis nec lorem. Nulla ultrices, elit pellentesque aliquet laoreet, justo erat pulvinar nisi, id elementum sapien dolor et diam. Donec ac nunc sodales elit placerat eleifend. Sed ornare luctus ornare. Vestibulum vehicula, massa at pharetra fringilla, risus justo faucibus erat, nec porttitor nibh tellus sed est. Ut justo diam, lobortis eu tris. In ut magna vel mauris malesuada dictum. Nulla ullamcorper metus quis diam cursus facilisis. Sed mollis quam id justo rutrum sagittis. Donec laoreet rutrum est, nec convallis mauris condimentum sit amet. Phasellus gravida, justo e. \ No newline at end of file diff --git a/tests/samples/aztec-1/lorem-151x151.png b/tests/samples/aztec-1/lorem-151x151.png deleted file mode 100644 index ffb13b8..0000000 Binary files a/tests/samples/aztec-1/lorem-151x151.png and /dev/null differ diff --git a/tests/samples/aztec-1/lorem-151x151.txt b/tests/samples/aztec-1/lorem-151x151.txt deleted file mode 100644 index ab683d7..0000000 --- a/tests/samples/aztec-1/lorem-151x151.txt +++ /dev/null @@ -1 +0,0 @@ -In ut magna vel mauris malesuada dictum. Nulla ullamcorper metus quis diam cursus facilisis. Sed mollis quam id justo rutrum sagittis. Donec laoreet rutrum est, nec convallis mauris condimentum sit amet. Phasellus gravida, justo et congue auctor, nisi ipsum viverra erat, eget hendrerit felis turpis nec lorem. Nulla ultrices, elit pellentesque aliquet laoreet, justo erat pulvinar nisi, id elementum sapien dolor et diam. Donec ac nunc sodales elit placerat eleifend. Sed ornare luctus ornare. Vestibulum vehicula, massa at pharetra fringilla, risus justo faucibus erat, nec porttitor nibh tellus sed est. Ut justo diam, lobortis eu tristique ac, p.In ut magna vel mauris malesuada dictum. Nulla ullamcorper metus quis diam cursus facilisis. Sed mollis quam id justo rutrum sagittis. Donec laoreet rutrum est, nec convallis mauris condimentum sit amet. Phasellus gravida, justo et congue auctor, nisi ipsum viverra erat, eget hendrerit felis turpis nec lorem. Nulla ultrices, elit pellentesque aliquet laoreet, justo erat pulvinar nisi, id elementum sapien dolor et diam. Donec ac nunc sodales elit placerat eleifend. Sed ornare luctus ornare. Vestibulum vehicula, massa at pharetra fringilla, risus justo faucibus erat, nec porttitor nibh tellus sed est. Ut justo diam, lobortis eu tristique ac, p. In ut magna vel mauris malesuada dictum. Nulla ullamcorper metus quis diam cursus facilisis. Sed mollis quam id justo rutrum sagittis. Donec laoreet rutrum est, nec convallis mauris condimentum sit amet. Phasellus gravida, justo et congue auctor, nisi ipsum viverra erat, eget hendrerit felis turpis nec lorem. Nulla ultrices, elit pellentesque aliquet laoreet, justo erat pulvinar nisi, id elementum sapien dolor et diam. Donec ac nunc sodales elit placerat eleifend. Sed ornare luctus ornare. Vestibulum vehicula, massa at pharetra fringilla, risus justo faucibus erat, nec porttitor nibh tellus sed est. Ut justo diam, lobortis eu tristique ac, p.In ut magna vel mauris malesuada dictum. Nulla ullamcorper metus quis diam cursus facilisis. Sed mollis quam id justo rutrum sagittis. Donec laoreet rutrum est, nec convallis mauris condimentum sit amet. Phasellus gravida, justo et congue auctor, nisi ipsum viverra erat, eget hendrerit felis turpis nec lorem. Nulla ultrices, elit pellentesque aliquet laoreet, justo erat pulvinar nisi, id elementum sapien dolor et diam. Donec ac nunc sodales elit placerat eleifend. Sed ornare luctus ornare. Vestibulum vehicula, massa at pharetra fringilla, risus justo faucibus erat, nec porttitor nibh tellus sed est. Ut justo diam, lobortis eu tris. In ut magna vel mauris malesuada dictum. Nulla ullamcorper metus quis diam cursus facilisis. Sed mollis quam id justo rutrum sagittis. Donec laoreet rutrum est, nec convallis mauris condimentum sit amet. Phasellus gravida, justo et congue auctor, nisi ipsum viverra erat, eget hendrerit felis turpis nec lorem. \ No newline at end of file diff --git a/tests/samples/aztec-1/mixed-ecis-41x41.bin b/tests/samples/aztec-1/mixed-ecis-41x41.bin deleted file mode 100644 index a51ee9f..0000000 Binary files a/tests/samples/aztec-1/mixed-ecis-41x41.bin and /dev/null differ diff --git a/tests/samples/aztec-1/mixed-ecis-41x41.png b/tests/samples/aztec-1/mixed-ecis-41x41.png deleted file mode 100644 index cbfd7ba..0000000 Binary files a/tests/samples/aztec-1/mixed-ecis-41x41.png and /dev/null differ diff --git a/tests/samples/aztec-1/partial-quiet-zone.png b/tests/samples/aztec-1/partial-quiet-zone.png deleted file mode 100644 index adc0243..0000000 Binary files a/tests/samples/aztec-1/partial-quiet-zone.png and /dev/null differ diff --git a/tests/samples/aztec-1/partial-quiet-zone.txt b/tests/samples/aztec-1/partial-quiet-zone.txt deleted file mode 100644 index 776dcf6..0000000 --- a/tests/samples/aztec-1/partial-quiet-zone.txt +++ /dev/null @@ -1 +0,0 @@ -KF5::Prison - The KDE barcode generation framework. \ No newline at end of file diff --git a/tests/samples/aztec-1/readerinit-compact-15x15.png b/tests/samples/aztec-1/readerinit-compact-15x15.png deleted file mode 100644 index 897b42c..0000000 Binary files a/tests/samples/aztec-1/readerinit-compact-15x15.png and /dev/null differ diff --git a/tests/samples/aztec-1/readerinit-compact-15x15.result.txt b/tests/samples/aztec-1/readerinit-compact-15x15.result.txt deleted file mode 100644 index d85407b..0000000 --- a/tests/samples/aztec-1/readerinit-compact-15x15.result.txt +++ /dev/null @@ -1,2 +0,0 @@ -symbologyIdentifier=]z0 -readerInit=true diff --git a/tests/samples/aztec-1/readerinit-compact-15x15.txt b/tests/samples/aztec-1/readerinit-compact-15x15.txt deleted file mode 100644 index 32dd1e2..0000000 --- a/tests/samples/aztec-1/readerinit-compact-15x15.txt +++ /dev/null @@ -1 +0,0 @@ -$I \ No newline at end of file diff --git a/tests/samples/aztec-1/readerinit-full-19x19.png b/tests/samples/aztec-1/readerinit-full-19x19.png deleted file mode 100644 index 61dd7a7..0000000 Binary files a/tests/samples/aztec-1/readerinit-full-19x19.png and /dev/null differ diff --git a/tests/samples/aztec-1/readerinit-full-19x19.result.txt b/tests/samples/aztec-1/readerinit-full-19x19.result.txt deleted file mode 100644 index d85407b..0000000 --- a/tests/samples/aztec-1/readerinit-full-19x19.result.txt +++ /dev/null @@ -1,2 +0,0 @@ -symbologyIdentifier=]z0 -readerInit=true diff --git a/tests/samples/aztec-1/readerinit-full-19x19.txt b/tests/samples/aztec-1/readerinit-full-19x19.txt deleted file mode 100644 index 32dd1e2..0000000 --- a/tests/samples/aztec-1/readerinit-full-19x19.txt +++ /dev/null @@ -1 +0,0 @@ -$I \ No newline at end of file diff --git a/tests/samples/aztec-1/tableShifts.png b/tests/samples/aztec-1/tableShifts.png deleted file mode 100644 index d504e99..0000000 Binary files a/tests/samples/aztec-1/tableShifts.png and /dev/null differ diff --git a/tests/samples/aztec-1/tableShifts.txt b/tests/samples/aztec-1/tableShifts.txt deleted file mode 100644 index d23102f..0000000 --- a/tests/samples/aztec-1/tableShifts.txt +++ /dev/null @@ -1 +0,0 @@ -AhUUDgdy672;..:8KjHH776JHHn3g. 8lm/%22Nn873R2897ks4JKDJ9JJaza2323!::;09UJRrhDQSKJDKdSJSdskjdslkEdjseze:ze \ No newline at end of file diff --git a/tests/samples/aztec-1/tag.png b/tests/samples/aztec-1/tag.png deleted file mode 100644 index 780aa28..0000000 Binary files a/tests/samples/aztec-1/tag.png and /dev/null differ diff --git a/tests/samples/aztec-1/tag.txt b/tests/samples/aztec-1/tag.txt deleted file mode 100644 index 029a248..0000000 --- a/tests/samples/aztec-1/tag.txt +++ /dev/null @@ -1 +0,0 @@ -Ceci est un tag. \ No newline at end of file diff --git a/tests/samples/aztec-1/texte.png b/tests/samples/aztec-1/texte.png deleted file mode 100644 index 2d4031c..0000000 Binary files a/tests/samples/aztec-1/texte.png and /dev/null differ diff --git a/tests/samples/aztec-1/texte.txt b/tests/samples/aztec-1/texte.txt deleted file mode 100644 index d716a9f..0000000 --- a/tests/samples/aztec-1/texte.txt +++ /dev/null @@ -1 +0,0 @@ -Ceci est un texte! \ No newline at end of file diff --git a/tests/samples/aztec-2/01.png b/tests/samples/aztec-2/01.png deleted file mode 100644 index d2224e5..0000000 Binary files a/tests/samples/aztec-2/01.png and /dev/null differ diff --git a/tests/samples/aztec-2/01.txt b/tests/samples/aztec-2/01.txt deleted file mode 100644 index 60a24c0..0000000 --- a/tests/samples/aztec-2/01.txt +++ /dev/null @@ -1 +0,0 @@ -This is a real world Aztec barcode test. \ No newline at end of file diff --git a/tests/samples/aztec-2/02.png b/tests/samples/aztec-2/02.png deleted file mode 100644 index 0385104..0000000 Binary files a/tests/samples/aztec-2/02.png and /dev/null differ diff --git a/tests/samples/aztec-2/02.txt b/tests/samples/aztec-2/02.txt deleted file mode 100644 index 60a24c0..0000000 --- a/tests/samples/aztec-2/02.txt +++ /dev/null @@ -1 +0,0 @@ -This is a real world Aztec barcode test. \ No newline at end of file diff --git a/tests/samples/aztec-2/03.png b/tests/samples/aztec-2/03.png deleted file mode 100644 index c54c7c2..0000000 Binary files a/tests/samples/aztec-2/03.png and /dev/null differ diff --git a/tests/samples/aztec-2/03.txt b/tests/samples/aztec-2/03.txt deleted file mode 100644 index 60a24c0..0000000 --- a/tests/samples/aztec-2/03.txt +++ /dev/null @@ -1 +0,0 @@ -This is a real world Aztec barcode test. \ No newline at end of file diff --git a/tests/samples/aztec-2/04.png b/tests/samples/aztec-2/04.png deleted file mode 100644 index f0f47ec..0000000 Binary files a/tests/samples/aztec-2/04.png and /dev/null differ diff --git a/tests/samples/aztec-2/04.txt b/tests/samples/aztec-2/04.txt deleted file mode 100644 index 60a24c0..0000000 --- a/tests/samples/aztec-2/04.txt +++ /dev/null @@ -1 +0,0 @@ -This is a real world Aztec barcode test. \ No newline at end of file diff --git a/tests/samples/aztec-2/05.png b/tests/samples/aztec-2/05.png deleted file mode 100644 index 4a7ce7e..0000000 Binary files a/tests/samples/aztec-2/05.png and /dev/null differ diff --git a/tests/samples/aztec-2/05.txt b/tests/samples/aztec-2/05.txt deleted file mode 100644 index 60a24c0..0000000 --- a/tests/samples/aztec-2/05.txt +++ /dev/null @@ -1 +0,0 @@ -This is a real world Aztec barcode test. \ No newline at end of file diff --git a/tests/samples/aztec-2/06.png b/tests/samples/aztec-2/06.png deleted file mode 100644 index 7b3eb50..0000000 Binary files a/tests/samples/aztec-2/06.png and /dev/null differ diff --git a/tests/samples/aztec-2/06.txt b/tests/samples/aztec-2/06.txt deleted file mode 100644 index 60a24c0..0000000 --- a/tests/samples/aztec-2/06.txt +++ /dev/null @@ -1 +0,0 @@ -This is a real world Aztec barcode test. \ No newline at end of file diff --git a/tests/samples/aztec-2/07.png b/tests/samples/aztec-2/07.png deleted file mode 100644 index 3705ae3..0000000 Binary files a/tests/samples/aztec-2/07.png and /dev/null differ diff --git a/tests/samples/aztec-2/07.txt b/tests/samples/aztec-2/07.txt deleted file mode 100644 index 60a24c0..0000000 --- a/tests/samples/aztec-2/07.txt +++ /dev/null @@ -1 +0,0 @@ -This is a real world Aztec barcode test. \ No newline at end of file diff --git a/tests/samples/aztec-2/08.png b/tests/samples/aztec-2/08.png deleted file mode 100644 index 8b4785d..0000000 Binary files a/tests/samples/aztec-2/08.png and /dev/null differ diff --git a/tests/samples/aztec-2/08.txt b/tests/samples/aztec-2/08.txt deleted file mode 100644 index 60a24c0..0000000 --- a/tests/samples/aztec-2/08.txt +++ /dev/null @@ -1 +0,0 @@ -This is a real world Aztec barcode test. \ No newline at end of file diff --git a/tests/samples/aztec-2/09.png b/tests/samples/aztec-2/09.png deleted file mode 100644 index 22f1a5e..0000000 Binary files a/tests/samples/aztec-2/09.png and /dev/null differ diff --git a/tests/samples/aztec-2/09.txt b/tests/samples/aztec-2/09.txt deleted file mode 100644 index 30afa17..0000000 --- a/tests/samples/aztec-2/09.txt +++ /dev/null @@ -1 +0,0 @@ -mailto:zxing@googlegroups.com \ No newline at end of file diff --git a/tests/samples/aztec-2/10.png b/tests/samples/aztec-2/10.png deleted file mode 100644 index 7a17af9..0000000 Binary files a/tests/samples/aztec-2/10.png and /dev/null differ diff --git a/tests/samples/aztec-2/10.txt b/tests/samples/aztec-2/10.txt deleted file mode 100644 index 30afa17..0000000 --- a/tests/samples/aztec-2/10.txt +++ /dev/null @@ -1 +0,0 @@ -mailto:zxing@googlegroups.com \ No newline at end of file diff --git a/tests/samples/aztec-2/11.png b/tests/samples/aztec-2/11.png deleted file mode 100644 index 836fb81..0000000 Binary files a/tests/samples/aztec-2/11.png and /dev/null differ diff --git a/tests/samples/aztec-2/11.txt b/tests/samples/aztec-2/11.txt deleted file mode 100644 index 30afa17..0000000 --- a/tests/samples/aztec-2/11.txt +++ /dev/null @@ -1 +0,0 @@ -mailto:zxing@googlegroups.com \ No newline at end of file diff --git a/tests/samples/aztec-2/12.png b/tests/samples/aztec-2/12.png deleted file mode 100644 index 93856dd..0000000 Binary files a/tests/samples/aztec-2/12.png and /dev/null differ diff --git a/tests/samples/aztec-2/12.txt b/tests/samples/aztec-2/12.txt deleted file mode 100644 index 30afa17..0000000 --- a/tests/samples/aztec-2/12.txt +++ /dev/null @@ -1 +0,0 @@ -mailto:zxing@googlegroups.com \ No newline at end of file diff --git a/tests/samples/aztec-2/13.png b/tests/samples/aztec-2/13.png deleted file mode 100644 index 322ebf9..0000000 Binary files a/tests/samples/aztec-2/13.png and /dev/null differ diff --git a/tests/samples/aztec-2/13.txt b/tests/samples/aztec-2/13.txt deleted file mode 100644 index 30afa17..0000000 --- a/tests/samples/aztec-2/13.txt +++ /dev/null @@ -1 +0,0 @@ -mailto:zxing@googlegroups.com \ No newline at end of file diff --git a/tests/samples/aztec-2/14.png b/tests/samples/aztec-2/14.png deleted file mode 100644 index fd4b911..0000000 Binary files a/tests/samples/aztec-2/14.png and /dev/null differ diff --git a/tests/samples/aztec-2/14.txt b/tests/samples/aztec-2/14.txt deleted file mode 100644 index 30afa17..0000000 --- a/tests/samples/aztec-2/14.txt +++ /dev/null @@ -1 +0,0 @@ -mailto:zxing@googlegroups.com \ No newline at end of file diff --git a/tests/samples/aztec-2/15.png b/tests/samples/aztec-2/15.png deleted file mode 100644 index 7635935..0000000 Binary files a/tests/samples/aztec-2/15.png and /dev/null differ diff --git a/tests/samples/aztec-2/15.txt b/tests/samples/aztec-2/15.txt deleted file mode 100644 index 30afa17..0000000 --- a/tests/samples/aztec-2/15.txt +++ /dev/null @@ -1 +0,0 @@ -mailto:zxing@googlegroups.com \ No newline at end of file diff --git a/tests/samples/aztec-2/16.png b/tests/samples/aztec-2/16.png deleted file mode 100644 index c321043..0000000 Binary files a/tests/samples/aztec-2/16.png and /dev/null differ diff --git a/tests/samples/aztec-2/16.txt b/tests/samples/aztec-2/16.txt deleted file mode 100644 index 8399dfe..0000000 --- a/tests/samples/aztec-2/16.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com/p/zxing/source/browse/trunk/android/src/com/google/zxing/client/android/result/URIResultHandler.java \ No newline at end of file diff --git a/tests/samples/aztec-2/17.png b/tests/samples/aztec-2/17.png deleted file mode 100644 index 1a124f7..0000000 Binary files a/tests/samples/aztec-2/17.png and /dev/null differ diff --git a/tests/samples/aztec-2/17.txt b/tests/samples/aztec-2/17.txt deleted file mode 100644 index 8399dfe..0000000 --- a/tests/samples/aztec-2/17.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com/p/zxing/source/browse/trunk/android/src/com/google/zxing/client/android/result/URIResultHandler.java \ No newline at end of file diff --git a/tests/samples/aztec-2/18.png b/tests/samples/aztec-2/18.png deleted file mode 100644 index 7003d5c..0000000 Binary files a/tests/samples/aztec-2/18.png and /dev/null differ diff --git a/tests/samples/aztec-2/18.txt b/tests/samples/aztec-2/18.txt deleted file mode 100644 index 8399dfe..0000000 --- a/tests/samples/aztec-2/18.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com/p/zxing/source/browse/trunk/android/src/com/google/zxing/client/android/result/URIResultHandler.java \ No newline at end of file diff --git a/tests/samples/aztec-2/19.png b/tests/samples/aztec-2/19.png deleted file mode 100644 index c24e81e..0000000 Binary files a/tests/samples/aztec-2/19.png and /dev/null differ diff --git a/tests/samples/aztec-2/19.txt b/tests/samples/aztec-2/19.txt deleted file mode 100644 index 8399dfe..0000000 --- a/tests/samples/aztec-2/19.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com/p/zxing/source/browse/trunk/android/src/com/google/zxing/client/android/result/URIResultHandler.java \ No newline at end of file diff --git a/tests/samples/aztec-2/20.png b/tests/samples/aztec-2/20.png deleted file mode 100644 index f9fc2cb..0000000 Binary files a/tests/samples/aztec-2/20.png and /dev/null differ diff --git a/tests/samples/aztec-2/20.txt b/tests/samples/aztec-2/20.txt deleted file mode 100644 index 8399dfe..0000000 --- a/tests/samples/aztec-2/20.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com/p/zxing/source/browse/trunk/android/src/com/google/zxing/client/android/result/URIResultHandler.java \ No newline at end of file diff --git a/tests/samples/aztec-2/21.png b/tests/samples/aztec-2/21.png deleted file mode 100644 index 6a854e9..0000000 Binary files a/tests/samples/aztec-2/21.png and /dev/null differ diff --git a/tests/samples/aztec-2/21.txt b/tests/samples/aztec-2/21.txt deleted file mode 100644 index 8399dfe..0000000 --- a/tests/samples/aztec-2/21.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com/p/zxing/source/browse/trunk/android/src/com/google/zxing/client/android/result/URIResultHandler.java \ No newline at end of file diff --git a/tests/samples/aztec-2/22.png b/tests/samples/aztec-2/22.png deleted file mode 100644 index 6af5a8d..0000000 Binary files a/tests/samples/aztec-2/22.png and /dev/null differ diff --git a/tests/samples/aztec-2/22.txt b/tests/samples/aztec-2/22.txt deleted file mode 100644 index 8399dfe..0000000 --- a/tests/samples/aztec-2/22.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com/p/zxing/source/browse/trunk/android/src/com/google/zxing/client/android/result/URIResultHandler.java \ No newline at end of file diff --git a/tests/samples/codabar-1/01.png b/tests/samples/codabar-1/01.png deleted file mode 100644 index 1e7e1f5..0000000 Binary files a/tests/samples/codabar-1/01.png and /dev/null differ diff --git a/tests/samples/codabar-1/01.result.txt b/tests/samples/codabar-1/01.result.txt deleted file mode 100644 index e941e9e..0000000 --- a/tests/samples/codabar-1/01.result.txt +++ /dev/null @@ -1 +0,0 @@ -symbologyIdentifier=]F0 diff --git a/tests/samples/codabar-1/01.txt b/tests/samples/codabar-1/01.txt deleted file mode 100644 index 6a537b5..0000000 --- a/tests/samples/codabar-1/01.txt +++ /dev/null @@ -1 +0,0 @@ -1234567890 \ No newline at end of file diff --git a/tests/samples/codabar-1/02.png b/tests/samples/codabar-1/02.png deleted file mode 100644 index c0d83a5..0000000 Binary files a/tests/samples/codabar-1/02.png and /dev/null differ diff --git a/tests/samples/codabar-1/02.txt b/tests/samples/codabar-1/02.txt deleted file mode 100644 index 6a537b5..0000000 --- a/tests/samples/codabar-1/02.txt +++ /dev/null @@ -1 +0,0 @@ -1234567890 \ No newline at end of file diff --git a/tests/samples/codabar-1/03.png b/tests/samples/codabar-1/03.png deleted file mode 100644 index b872bd7..0000000 Binary files a/tests/samples/codabar-1/03.png and /dev/null differ diff --git a/tests/samples/codabar-1/03.txt b/tests/samples/codabar-1/03.txt deleted file mode 100644 index b8ec6e4..0000000 --- a/tests/samples/codabar-1/03.txt +++ /dev/null @@ -1 +0,0 @@ -294/586 \ No newline at end of file diff --git a/tests/samples/codabar-1/04.png b/tests/samples/codabar-1/04.png deleted file mode 100644 index b51bd42..0000000 Binary files a/tests/samples/codabar-1/04.png and /dev/null differ diff --git a/tests/samples/codabar-1/04.txt b/tests/samples/codabar-1/04.txt deleted file mode 100644 index cf537db..0000000 --- a/tests/samples/codabar-1/04.txt +++ /dev/null @@ -1 +0,0 @@ -123455 \ No newline at end of file diff --git a/tests/samples/codabar-1/09.png b/tests/samples/codabar-1/09.png deleted file mode 100644 index 3829b6f..0000000 Binary files a/tests/samples/codabar-1/09.png and /dev/null differ diff --git a/tests/samples/codabar-1/09.txt b/tests/samples/codabar-1/09.txt deleted file mode 100644 index bd41cba..0000000 --- a/tests/samples/codabar-1/09.txt +++ /dev/null @@ -1 +0,0 @@ -12345 \ No newline at end of file diff --git a/tests/samples/codabar-1/10.png b/tests/samples/codabar-1/10.png deleted file mode 100644 index 90bfa0b..0000000 Binary files a/tests/samples/codabar-1/10.png and /dev/null differ diff --git a/tests/samples/codabar-1/10.txt b/tests/samples/codabar-1/10.txt deleted file mode 100644 index 4632e06..0000000 --- a/tests/samples/codabar-1/10.txt +++ /dev/null @@ -1 +0,0 @@ -123456 \ No newline at end of file diff --git a/tests/samples/codabar-1/11.png b/tests/samples/codabar-1/11.png deleted file mode 100644 index 6c80ce7..0000000 Binary files a/tests/samples/codabar-1/11.png and /dev/null differ diff --git a/tests/samples/codabar-1/11.txt b/tests/samples/codabar-1/11.txt deleted file mode 100644 index 675525a..0000000 --- a/tests/samples/codabar-1/11.txt +++ /dev/null @@ -1 +0,0 @@ -3419500 \ No newline at end of file diff --git a/tests/samples/codabar-1/12.png b/tests/samples/codabar-1/12.png deleted file mode 100644 index a25c797..0000000 Binary files a/tests/samples/codabar-1/12.png and /dev/null differ diff --git a/tests/samples/codabar-1/12.txt b/tests/samples/codabar-1/12.txt deleted file mode 100644 index 8782ad7..0000000 --- a/tests/samples/codabar-1/12.txt +++ /dev/null @@ -1 +0,0 @@ -31117013206375 \ No newline at end of file diff --git a/tests/samples/codabar-1/13.png b/tests/samples/codabar-1/13.png deleted file mode 100644 index e961042..0000000 Binary files a/tests/samples/codabar-1/13.png and /dev/null differ diff --git a/tests/samples/codabar-1/13.txt b/tests/samples/codabar-1/13.txt deleted file mode 100644 index bd41cba..0000000 --- a/tests/samples/codabar-1/13.txt +++ /dev/null @@ -1 +0,0 @@ -12345 \ No newline at end of file diff --git a/tests/samples/codabar-1/14.png b/tests/samples/codabar-1/14.png deleted file mode 100644 index d034407..0000000 Binary files a/tests/samples/codabar-1/14.png and /dev/null differ diff --git a/tests/samples/codabar-1/14.txt b/tests/samples/codabar-1/14.txt deleted file mode 100644 index 8782ad7..0000000 --- a/tests/samples/codabar-1/14.txt +++ /dev/null @@ -1 +0,0 @@ -31117013206375 \ No newline at end of file diff --git a/tests/samples/codabar-1/15.png b/tests/samples/codabar-1/15.png deleted file mode 100644 index ae493ac..0000000 Binary files a/tests/samples/codabar-1/15.png and /dev/null differ diff --git a/tests/samples/codabar-1/15.txt b/tests/samples/codabar-1/15.txt deleted file mode 100644 index 4d38188..0000000 --- a/tests/samples/codabar-1/15.txt +++ /dev/null @@ -1 +0,0 @@ -123456789012 \ No newline at end of file diff --git a/tests/samples/codabar-2/01.jpg b/tests/samples/codabar-2/01.jpg deleted file mode 100644 index 48f09d5..0000000 Binary files a/tests/samples/codabar-2/01.jpg and /dev/null differ diff --git a/tests/samples/codabar-2/01.txt b/tests/samples/codabar-2/01.txt deleted file mode 100644 index a9dbc2e..0000000 --- a/tests/samples/codabar-2/01.txt +++ /dev/null @@ -1 +0,0 @@ -80125178+ \ No newline at end of file diff --git a/tests/samples/codabar-2/02.jpg b/tests/samples/codabar-2/02.jpg deleted file mode 100644 index b09c058..0000000 Binary files a/tests/samples/codabar-2/02.jpg and /dev/null differ diff --git a/tests/samples/codabar-2/02.txt b/tests/samples/codabar-2/02.txt deleted file mode 100644 index a9dbc2e..0000000 --- a/tests/samples/codabar-2/02.txt +++ /dev/null @@ -1 +0,0 @@ -80125178+ \ No newline at end of file diff --git a/tests/samples/codabar-2/03.jpg b/tests/samples/codabar-2/03.jpg deleted file mode 100644 index 8ce2e0d..0000000 Binary files a/tests/samples/codabar-2/03.jpg and /dev/null differ diff --git a/tests/samples/codabar-2/03.txt b/tests/samples/codabar-2/03.txt deleted file mode 100644 index f19eb7e..0000000 --- a/tests/samples/codabar-2/03.txt +++ /dev/null @@ -1 +0,0 @@ -0944416895273 \ No newline at end of file diff --git a/tests/samples/codabar-2/04.jpg b/tests/samples/codabar-2/04.jpg deleted file mode 100644 index a7c222e..0000000 Binary files a/tests/samples/codabar-2/04.jpg and /dev/null differ diff --git a/tests/samples/codabar-2/04.txt b/tests/samples/codabar-2/04.txt deleted file mode 100644 index 9158bbd..0000000 --- a/tests/samples/codabar-2/04.txt +++ /dev/null @@ -1 +0,0 @@ -8030798962 \ No newline at end of file diff --git a/tests/samples/code128-1/1.png b/tests/samples/code128-1/1.png deleted file mode 100644 index 806bfa0..0000000 Binary files a/tests/samples/code128-1/1.png and /dev/null differ diff --git a/tests/samples/code128-1/1.result.txt b/tests/samples/code128-1/1.result.txt deleted file mode 100644 index ec5103c..0000000 --- a/tests/samples/code128-1/1.result.txt +++ /dev/null @@ -1,2 +0,0 @@ -symbologyIdentifier=]C1 -contentType=GS1 diff --git a/tests/samples/code128-1/1.txt b/tests/samples/code128-1/1.txt deleted file mode 100644 index a5aa28d..0000000 --- a/tests/samples/code128-1/1.txt +++ /dev/null @@ -1 +0,0 @@ -168901 \ No newline at end of file diff --git a/tests/samples/code128-1/2.png b/tests/samples/code128-1/2.png deleted file mode 100644 index ce94736..0000000 Binary files a/tests/samples/code128-1/2.png and /dev/null differ diff --git a/tests/samples/code128-1/2.result.txt b/tests/samples/code128-1/2.result.txt deleted file mode 100644 index ecb6da6..0000000 --- a/tests/samples/code128-1/2.result.txt +++ /dev/null @@ -1 +0,0 @@ -symbologyIdentifier=]C0 diff --git a/tests/samples/code128-1/2.txt b/tests/samples/code128-1/2.txt deleted file mode 100644 index 5d9d0d9..0000000 --- a/tests/samples/code128-1/2.txt +++ /dev/null @@ -1 +0,0 @@ -Code 128 \ No newline at end of file diff --git a/tests/samples/code128-1/3.png b/tests/samples/code128-1/3.png deleted file mode 100644 index fff39a3..0000000 Binary files a/tests/samples/code128-1/3.png and /dev/null differ diff --git a/tests/samples/code128-1/3.result.txt b/tests/samples/code128-1/3.result.txt deleted file mode 100644 index ecb6da6..0000000 --- a/tests/samples/code128-1/3.result.txt +++ /dev/null @@ -1 +0,0 @@ -symbologyIdentifier=]C0 diff --git a/tests/samples/code128-1/3.txt b/tests/samples/code128-1/3.txt deleted file mode 100644 index 0bfc696..0000000 --- a/tests/samples/code128-1/3.txt +++ /dev/null @@ -1 +0,0 @@ -102030405060708090 \ No newline at end of file diff --git a/tests/samples/code128-1/4.png b/tests/samples/code128-1/4.png deleted file mode 100644 index 153c867..0000000 Binary files a/tests/samples/code128-1/4.png and /dev/null differ diff --git a/tests/samples/code128-1/4.result.txt b/tests/samples/code128-1/4.result.txt deleted file mode 100644 index 90af6c5..0000000 --- a/tests/samples/code128-1/4.result.txt +++ /dev/null @@ -1 +0,0 @@ -symbologyIdentifier=]C1 diff --git a/tests/samples/code128-1/4.txt b/tests/samples/code128-1/4.txt deleted file mode 100644 index 4632e06..0000000 --- a/tests/samples/code128-1/4.txt +++ /dev/null @@ -1 +0,0 @@ -123456 \ No newline at end of file diff --git a/tests/samples/code128-1/5.png b/tests/samples/code128-1/5.png deleted file mode 100644 index dfd3886..0000000 Binary files a/tests/samples/code128-1/5.png and /dev/null differ diff --git a/tests/samples/code128-1/5.result.txt b/tests/samples/code128-1/5.result.txt deleted file mode 100644 index 90af6c5..0000000 --- a/tests/samples/code128-1/5.result.txt +++ /dev/null @@ -1 +0,0 @@ -symbologyIdentifier=]C1 diff --git a/tests/samples/code128-1/5.txt b/tests/samples/code128-1/5.txt deleted file mode 100644 index 50bf455..0000000 --- a/tests/samples/code128-1/5.txt +++ /dev/null @@ -1 +0,0 @@ -8101054321120021123456 \ No newline at end of file diff --git a/tests/samples/code128-1/6.png b/tests/samples/code128-1/6.png deleted file mode 100644 index b5388e3..0000000 Binary files a/tests/samples/code128-1/6.png and /dev/null differ diff --git a/tests/samples/code128-1/6.result.txt b/tests/samples/code128-1/6.result.txt deleted file mode 100644 index ecb6da6..0000000 --- a/tests/samples/code128-1/6.result.txt +++ /dev/null @@ -1 +0,0 @@ -symbologyIdentifier=]C0 diff --git a/tests/samples/code128-1/6.txt b/tests/samples/code128-1/6.txt deleted file mode 100644 index ba09354..0000000 --- a/tests/samples/code128-1/6.txt +++ /dev/null @@ -1 +0,0 @@ -óóóó1234óóabózz \ No newline at end of file diff --git a/tests/samples/code128-2/01.png b/tests/samples/code128-2/01.png deleted file mode 100644 index 1d127b2..0000000 Binary files a/tests/samples/code128-2/01.png and /dev/null differ diff --git a/tests/samples/code128-2/01.txt b/tests/samples/code128-2/01.txt deleted file mode 100644 index a34fa65..0000000 --- a/tests/samples/code128-2/01.txt +++ /dev/null @@ -1 +0,0 @@ -005-3379497200006 \ No newline at end of file diff --git a/tests/samples/code128-2/02.png b/tests/samples/code128-2/02.png deleted file mode 100644 index c59c947..0000000 Binary files a/tests/samples/code128-2/02.png and /dev/null differ diff --git a/tests/samples/code128-2/02.txt b/tests/samples/code128-2/02.txt deleted file mode 100644 index a34fa65..0000000 --- a/tests/samples/code128-2/02.txt +++ /dev/null @@ -1 +0,0 @@ -005-3379497200006 \ No newline at end of file diff --git a/tests/samples/code128-2/03.png b/tests/samples/code128-2/03.png deleted file mode 100644 index 36afc49..0000000 Binary files a/tests/samples/code128-2/03.png and /dev/null differ diff --git a/tests/samples/code128-2/03.txt b/tests/samples/code128-2/03.txt deleted file mode 100644 index a34fa65..0000000 --- a/tests/samples/code128-2/03.txt +++ /dev/null @@ -1 +0,0 @@ -005-3379497200006 \ No newline at end of file diff --git a/tests/samples/code128-2/05.png b/tests/samples/code128-2/05.png deleted file mode 100644 index 7cd7003..0000000 Binary files a/tests/samples/code128-2/05.png and /dev/null differ diff --git a/tests/samples/code128-2/05.txt b/tests/samples/code128-2/05.txt deleted file mode 100644 index f8406b6..0000000 --- a/tests/samples/code128-2/05.txt +++ /dev/null @@ -1 +0,0 @@ -15182881 \ No newline at end of file diff --git a/tests/samples/code128-2/06.png b/tests/samples/code128-2/06.png deleted file mode 100644 index 2141ba5..0000000 Binary files a/tests/samples/code128-2/06.png and /dev/null differ diff --git a/tests/samples/code128-2/06.txt b/tests/samples/code128-2/06.txt deleted file mode 100644 index f8406b6..0000000 --- a/tests/samples/code128-2/06.txt +++ /dev/null @@ -1 +0,0 @@ -15182881 \ No newline at end of file diff --git a/tests/samples/code128-2/10.png b/tests/samples/code128-2/10.png deleted file mode 100644 index ab9e078..0000000 Binary files a/tests/samples/code128-2/10.png and /dev/null differ diff --git a/tests/samples/code128-2/10.txt b/tests/samples/code128-2/10.txt deleted file mode 100644 index 545c961..0000000 --- a/tests/samples/code128-2/10.txt +++ /dev/null @@ -1 +0,0 @@ -CNK8181G2C \ No newline at end of file diff --git a/tests/samples/code128-2/12.png b/tests/samples/code128-2/12.png deleted file mode 100644 index 015f673..0000000 Binary files a/tests/samples/code128-2/12.png and /dev/null differ diff --git a/tests/samples/code128-2/12.txt b/tests/samples/code128-2/12.txt deleted file mode 100644 index 545c961..0000000 --- a/tests/samples/code128-2/12.txt +++ /dev/null @@ -1 +0,0 @@ -CNK8181G2C \ No newline at end of file diff --git a/tests/samples/code128-2/14.png b/tests/samples/code128-2/14.png deleted file mode 100644 index 6b1a88f..0000000 Binary files a/tests/samples/code128-2/14.png and /dev/null differ diff --git a/tests/samples/code128-2/14.txt b/tests/samples/code128-2/14.txt deleted file mode 100644 index 3e4497e..0000000 --- a/tests/samples/code128-2/14.txt +++ /dev/null @@ -1 +0,0 @@ -1PEF224A4 \ No newline at end of file diff --git a/tests/samples/code128-2/16.png b/tests/samples/code128-2/16.png deleted file mode 100644 index 6b6a892..0000000 Binary files a/tests/samples/code128-2/16.png and /dev/null differ diff --git a/tests/samples/code128-2/16.txt b/tests/samples/code128-2/16.txt deleted file mode 100644 index 3e4497e..0000000 --- a/tests/samples/code128-2/16.txt +++ /dev/null @@ -1 +0,0 @@ -1PEF224A4 \ No newline at end of file diff --git a/tests/samples/code128-2/17.png b/tests/samples/code128-2/17.png deleted file mode 100644 index 95a559b..0000000 Binary files a/tests/samples/code128-2/17.png and /dev/null differ diff --git a/tests/samples/code128-2/17.txt b/tests/samples/code128-2/17.txt deleted file mode 100644 index 75824d9..0000000 --- a/tests/samples/code128-2/17.txt +++ /dev/null @@ -1 +0,0 @@ -FW727 \ No newline at end of file diff --git a/tests/samples/code128-2/19.png b/tests/samples/code128-2/19.png deleted file mode 100644 index 49442a0..0000000 Binary files a/tests/samples/code128-2/19.png and /dev/null differ diff --git a/tests/samples/code128-2/19.txt b/tests/samples/code128-2/19.txt deleted file mode 100644 index 75824d9..0000000 --- a/tests/samples/code128-2/19.txt +++ /dev/null @@ -1 +0,0 @@ -FW727 \ No newline at end of file diff --git a/tests/samples/code128-2/22.png b/tests/samples/code128-2/22.png deleted file mode 100644 index 64077e4..0000000 Binary files a/tests/samples/code128-2/22.png and /dev/null differ diff --git a/tests/samples/code128-2/22.txt b/tests/samples/code128-2/22.txt deleted file mode 100644 index f093728..0000000 --- a/tests/samples/code128-2/22.txt +++ /dev/null @@ -1 +0,0 @@ -005-3354174500018 \ No newline at end of file diff --git a/tests/samples/code128-2/25.png b/tests/samples/code128-2/25.png deleted file mode 100644 index 31f8a10..0000000 Binary files a/tests/samples/code128-2/25.png and /dev/null differ diff --git a/tests/samples/code128-2/25.txt b/tests/samples/code128-2/25.txt deleted file mode 100644 index ab6367f..0000000 --- a/tests/samples/code128-2/25.txt +++ /dev/null @@ -1 +0,0 @@ -31001171800000017989625355702636 \ No newline at end of file diff --git a/tests/samples/code128-2/27.png b/tests/samples/code128-2/27.png deleted file mode 100644 index 2779558..0000000 Binary files a/tests/samples/code128-2/27.png and /dev/null differ diff --git a/tests/samples/code128-2/27.txt b/tests/samples/code128-2/27.txt deleted file mode 100644 index ab6367f..0000000 --- a/tests/samples/code128-2/27.txt +++ /dev/null @@ -1 +0,0 @@ -31001171800000017989625355702636 \ No newline at end of file diff --git a/tests/samples/code128-2/28.png b/tests/samples/code128-2/28.png deleted file mode 100644 index 4db1076..0000000 Binary files a/tests/samples/code128-2/28.png and /dev/null differ diff --git a/tests/samples/code128-2/28.txt b/tests/samples/code128-2/28.txt deleted file mode 100644 index ab6367f..0000000 --- a/tests/samples/code128-2/28.txt +++ /dev/null @@ -1 +0,0 @@ -31001171800000017989625355702636 \ No newline at end of file diff --git a/tests/samples/code128-2/31.png b/tests/samples/code128-2/31.png deleted file mode 100644 index 5bc2bee..0000000 Binary files a/tests/samples/code128-2/31.png and /dev/null differ diff --git a/tests/samples/code128-2/31.txt b/tests/samples/code128-2/31.txt deleted file mode 100644 index e7d384f..0000000 --- a/tests/samples/code128-2/31.txt +++ /dev/null @@ -1 +0,0 @@ -42094043 \ No newline at end of file diff --git a/tests/samples/code128-2/32.png b/tests/samples/code128-2/32.png deleted file mode 100644 index fbbac12..0000000 Binary files a/tests/samples/code128-2/32.png and /dev/null differ diff --git a/tests/samples/code128-2/32.txt b/tests/samples/code128-2/32.txt deleted file mode 100644 index e7d384f..0000000 --- a/tests/samples/code128-2/32.txt +++ /dev/null @@ -1 +0,0 @@ -42094043 \ No newline at end of file diff --git a/tests/samples/code128-2/35.png b/tests/samples/code128-2/35.png deleted file mode 100644 index 0bb025d..0000000 Binary files a/tests/samples/code128-2/35.png and /dev/null differ diff --git a/tests/samples/code128-2/35.txt b/tests/samples/code128-2/35.txt deleted file mode 100644 index 1e4f8e3..0000000 --- a/tests/samples/code128-2/35.txt +++ /dev/null @@ -1 +0,0 @@ -30885909173823 \ No newline at end of file diff --git a/tests/samples/code128-2/36.png b/tests/samples/code128-2/36.png deleted file mode 100644 index 5654af1..0000000 Binary files a/tests/samples/code128-2/36.png and /dev/null differ diff --git a/tests/samples/code128-2/36.txt b/tests/samples/code128-2/36.txt deleted file mode 100644 index 1e4f8e3..0000000 --- a/tests/samples/code128-2/36.txt +++ /dev/null @@ -1 +0,0 @@ -30885909173823 \ No newline at end of file diff --git a/tests/samples/code128-2/37.png b/tests/samples/code128-2/37.png deleted file mode 100644 index 5bedf03..0000000 Binary files a/tests/samples/code128-2/37.png and /dev/null differ diff --git a/tests/samples/code128-2/37.txt b/tests/samples/code128-2/37.txt deleted file mode 100644 index 2aa6bce..0000000 --- a/tests/samples/code128-2/37.txt +++ /dev/null @@ -1 +0,0 @@ -FGGQ6D1 \ No newline at end of file diff --git a/tests/samples/code128-2/38.png b/tests/samples/code128-2/38.png deleted file mode 100644 index 2ee1b1e..0000000 Binary files a/tests/samples/code128-2/38.png and /dev/null differ diff --git a/tests/samples/code128-2/38.txt b/tests/samples/code128-2/38.txt deleted file mode 100644 index 2aa6bce..0000000 --- a/tests/samples/code128-2/38.txt +++ /dev/null @@ -1 +0,0 @@ -FGGQ6D1 \ No newline at end of file diff --git a/tests/samples/code128-2/444.jpg b/tests/samples/code128-2/444.jpg deleted file mode 100644 index 0264b11..0000000 Binary files a/tests/samples/code128-2/444.jpg and /dev/null differ diff --git a/tests/samples/code128-2/444.txt b/tests/samples/code128-2/444.txt deleted file mode 100644 index 06969c6..0000000 --- a/tests/samples/code128-2/444.txt +++ /dev/null @@ -1 +0,0 @@ -2-146-11 \ No newline at end of file diff --git a/tests/samples/code128-3/1.png b/tests/samples/code128-3/1.png deleted file mode 100644 index fb9402d..0000000 Binary files a/tests/samples/code128-3/1.png and /dev/null differ diff --git a/tests/samples/code128-3/1.txt b/tests/samples/code128-3/1.txt deleted file mode 100644 index f55057e..0000000 --- a/tests/samples/code128-3/1.txt +++ /dev/null @@ -1 +0,0 @@ -10064908 \ No newline at end of file diff --git a/tests/samples/code128-3/2.png b/tests/samples/code128-3/2.png deleted file mode 100644 index da01ffe..0000000 Binary files a/tests/samples/code128-3/2.png and /dev/null differ diff --git a/tests/samples/code128-3/2.txt b/tests/samples/code128-3/2.txt deleted file mode 100644 index f2ea59d..0000000 --- a/tests/samples/code128-3/2.txt +++ /dev/null @@ -1 +0,0 @@ -10068408 \ No newline at end of file diff --git a/tests/samples/code39-1/1.png b/tests/samples/code39-1/1.png deleted file mode 100644 index e76a684..0000000 Binary files a/tests/samples/code39-1/1.png and /dev/null differ diff --git a/tests/samples/code39-1/1.result.txt b/tests/samples/code39-1/1.result.txt deleted file mode 100644 index 0655e0d..0000000 --- a/tests/samples/code39-1/1.result.txt +++ /dev/null @@ -1 +0,0 @@ -symbologyIdentifier=]A0 diff --git a/tests/samples/code39-1/1.txt b/tests/samples/code39-1/1.txt deleted file mode 100644 index c21ac75..0000000 --- a/tests/samples/code39-1/1.txt +++ /dev/null @@ -1 +0,0 @@ -TEST-SHEET \ No newline at end of file diff --git a/tests/samples/code39-1/2.png b/tests/samples/code39-1/2.png deleted file mode 100644 index 3bc8cad..0000000 Binary files a/tests/samples/code39-1/2.png and /dev/null differ diff --git a/tests/samples/code39-1/2.txt b/tests/samples/code39-1/2.txt deleted file mode 100644 index 4ed0aa9..0000000 --- a/tests/samples/code39-1/2.txt +++ /dev/null @@ -1 +0,0 @@ - WWW.CITRONSOFT.COM \ No newline at end of file diff --git a/tests/samples/code39-1/3.png b/tests/samples/code39-1/3.png deleted file mode 100644 index f3a5329..0000000 Binary files a/tests/samples/code39-1/3.png and /dev/null differ diff --git a/tests/samples/code39-1/3.txt b/tests/samples/code39-1/3.txt deleted file mode 100644 index 4e5ac1f..0000000 --- a/tests/samples/code39-1/3.txt +++ /dev/null @@ -1 +0,0 @@ -MOROVIA \ No newline at end of file diff --git a/tests/samples/code39-1/4.png b/tests/samples/code39-1/4.png deleted file mode 100644 index 5a8b327..0000000 Binary files a/tests/samples/code39-1/4.png and /dev/null differ diff --git a/tests/samples/code39-1/4.txt b/tests/samples/code39-1/4.txt deleted file mode 100644 index 8edce44..0000000 --- a/tests/samples/code39-1/4.txt +++ /dev/null @@ -1 +0,0 @@ -ABC123 \ No newline at end of file diff --git a/tests/samples/code39-2/1.png b/tests/samples/code39-2/1.png deleted file mode 100644 index 339c9dc..0000000 Binary files a/tests/samples/code39-2/1.png and /dev/null differ diff --git a/tests/samples/code39-2/1.result.txt b/tests/samples/code39-2/1.result.txt deleted file mode 100644 index 162e215..0000000 --- a/tests/samples/code39-2/1.result.txt +++ /dev/null @@ -1 +0,0 @@ -symbologyIdentifier=]A4 diff --git a/tests/samples/code39-2/1.txt b/tests/samples/code39-2/1.txt deleted file mode 100644 index 40fe1ed..0000000 --- a/tests/samples/code39-2/1.txt +++ /dev/null @@ -1 +0,0 @@ -Extended !?*# \ No newline at end of file diff --git a/tests/samples/code39-2/2.png b/tests/samples/code39-2/2.png deleted file mode 100644 index 6a15c04..0000000 Binary files a/tests/samples/code39-2/2.png and /dev/null differ diff --git a/tests/samples/code39-2/2.txt b/tests/samples/code39-2/2.txt deleted file mode 100644 index 882383b..0000000 --- a/tests/samples/code39-2/2.txt +++ /dev/null @@ -1 +0,0 @@ -12ab \ No newline at end of file diff --git a/tests/samples/code39-3/01.png b/tests/samples/code39-3/01.png deleted file mode 100644 index 482c3be..0000000 Binary files a/tests/samples/code39-3/01.png and /dev/null differ diff --git a/tests/samples/code39-3/01.txt b/tests/samples/code39-3/01.txt deleted file mode 100644 index 9fead42..0000000 --- a/tests/samples/code39-3/01.txt +++ /dev/null @@ -1 +0,0 @@ -165627 \ No newline at end of file diff --git a/tests/samples/code39-3/02.png b/tests/samples/code39-3/02.png deleted file mode 100644 index d6f44ae..0000000 Binary files a/tests/samples/code39-3/02.png and /dev/null differ diff --git a/tests/samples/code39-3/02.txt b/tests/samples/code39-3/02.txt deleted file mode 100644 index 9fead42..0000000 --- a/tests/samples/code39-3/02.txt +++ /dev/null @@ -1 +0,0 @@ -165627 \ No newline at end of file diff --git a/tests/samples/code39-3/03.png b/tests/samples/code39-3/03.png deleted file mode 100644 index 89190e0..0000000 Binary files a/tests/samples/code39-3/03.png and /dev/null differ diff --git a/tests/samples/code39-3/03.txt b/tests/samples/code39-3/03.txt deleted file mode 100644 index ab1000e..0000000 --- a/tests/samples/code39-3/03.txt +++ /dev/null @@ -1 +0,0 @@ -001EC947D49B \ No newline at end of file diff --git a/tests/samples/code39-3/05.png b/tests/samples/code39-3/05.png deleted file mode 100644 index 45e2d70..0000000 Binary files a/tests/samples/code39-3/05.png and /dev/null differ diff --git a/tests/samples/code39-3/05.txt b/tests/samples/code39-3/05.txt deleted file mode 100644 index ab1000e..0000000 --- a/tests/samples/code39-3/05.txt +++ /dev/null @@ -1 +0,0 @@ -001EC947D49B \ No newline at end of file diff --git a/tests/samples/code39-3/07.png b/tests/samples/code39-3/07.png deleted file mode 100644 index 61eb6eb..0000000 Binary files a/tests/samples/code39-3/07.png and /dev/null differ diff --git a/tests/samples/code39-3/07.txt b/tests/samples/code39-3/07.txt deleted file mode 100644 index 897a2d8..0000000 --- a/tests/samples/code39-3/07.txt +++ /dev/null @@ -1 +0,0 @@ -165340 \ No newline at end of file diff --git a/tests/samples/code39-3/08.png b/tests/samples/code39-3/08.png deleted file mode 100644 index 7e6f2ba..0000000 Binary files a/tests/samples/code39-3/08.png and /dev/null differ diff --git a/tests/samples/code39-3/08.txt b/tests/samples/code39-3/08.txt deleted file mode 100644 index 897a2d8..0000000 --- a/tests/samples/code39-3/08.txt +++ /dev/null @@ -1 +0,0 @@ -165340 \ No newline at end of file diff --git a/tests/samples/code39-3/09.png b/tests/samples/code39-3/09.png deleted file mode 100644 index 88207eb..0000000 Binary files a/tests/samples/code39-3/09.png and /dev/null differ diff --git a/tests/samples/code39-3/09.txt b/tests/samples/code39-3/09.txt deleted file mode 100644 index 897a2d8..0000000 --- a/tests/samples/code39-3/09.txt +++ /dev/null @@ -1 +0,0 @@ -165340 \ No newline at end of file diff --git a/tests/samples/code39-3/10.png b/tests/samples/code39-3/10.png deleted file mode 100644 index 0741dfc..0000000 Binary files a/tests/samples/code39-3/10.png and /dev/null differ diff --git a/tests/samples/code39-3/10.txt b/tests/samples/code39-3/10.txt deleted file mode 100644 index 400ea68..0000000 --- a/tests/samples/code39-3/10.txt +++ /dev/null @@ -1 +0,0 @@ -001EC94767E0 \ No newline at end of file diff --git a/tests/samples/code39-3/12.png b/tests/samples/code39-3/12.png deleted file mode 100644 index 93b292d..0000000 Binary files a/tests/samples/code39-3/12.png and /dev/null differ diff --git a/tests/samples/code39-3/12.txt b/tests/samples/code39-3/12.txt deleted file mode 100644 index 400ea68..0000000 --- a/tests/samples/code39-3/12.txt +++ /dev/null @@ -1 +0,0 @@ -001EC94767E0 \ No newline at end of file diff --git a/tests/samples/code39-3/14.png b/tests/samples/code39-3/14.png deleted file mode 100644 index 719dac4..0000000 Binary files a/tests/samples/code39-3/14.png and /dev/null differ diff --git a/tests/samples/code39-3/14.txt b/tests/samples/code39-3/14.txt deleted file mode 100644 index 9e87084..0000000 --- a/tests/samples/code39-3/14.txt +++ /dev/null @@ -1 +0,0 @@ -404785 \ No newline at end of file diff --git a/tests/samples/code39-3/15.png b/tests/samples/code39-3/15.png deleted file mode 100644 index ca24c43..0000000 Binary files a/tests/samples/code39-3/15.png and /dev/null differ diff --git a/tests/samples/code39-3/15.txt b/tests/samples/code39-3/15.txt deleted file mode 100644 index 9e87084..0000000 --- a/tests/samples/code39-3/15.txt +++ /dev/null @@ -1 +0,0 @@ -404785 \ No newline at end of file diff --git a/tests/samples/code39-3/16.png b/tests/samples/code39-3/16.png deleted file mode 100644 index a3cee2a..0000000 Binary files a/tests/samples/code39-3/16.png and /dev/null differ diff --git a/tests/samples/code39-3/16.txt b/tests/samples/code39-3/16.txt deleted file mode 100644 index 9e87084..0000000 --- a/tests/samples/code39-3/16.txt +++ /dev/null @@ -1 +0,0 @@ -404785 \ No newline at end of file diff --git a/tests/samples/code93-1/1.png b/tests/samples/code93-1/1.png deleted file mode 100644 index cf8f90c..0000000 Binary files a/tests/samples/code93-1/1.png and /dev/null differ diff --git a/tests/samples/code93-1/1.result.txt b/tests/samples/code93-1/1.result.txt deleted file mode 100644 index 5615ece..0000000 --- a/tests/samples/code93-1/1.result.txt +++ /dev/null @@ -1 +0,0 @@ -symbologyIdentifier=]G0 diff --git a/tests/samples/code93-1/1.txt b/tests/samples/code93-1/1.txt deleted file mode 100644 index 6a537b5..0000000 --- a/tests/samples/code93-1/1.txt +++ /dev/null @@ -1 +0,0 @@ -1234567890 \ No newline at end of file diff --git a/tests/samples/code93-1/2.png b/tests/samples/code93-1/2.png deleted file mode 100644 index 0241c49..0000000 Binary files a/tests/samples/code93-1/2.png and /dev/null differ diff --git a/tests/samples/code93-1/2.txt b/tests/samples/code93-1/2.txt deleted file mode 100644 index f6df9d7..0000000 --- a/tests/samples/code93-1/2.txt +++ /dev/null @@ -1 +0,0 @@ -CODE 93 \ No newline at end of file diff --git a/tests/samples/code93-1/3.png b/tests/samples/code93-1/3.png deleted file mode 100644 index 75cdb8d..0000000 Binary files a/tests/samples/code93-1/3.png and /dev/null differ diff --git a/tests/samples/code93-1/3.txt b/tests/samples/code93-1/3.txt deleted file mode 100644 index 418d6c3..0000000 --- a/tests/samples/code93-1/3.txt +++ /dev/null @@ -1 +0,0 @@ -DATA \ No newline at end of file diff --git a/tests/samples/datamatrix-1/0123456789.png b/tests/samples/datamatrix-1/0123456789.png deleted file mode 100644 index 0003e9a..0000000 Binary files a/tests/samples/datamatrix-1/0123456789.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/0123456789.result.txt b/tests/samples/datamatrix-1/0123456789.result.txt deleted file mode 100644 index 771cae7..0000000 --- a/tests/samples/datamatrix-1/0123456789.result.txt +++ /dev/null @@ -1,2 +0,0 @@ -symbologyIdentifier=]d1 -isMirrored=false diff --git a/tests/samples/datamatrix-1/0123456789.txt b/tests/samples/datamatrix-1/0123456789.txt deleted file mode 100644 index ad47100..0000000 --- a/tests/samples/datamatrix-1/0123456789.txt +++ /dev/null @@ -1 +0,0 @@ -0123456789 \ No newline at end of file diff --git a/tests/samples/datamatrix-1/144x144_wrong.png b/tests/samples/datamatrix-1/144x144_wrong.png deleted file mode 100644 index d298c06..0000000 Binary files a/tests/samples/datamatrix-1/144x144_wrong.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/144x144_wrong.txt b/tests/samples/datamatrix-1/144x144_wrong.txt deleted file mode 100644 index 102e452..0000000 --- a/tests/samples/datamatrix-1/144x144_wrong.txt +++ /dev/null @@ -1,5 +0,0 @@ -Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. - -Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. - -Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse - there is still some space, so I'm filling it with letters. And I don't speak latin.... - there is still some space, so I'm filling it with letters. And I don't speak latin.... - there is still some space, so I'm filling it with letters. And I don't speak latin.... - there is still some space, so I'm filling it with letters. And I don't speak latin.... \ No newline at end of file diff --git a/tests/samples/datamatrix-1/378.png b/tests/samples/datamatrix-1/378.png deleted file mode 100644 index 6397b15..0000000 Binary files a/tests/samples/datamatrix-1/378.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/378.txt b/tests/samples/datamatrix-1/378.txt deleted file mode 100644 index d410d15..0000000 --- a/tests/samples/datamatrix-1/378.txt +++ /dev/null @@ -1 +0,0 @@ -Data Matrix Code \ No newline at end of file diff --git a/tests/samples/datamatrix-1/C40.png b/tests/samples/datamatrix-1/C40.png deleted file mode 100644 index 1f10b08..0000000 Binary files a/tests/samples/datamatrix-1/C40.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/C40.txt b/tests/samples/datamatrix-1/C40.txt deleted file mode 100644 index 1dfb73f..0000000 --- a/tests/samples/datamatrix-1/C40.txt +++ /dev/null @@ -1 +0,0 @@ -Testing C40 \ No newline at end of file diff --git a/tests/samples/datamatrix-1/EDIFACT.png b/tests/samples/datamatrix-1/EDIFACT.png deleted file mode 100644 index 6342243..0000000 Binary files a/tests/samples/datamatrix-1/EDIFACT.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/EDIFACT.txt b/tests/samples/datamatrix-1/EDIFACT.txt deleted file mode 100644 index ea5d812..0000000 --- a/tests/samples/datamatrix-1/EDIFACT.txt +++ /dev/null @@ -1 +0,0 @@ -EDIFACTEDIFACT \ No newline at end of file diff --git a/tests/samples/datamatrix-1/GUID.png b/tests/samples/datamatrix-1/GUID.png deleted file mode 100644 index ca64805..0000000 Binary files a/tests/samples/datamatrix-1/GUID.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/GUID.txt b/tests/samples/datamatrix-1/GUID.txt deleted file mode 100644 index 0a226ac..0000000 --- a/tests/samples/datamatrix-1/GUID.txt +++ /dev/null @@ -1 +0,0 @@ -10f27ce-acb7-4e4e-a7ae-a0b98da6ed4a \ No newline at end of file diff --git a/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa.png b/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa.png deleted file mode 100644 index f857238..0000000 Binary files a/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa.txt b/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa.txt deleted file mode 100644 index 5e1c309..0000000 --- a/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa.txt +++ /dev/null @@ -1 +0,0 @@ -Hello World \ No newline at end of file diff --git a/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa_1_error_byte.png b/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa_1_error_byte.png deleted file mode 100644 index cd527d9..0000000 Binary files a/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa_1_error_byte.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa_1_error_byte.txt b/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa_1_error_byte.txt deleted file mode 100644 index 5e1c309..0000000 --- a/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa_1_error_byte.txt +++ /dev/null @@ -1 +0,0 @@ -Hello World \ No newline at end of file diff --git a/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa_2_error_byte.png b/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa_2_error_byte.png deleted file mode 100644 index 3c8f205..0000000 Binary files a/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa_2_error_byte.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa_2_error_byte.txt b/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa_2_error_byte.txt deleted file mode 100644 index 5e1c309..0000000 --- a/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa_2_error_byte.txt +++ /dev/null @@ -1 +0,0 @@ -Hello World \ No newline at end of file diff --git a/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa_3_error_byte.png b/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa_3_error_byte.png deleted file mode 100644 index fb95e28..0000000 Binary files a/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa_3_error_byte.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa_3_error_byte.txt b/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa_3_error_byte.txt deleted file mode 100644 index 5e1c309..0000000 --- a/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa_3_error_byte.txt +++ /dev/null @@ -1 +0,0 @@ -Hello World \ No newline at end of file diff --git a/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa_4_error_byte.png b/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa_4_error_byte.png deleted file mode 100644 index 89763c5..0000000 Binary files a/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa_4_error_byte.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa_4_error_byte.txt b/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa_4_error_byte.txt deleted file mode 100644 index 5e1c309..0000000 --- a/tests/samples/datamatrix-1/HelloWorld_Text_L_Kaywa_4_error_byte.txt +++ /dev/null @@ -1 +0,0 @@ -Hello World \ No newline at end of file diff --git a/tests/samples/datamatrix-1/X12.png b/tests/samples/datamatrix-1/X12.png deleted file mode 100644 index e63b6b1..0000000 Binary files a/tests/samples/datamatrix-1/X12.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/X12.txt b/tests/samples/datamatrix-1/X12.txt deleted file mode 100644 index 68f83f8..0000000 --- a/tests/samples/datamatrix-1/X12.txt +++ /dev/null @@ -1 +0,0 @@ -X12X12X12X12 \ No newline at end of file diff --git a/tests/samples/datamatrix-1/abcd-18x8.png b/tests/samples/datamatrix-1/abcd-18x8.png deleted file mode 100644 index c4393d8..0000000 Binary files a/tests/samples/datamatrix-1/abcd-18x8.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/abcd-18x8.txt b/tests/samples/datamatrix-1/abcd-18x8.txt deleted file mode 100644 index 6a81654..0000000 --- a/tests/samples/datamatrix-1/abcd-18x8.txt +++ /dev/null @@ -1 +0,0 @@ -abcde \ No newline at end of file diff --git a/tests/samples/datamatrix-1/abcd-26x12.png b/tests/samples/datamatrix-1/abcd-26x12.png deleted file mode 100644 index 9057ae6..0000000 Binary files a/tests/samples/datamatrix-1/abcd-26x12.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/abcd-26x12.txt b/tests/samples/datamatrix-1/abcd-26x12.txt deleted file mode 100644 index f9fb130..0000000 --- a/tests/samples/datamatrix-1/abcd-26x12.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklm \ No newline at end of file diff --git a/tests/samples/datamatrix-1/abcd-32x8.png b/tests/samples/datamatrix-1/abcd-32x8.png deleted file mode 100644 index e7ed4b7..0000000 Binary files a/tests/samples/datamatrix-1/abcd-32x8.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/abcd-32x8.txt b/tests/samples/datamatrix-1/abcd-32x8.txt deleted file mode 100644 index d96dc95..0000000 --- a/tests/samples/datamatrix-1/abcd-32x8.txt +++ /dev/null @@ -1 +0,0 @@ -abcdef \ No newline at end of file diff --git a/tests/samples/datamatrix-1/abcd-36x12-mirrored.png b/tests/samples/datamatrix-1/abcd-36x12-mirrored.png deleted file mode 100644 index 80909e8..0000000 Binary files a/tests/samples/datamatrix-1/abcd-36x12-mirrored.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/abcd-36x12-mirrored.result.txt b/tests/samples/datamatrix-1/abcd-36x12-mirrored.result.txt deleted file mode 100644 index f32b8d9..0000000 --- a/tests/samples/datamatrix-1/abcd-36x12-mirrored.result.txt +++ /dev/null @@ -1 +0,0 @@ -isMirrored=true diff --git a/tests/samples/datamatrix-1/abcd-36x12-mirrored.txt b/tests/samples/datamatrix-1/abcd-36x12-mirrored.txt deleted file mode 100644 index 3005ca6..0000000 --- a/tests/samples/datamatrix-1/abcd-36x12-mirrored.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopq \ No newline at end of file diff --git a/tests/samples/datamatrix-1/abcd-36x12.png b/tests/samples/datamatrix-1/abcd-36x12.png deleted file mode 100644 index 5eb9a52..0000000 Binary files a/tests/samples/datamatrix-1/abcd-36x12.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/abcd-36x12.txt b/tests/samples/datamatrix-1/abcd-36x12.txt deleted file mode 100644 index 3005ca6..0000000 --- a/tests/samples/datamatrix-1/abcd-36x12.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopq \ No newline at end of file diff --git a/tests/samples/datamatrix-1/abcd-36x16.png b/tests/samples/datamatrix-1/abcd-36x16.png deleted file mode 100644 index 6a95814..0000000 Binary files a/tests/samples/datamatrix-1/abcd-36x16.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/abcd-36x16.txt b/tests/samples/datamatrix-1/abcd-36x16.txt deleted file mode 100644 index e85d5b4..0000000 --- a/tests/samples/datamatrix-1/abcd-36x16.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopqrstuvwxyz \ No newline at end of file diff --git a/tests/samples/datamatrix-1/abcd-48x16.png b/tests/samples/datamatrix-1/abcd-48x16.png deleted file mode 100644 index ae00f94..0000000 Binary files a/tests/samples/datamatrix-1/abcd-48x16.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/abcd-48x16.txt b/tests/samples/datamatrix-1/abcd-48x16.txt deleted file mode 100644 index 7997473..0000000 --- a/tests/samples/datamatrix-1/abcd-48x16.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW \ No newline at end of file diff --git a/tests/samples/datamatrix-1/abcd-52x52-IDAutomation.png b/tests/samples/datamatrix-1/abcd-52x52-IDAutomation.png deleted file mode 100644 index 93bc278..0000000 Binary files a/tests/samples/datamatrix-1/abcd-52x52-IDAutomation.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/abcd-52x52-IDAutomation.txt b/tests/samples/datamatrix-1/abcd-52x52-IDAutomation.txt deleted file mode 100644 index d01ae5a..0000000 --- a/tests/samples/datamatrix-1/abcd-52x52-IDAutomation.txt +++ /dev/null @@ -1 +0,0 @@ -abcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcd \ No newline at end of file diff --git a/tests/samples/datamatrix-1/abcd-52x52.png b/tests/samples/datamatrix-1/abcd-52x52.png deleted file mode 100644 index 01283fe..0000000 Binary files a/tests/samples/datamatrix-1/abcd-52x52.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/abcd-52x52.txt b/tests/samples/datamatrix-1/abcd-52x52.txt deleted file mode 100644 index d01ae5a..0000000 --- a/tests/samples/datamatrix-1/abcd-52x52.txt +++ /dev/null @@ -1 +0,0 @@ -abcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcd \ No newline at end of file diff --git a/tests/samples/datamatrix-1/abcdefg-64x64.png b/tests/samples/datamatrix-1/abcdefg-64x64.png deleted file mode 100644 index 048cea7..0000000 Binary files a/tests/samples/datamatrix-1/abcdefg-64x64.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/abcdefg-64x64.txt b/tests/samples/datamatrix-1/abcdefg-64x64.txt deleted file mode 100644 index 6285fc2..0000000 --- a/tests/samples/datamatrix-1/abcdefg-64x64.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890!@#$%^&*(),./\abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890!@#$%^&*(),./\abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890!@#$%^&*(),./\ \ No newline at end of file diff --git a/tests/samples/datamatrix-1/abcdefg.png b/tests/samples/datamatrix-1/abcdefg.png deleted file mode 100644 index b005ee5..0000000 Binary files a/tests/samples/datamatrix-1/abcdefg.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/abcdefg.txt b/tests/samples/datamatrix-1/abcdefg.txt deleted file mode 100644 index a2d2b73..0000000 --- a/tests/samples/datamatrix-1/abcdefg.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890!@#$%^&*(),./\ \ No newline at end of file diff --git a/tests/samples/datamatrix-1/eci-mixed.bin b/tests/samples/datamatrix-1/eci-mixed.bin deleted file mode 100644 index 7f4b77e..0000000 --- a/tests/samples/datamatrix-1/eci-mixed.bin +++ /dev/null @@ -1 +0,0 @@ -ᡡͱ𐌶@@@@@@@@@@_ \ No newline at end of file diff --git a/tests/samples/datamatrix-1/eci-mixed.png b/tests/samples/datamatrix-1/eci-mixed.png deleted file mode 100644 index dcbd6a8..0000000 Binary files a/tests/samples/datamatrix-1/eci-mixed.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/eci-mixed.result.txt b/tests/samples/datamatrix-1/eci-mixed.result.txt deleted file mode 100644 index 352fff3..0000000 --- a/tests/samples/datamatrix-1/eci-mixed.result.txt +++ /dev/null @@ -1,2 +0,0 @@ -symbologyIdentifier=]d1 -contentType=UnknownECI diff --git a/tests/samples/datamatrix-1/eci.png b/tests/samples/datamatrix-1/eci.png deleted file mode 100644 index 4fcf222..0000000 Binary files a/tests/samples/datamatrix-1/eci.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/eci.txt b/tests/samples/datamatrix-1/eci.txt deleted file mode 100644 index 63ad644..0000000 --- a/tests/samples/datamatrix-1/eci.txt +++ /dev/null @@ -1 +0,0 @@ -¶Ж \ No newline at end of file diff --git a/tests/samples/datamatrix-1/gs1-figure-4.15.1-2-32x32.png b/tests/samples/datamatrix-1/gs1-figure-4.15.1-2-32x32.png deleted file mode 100644 index b799569..0000000 Binary files a/tests/samples/datamatrix-1/gs1-figure-4.15.1-2-32x32.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/gs1-figure-4.15.1-2-32x32.result.txt b/tests/samples/datamatrix-1/gs1-figure-4.15.1-2-32x32.result.txt deleted file mode 100644 index 1edb45e..0000000 --- a/tests/samples/datamatrix-1/gs1-figure-4.15.1-2-32x32.result.txt +++ /dev/null @@ -1,2 +0,0 @@ -symbologyIdentifier=]d2 -contentType=GS1 diff --git a/tests/samples/datamatrix-1/gs1-figure-4.15.1-2-32x32.txt b/tests/samples/datamatrix-1/gs1-figure-4.15.1-2-32x32.txt deleted file mode 100644 index b2c7f13..0000000 --- a/tests/samples/datamatrix-1/gs1-figure-4.15.1-2-32x32.txt +++ /dev/null @@ -1 +0,0 @@ -01095040000591012112345678p901101234567p171411208200http://www.gs1.org/demo/ \ No newline at end of file diff --git a/tests/samples/datamatrix-1/mod-size-1.png b/tests/samples/datamatrix-1/mod-size-1.png deleted file mode 100644 index 91c5565..0000000 Binary files a/tests/samples/datamatrix-1/mod-size-1.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/mod-size-1.txt b/tests/samples/datamatrix-1/mod-size-1.txt deleted file mode 100644 index 5cce967..0000000 --- a/tests/samples/datamatrix-1/mod-size-1.txt +++ /dev/null @@ -1 +0,0 @@ -c++ \ No newline at end of file diff --git a/tests/samples/datamatrix-1/readerinit.png b/tests/samples/datamatrix-1/readerinit.png deleted file mode 100644 index eeb3823..0000000 Binary files a/tests/samples/datamatrix-1/readerinit.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/readerinit.result.txt b/tests/samples/datamatrix-1/readerinit.result.txt deleted file mode 100644 index b3503a6..0000000 --- a/tests/samples/datamatrix-1/readerinit.result.txt +++ /dev/null @@ -1,2 +0,0 @@ -symbologyIdentifier=]d1 -readerInit=true diff --git a/tests/samples/datamatrix-1/readerinit.txt b/tests/samples/datamatrix-1/readerinit.txt deleted file mode 100644 index 32dd1e2..0000000 --- a/tests/samples/datamatrix-1/readerinit.txt +++ /dev/null @@ -1 +0,0 @@ -$I \ No newline at end of file diff --git a/tests/samples/datamatrix-1/zxing_URL_L_Kayway.png b/tests/samples/datamatrix-1/zxing_URL_L_Kayway.png deleted file mode 100644 index 3ec1b1d..0000000 Binary files a/tests/samples/datamatrix-1/zxing_URL_L_Kayway.png and /dev/null differ diff --git a/tests/samples/datamatrix-1/zxing_URL_L_Kayway.txt b/tests/samples/datamatrix-1/zxing_URL_L_Kayway.txt deleted file mode 100644 index 41872c8..0000000 --- a/tests/samples/datamatrix-1/zxing_URL_L_Kayway.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com/p/zxing/ \ No newline at end of file diff --git a/tests/samples/datamatrix-2/01.png b/tests/samples/datamatrix-2/01.png deleted file mode 100644 index 34bc060..0000000 Binary files a/tests/samples/datamatrix-2/01.png and /dev/null differ diff --git a/tests/samples/datamatrix-2/01.txt b/tests/samples/datamatrix-2/01.txt deleted file mode 100644 index f86d0df..0000000 --- a/tests/samples/datamatrix-2/01.txt +++ /dev/null @@ -1 +0,0 @@ -http://google.com/m \ No newline at end of file diff --git a/tests/samples/datamatrix-2/02.png b/tests/samples/datamatrix-2/02.png deleted file mode 100644 index 4edae43..0000000 Binary files a/tests/samples/datamatrix-2/02.png and /dev/null differ diff --git a/tests/samples/datamatrix-2/02.txt b/tests/samples/datamatrix-2/02.txt deleted file mode 100644 index f86d0df..0000000 --- a/tests/samples/datamatrix-2/02.txt +++ /dev/null @@ -1 +0,0 @@ -http://google.com/m \ No newline at end of file diff --git a/tests/samples/datamatrix-2/03.png b/tests/samples/datamatrix-2/03.png deleted file mode 100644 index 371a04e..0000000 Binary files a/tests/samples/datamatrix-2/03.png and /dev/null differ diff --git a/tests/samples/datamatrix-2/03.txt b/tests/samples/datamatrix-2/03.txt deleted file mode 100644 index f86d0df..0000000 --- a/tests/samples/datamatrix-2/03.txt +++ /dev/null @@ -1 +0,0 @@ -http://google.com/m \ No newline at end of file diff --git a/tests/samples/datamatrix-2/04.png b/tests/samples/datamatrix-2/04.png deleted file mode 100644 index d84a268..0000000 Binary files a/tests/samples/datamatrix-2/04.png and /dev/null differ diff --git a/tests/samples/datamatrix-2/04.txt b/tests/samples/datamatrix-2/04.txt deleted file mode 100644 index f86d0df..0000000 --- a/tests/samples/datamatrix-2/04.txt +++ /dev/null @@ -1 +0,0 @@ -http://google.com/m \ No newline at end of file diff --git a/tests/samples/datamatrix-2/09.png b/tests/samples/datamatrix-2/09.png deleted file mode 100644 index b435189..0000000 Binary files a/tests/samples/datamatrix-2/09.png and /dev/null differ diff --git a/tests/samples/datamatrix-2/09.txt b/tests/samples/datamatrix-2/09.txt deleted file mode 100644 index a8ae2d5..0000000 --- a/tests/samples/datamatrix-2/09.txt +++ /dev/null @@ -1 +0,0 @@ -This is a test of our DataMatrix support using a longer piece of text, and therefore a more dense barcode. \ No newline at end of file diff --git a/tests/samples/datamatrix-2/10.png b/tests/samples/datamatrix-2/10.png deleted file mode 100644 index 5ff034b..0000000 Binary files a/tests/samples/datamatrix-2/10.png and /dev/null differ diff --git a/tests/samples/datamatrix-2/10.txt b/tests/samples/datamatrix-2/10.txt deleted file mode 100644 index a8ae2d5..0000000 --- a/tests/samples/datamatrix-2/10.txt +++ /dev/null @@ -1 +0,0 @@ -This is a test of our DataMatrix support using a longer piece of text, and therefore a more dense barcode. \ No newline at end of file diff --git a/tests/samples/datamatrix-2/11.png b/tests/samples/datamatrix-2/11.png deleted file mode 100644 index d307982..0000000 Binary files a/tests/samples/datamatrix-2/11.png and /dev/null differ diff --git a/tests/samples/datamatrix-2/11.txt b/tests/samples/datamatrix-2/11.txt deleted file mode 100644 index a8ae2d5..0000000 --- a/tests/samples/datamatrix-2/11.txt +++ /dev/null @@ -1 +0,0 @@ -This is a test of our DataMatrix support using a longer piece of text, and therefore a more dense barcode. \ No newline at end of file diff --git a/tests/samples/datamatrix-2/12.png b/tests/samples/datamatrix-2/12.png deleted file mode 100644 index 23456a7..0000000 Binary files a/tests/samples/datamatrix-2/12.png and /dev/null differ diff --git a/tests/samples/datamatrix-2/12.txt b/tests/samples/datamatrix-2/12.txt deleted file mode 100644 index a8ae2d5..0000000 --- a/tests/samples/datamatrix-2/12.txt +++ /dev/null @@ -1 +0,0 @@ -This is a test of our DataMatrix support using a longer piece of text, and therefore a more dense barcode. \ No newline at end of file diff --git a/tests/samples/datamatrix-2/13.png b/tests/samples/datamatrix-2/13.png deleted file mode 100644 index 1e3d0eb..0000000 Binary files a/tests/samples/datamatrix-2/13.png and /dev/null differ diff --git a/tests/samples/datamatrix-2/13.txt b/tests/samples/datamatrix-2/13.txt deleted file mode 100644 index a8ae2d5..0000000 --- a/tests/samples/datamatrix-2/13.txt +++ /dev/null @@ -1 +0,0 @@ -This is a test of our DataMatrix support using a longer piece of text, and therefore a more dense barcode. \ No newline at end of file diff --git a/tests/samples/datamatrix-2/14.png b/tests/samples/datamatrix-2/14.png deleted file mode 100644 index f5c9d79..0000000 Binary files a/tests/samples/datamatrix-2/14.png and /dev/null differ diff --git a/tests/samples/datamatrix-2/14.txt b/tests/samples/datamatrix-2/14.txt deleted file mode 100644 index a8ae2d5..0000000 --- a/tests/samples/datamatrix-2/14.txt +++ /dev/null @@ -1 +0,0 @@ -This is a test of our DataMatrix support using a longer piece of text, and therefore a more dense barcode. \ No newline at end of file diff --git a/tests/samples/datamatrix-2/16.png b/tests/samples/datamatrix-2/16.png deleted file mode 100644 index f788725..0000000 Binary files a/tests/samples/datamatrix-2/16.png and /dev/null differ diff --git a/tests/samples/datamatrix-2/16.txt b/tests/samples/datamatrix-2/16.txt deleted file mode 100644 index a8ae2d5..0000000 --- a/tests/samples/datamatrix-2/16.txt +++ /dev/null @@ -1 +0,0 @@ -This is a test of our DataMatrix support using a longer piece of text, and therefore a more dense barcode. \ No newline at end of file diff --git a/tests/samples/datamatrix-2/17.png b/tests/samples/datamatrix-2/17.png deleted file mode 100644 index feb8d55..0000000 Binary files a/tests/samples/datamatrix-2/17.png and /dev/null differ diff --git a/tests/samples/datamatrix-2/17.txt b/tests/samples/datamatrix-2/17.txt deleted file mode 100644 index a8ae2d5..0000000 --- a/tests/samples/datamatrix-2/17.txt +++ /dev/null @@ -1 +0,0 @@ -This is a test of our DataMatrix support using a longer piece of text, and therefore a more dense barcode. \ No newline at end of file diff --git a/tests/samples/datamatrix-2/18.png b/tests/samples/datamatrix-2/18.png deleted file mode 100644 index 1c91143..0000000 Binary files a/tests/samples/datamatrix-2/18.png and /dev/null differ diff --git a/tests/samples/datamatrix-2/18.txt b/tests/samples/datamatrix-2/18.txt deleted file mode 100644 index a8ae2d5..0000000 --- a/tests/samples/datamatrix-2/18.txt +++ /dev/null @@ -1 +0,0 @@ -This is a test of our DataMatrix support using a longer piece of text, and therefore a more dense barcode. \ No newline at end of file diff --git a/tests/samples/datamatrix-3/OldDetectorFallback.jpg b/tests/samples/datamatrix-3/OldDetectorFallback.jpg deleted file mode 100644 index 72244aa..0000000 Binary files a/tests/samples/datamatrix-3/OldDetectorFallback.jpg and /dev/null differ diff --git a/tests/samples/datamatrix-3/OldDetectorFallback.txt b/tests/samples/datamatrix-3/OldDetectorFallback.txt deleted file mode 100644 index 5e1c309..0000000 --- a/tests/samples/datamatrix-3/OldDetectorFallback.txt +++ /dev/null @@ -1 +0,0 @@ -Hello World \ No newline at end of file diff --git a/tests/samples/datamatrix-3/dm-0.jpg b/tests/samples/datamatrix-3/dm-0.jpg deleted file mode 100644 index 32ce368..0000000 Binary files a/tests/samples/datamatrix-3/dm-0.jpg and /dev/null differ diff --git a/tests/samples/datamatrix-3/dm-0.txt b/tests/samples/datamatrix-3/dm-0.txt deleted file mode 100644 index 6de97e0..0000000 --- a/tests/samples/datamatrix-3/dm-0.txt +++ /dev/null @@ -1 +0,0 @@ -A12206200417:02:38 \ No newline at end of file diff --git a/tests/samples/datamatrix-3/dm-1.jpg b/tests/samples/datamatrix-3/dm-1.jpg deleted file mode 100644 index afbe8c7..0000000 Binary files a/tests/samples/datamatrix-3/dm-1.jpg and /dev/null differ diff --git a/tests/samples/datamatrix-3/dm-1.txt b/tests/samples/datamatrix-3/dm-1.txt deleted file mode 100644 index fadade5..0000000 --- a/tests/samples/datamatrix-3/dm-1.txt +++ /dev/null @@ -1 +0,0 @@ -WUPV001DS81KA123 \ No newline at end of file diff --git a/tests/samples/datamatrix-3/dm-2.jpg b/tests/samples/datamatrix-3/dm-2.jpg deleted file mode 100644 index 4863926..0000000 Binary files a/tests/samples/datamatrix-3/dm-2.jpg and /dev/null differ diff --git a/tests/samples/datamatrix-3/dm-2.txt b/tests/samples/datamatrix-3/dm-2.txt deleted file mode 100644 index b8fb274..0000000 --- a/tests/samples/datamatrix-3/dm-2.txt +++ /dev/null @@ -1 +0,0 @@ -http://datamatrixcode.net \ No newline at end of file diff --git a/tests/samples/datamatrix-3/dm-3.png b/tests/samples/datamatrix-3/dm-3.png deleted file mode 100644 index ce32545..0000000 Binary files a/tests/samples/datamatrix-3/dm-3.png and /dev/null differ diff --git a/tests/samples/datamatrix-3/dm-3.txt b/tests/samples/datamatrix-3/dm-3.txt deleted file mode 100644 index f1413a4..0000000 --- a/tests/samples/datamatrix-3/dm-3.txt +++ /dev/null @@ -1 +0,0 @@ -Data Matrix \ No newline at end of file diff --git a/tests/samples/datamatrix-3/dm-4.jpg b/tests/samples/datamatrix-3/dm-4.jpg deleted file mode 100644 index 7cbc35e..0000000 Binary files a/tests/samples/datamatrix-3/dm-4.jpg and /dev/null differ diff --git a/tests/samples/datamatrix-3/dm-4.txt b/tests/samples/datamatrix-3/dm-4.txt deleted file mode 100644 index b23c1c5..0000000 --- a/tests/samples/datamatrix-3/dm-4.txt +++ /dev/null @@ -1 +0,0 @@ -111111 \ No newline at end of file diff --git a/tests/samples/datamatrix-3/dm-5.png b/tests/samples/datamatrix-3/dm-5.png deleted file mode 100644 index 8aa6080..0000000 Binary files a/tests/samples/datamatrix-3/dm-5.png and /dev/null differ diff --git a/tests/samples/datamatrix-3/dm-5.txt b/tests/samples/datamatrix-3/dm-5.txt deleted file mode 100644 index bf4e8a0..0000000 --- a/tests/samples/datamatrix-3/dm-5.txt +++ /dev/null @@ -1 +0,0 @@ -tec-it \ No newline at end of file diff --git a/tests/samples/datamatrix-3/dm-6.jpg b/tests/samples/datamatrix-3/dm-6.jpg deleted file mode 100644 index 64f7544..0000000 Binary files a/tests/samples/datamatrix-3/dm-6.jpg and /dev/null differ diff --git a/tests/samples/datamatrix-3/dm-6.txt b/tests/samples/datamatrix-3/dm-6.txt deleted file mode 100644 index 6f4bc3b..0000000 --- a/tests/samples/datamatrix-3/dm-6.txt +++ /dev/null @@ -1 +0,0 @@ -[)>DDCAG 34JR1PNO 2SJL00506-0001SEQ 0001 \ No newline at end of file diff --git a/tests/samples/datamatrix-3/dm-7.jpg b/tests/samples/datamatrix-3/dm-7.jpg deleted file mode 100644 index 78a5ae7..0000000 Binary files a/tests/samples/datamatrix-3/dm-7.jpg and /dev/null differ diff --git a/tests/samples/datamatrix-3/dm-7.txt b/tests/samples/datamatrix-3/dm-7.txt deleted file mode 100644 index eafe33a..0000000 --- a/tests/samples/datamatrix-3/dm-7.txt +++ /dev/null @@ -1 +0,0 @@ -24I44 \ No newline at end of file diff --git a/tests/samples/datamatrix-3/dm-8.jpg b/tests/samples/datamatrix-3/dm-8.jpg deleted file mode 100644 index 05ff2a3..0000000 Binary files a/tests/samples/datamatrix-3/dm-8.jpg and /dev/null differ diff --git a/tests/samples/datamatrix-3/dm-8.txt b/tests/samples/datamatrix-3/dm-8.txt deleted file mode 100644 index 9fe3676..0000000 --- a/tests/samples/datamatrix-3/dm-8.txt +++ /dev/null @@ -1 +0,0 @@ -JGBA025999L9X9 00000000511791018010019F087B23E32DB887 \ No newline at end of file diff --git a/tests/samples/datamatrix-3/dm-9.jpg b/tests/samples/datamatrix-3/dm-9.jpg deleted file mode 100644 index 960bc19..0000000 Binary files a/tests/samples/datamatrix-3/dm-9.jpg and /dev/null differ diff --git a/tests/samples/datamatrix-3/dm-9.txt b/tests/samples/datamatrix-3/dm-9.txt deleted file mode 100644 index b8fb274..0000000 --- a/tests/samples/datamatrix-3/dm-9.txt +++ /dev/null @@ -1 +0,0 @@ -http://datamatrixcode.net \ No newline at end of file diff --git a/tests/samples/datamatrix-3/dm-a.jpg b/tests/samples/datamatrix-3/dm-a.jpg deleted file mode 100644 index c62a770..0000000 Binary files a/tests/samples/datamatrix-3/dm-a.jpg and /dev/null differ diff --git a/tests/samples/datamatrix-3/dm-a.txt b/tests/samples/datamatrix-3/dm-a.txt deleted file mode 100644 index f0d03c8..0000000 --- a/tests/samples/datamatrix-3/dm-a.txt +++ /dev/null @@ -1 +0,0 @@ -3453453453555453 \ No newline at end of file diff --git a/tests/samples/datamatrix-3/dm-c.bin b/tests/samples/datamatrix-3/dm-c.bin deleted file mode 100644 index 18dbecc..0000000 Binary files a/tests/samples/datamatrix-3/dm-c.bin and /dev/null differ diff --git a/tests/samples/datamatrix-3/dm-c.jpg b/tests/samples/datamatrix-3/dm-c.jpg deleted file mode 100644 index 9ce4b60..0000000 Binary files a/tests/samples/datamatrix-3/dm-c.jpg and /dev/null differ diff --git a/tests/samples/datamatrix-3/dm-c.result.txt b/tests/samples/datamatrix-3/dm-c.result.txt deleted file mode 100644 index d0aaba1..0000000 --- a/tests/samples/datamatrix-3/dm-c.result.txt +++ /dev/null @@ -1 +0,0 @@ -contentType=Binary diff --git a/tests/samples/datamatrix-3/dm-d.jpg b/tests/samples/datamatrix-3/dm-d.jpg deleted file mode 100644 index 61ca1a8..0000000 Binary files a/tests/samples/datamatrix-3/dm-d.jpg and /dev/null differ diff --git a/tests/samples/datamatrix-3/dm-d.txt b/tests/samples/datamatrix-3/dm-d.txt deleted file mode 100644 index f0d03c8..0000000 --- a/tests/samples/datamatrix-3/dm-d.txt +++ /dev/null @@ -1 +0,0 @@ -3453453453555453 \ No newline at end of file diff --git a/tests/samples/datamatrix-3/dm-e.jpg b/tests/samples/datamatrix-3/dm-e.jpg deleted file mode 100644 index c10d866..0000000 Binary files a/tests/samples/datamatrix-3/dm-e.jpg and /dev/null differ diff --git a/tests/samples/datamatrix-3/dm-e.txt b/tests/samples/datamatrix-3/dm-e.txt deleted file mode 100644 index 9cb56bc..0000000 --- a/tests/samples/datamatrix-3/dm-e.txt +++ /dev/null @@ -1 +0,0 @@ -[)>069N1112345684081TF17L715034D180800SXVTR75973491946876 \ No newline at end of file diff --git a/tests/samples/datamatrix-3/dm-f.jpg b/tests/samples/datamatrix-3/dm-f.jpg deleted file mode 100644 index 902c116..0000000 Binary files a/tests/samples/datamatrix-3/dm-f.jpg and /dev/null differ diff --git a/tests/samples/datamatrix-3/dm-f.txt b/tests/samples/datamatrix-3/dm-f.txt deleted file mode 100644 index 3acd470..0000000 --- a/tests/samples/datamatrix-3/dm-f.txt +++ /dev/null @@ -1 +0,0 @@ -[)>069N111234567842S3300045321T89209876D151217 \ No newline at end of file diff --git a/tests/samples/datamatrix-3/dm-h.jpg b/tests/samples/datamatrix-3/dm-h.jpg deleted file mode 100644 index 11bef1b..0000000 Binary files a/tests/samples/datamatrix-3/dm-h.jpg and /dev/null differ diff --git a/tests/samples/datamatrix-3/dm-h.txt b/tests/samples/datamatrix-3/dm-h.txt deleted file mode 100644 index 20f7b2d..0000000 --- a/tests/samples/datamatrix-3/dm-h.txt +++ /dev/null @@ -1 +0,0 @@ -AE003020140724001B010152 \ No newline at end of file diff --git a/tests/samples/datamatrix-3/dm-i.jpg b/tests/samples/datamatrix-3/dm-i.jpg deleted file mode 100644 index fbf727f..0000000 Binary files a/tests/samples/datamatrix-3/dm-i.jpg and /dev/null differ diff --git a/tests/samples/datamatrix-3/dm-i.txt b/tests/samples/datamatrix-3/dm-i.txt deleted file mode 100644 index 4632e06..0000000 --- a/tests/samples/datamatrix-3/dm-i.txt +++ /dev/null @@ -1 +0,0 @@ -123456 \ No newline at end of file diff --git a/tests/samples/datamatrix-3/dm-j.jpg b/tests/samples/datamatrix-3/dm-j.jpg deleted file mode 100644 index 11583d8..0000000 Binary files a/tests/samples/datamatrix-3/dm-j.jpg and /dev/null differ diff --git a/tests/samples/datamatrix-3/dm-j.txt b/tests/samples/datamatrix-3/dm-j.txt deleted file mode 100644 index 6c903fd..0000000 --- a/tests/samples/datamatrix-3/dm-j.txt +++ /dev/null @@ -1 +0,0 @@ -4278010014 \ No newline at end of file diff --git a/tests/samples/datamatrix-3/dm-k.jpg b/tests/samples/datamatrix-3/dm-k.jpg deleted file mode 100644 index f43940c..0000000 Binary files a/tests/samples/datamatrix-3/dm-k.jpg and /dev/null differ diff --git a/tests/samples/datamatrix-3/dm-k.txt b/tests/samples/datamatrix-3/dm-k.txt deleted file mode 100644 index de06857..0000000 --- a/tests/samples/datamatrix-3/dm-k.txt +++ /dev/null @@ -1 +0,0 @@ -W004245700121 \ No newline at end of file diff --git a/tests/samples/datamatrix-4/abcd-120x8.png b/tests/samples/datamatrix-4/abcd-120x8.png deleted file mode 100644 index 434c36f..0000000 Binary files a/tests/samples/datamatrix-4/abcd-120x8.png and /dev/null differ diff --git a/tests/samples/datamatrix-4/abcd-120x8.txt b/tests/samples/datamatrix-4/abcd-120x8.txt deleted file mode 100644 index 9983cac..0000000 --- a/tests/samples/datamatrix-4/abcd-120x8.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrst \ No newline at end of file diff --git a/tests/samples/datamatrix-4/abcd-144x8.png b/tests/samples/datamatrix-4/abcd-144x8.png deleted file mode 100644 index 162534b..0000000 Binary files a/tests/samples/datamatrix-4/abcd-144x8.png and /dev/null differ diff --git a/tests/samples/datamatrix-4/abcd-144x8.txt b/tests/samples/datamatrix-4/abcd-144x8.txt deleted file mode 100644 index 0c2c90c..0000000 --- a/tests/samples/datamatrix-4/abcd-144x8.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmno \ No newline at end of file diff --git a/tests/samples/datamatrix-4/abcd-36x20.png b/tests/samples/datamatrix-4/abcd-36x20.png deleted file mode 100644 index fefc8b1..0000000 Binary files a/tests/samples/datamatrix-4/abcd-36x20.png and /dev/null differ diff --git a/tests/samples/datamatrix-4/abcd-36x20.result.txt b/tests/samples/datamatrix-4/abcd-36x20.result.txt deleted file mode 100644 index 3f647f5..0000000 --- a/tests/samples/datamatrix-4/abcd-36x20.result.txt +++ /dev/null @@ -1 +0,0 @@ -symbologyIdentifier=]d7 diff --git a/tests/samples/datamatrix-4/abcd-36x20.txt b/tests/samples/datamatrix-4/abcd-36x20.txt deleted file mode 100644 index 85c1ced..0000000 --- a/tests/samples/datamatrix-4/abcd-36x20.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijkl \ No newline at end of file diff --git a/tests/samples/datamatrix-4/abcd-40x26.png b/tests/samples/datamatrix-4/abcd-40x26.png deleted file mode 100644 index 513b955..0000000 Binary files a/tests/samples/datamatrix-4/abcd-40x26.png and /dev/null differ diff --git a/tests/samples/datamatrix-4/abcd-40x26.txt b/tests/samples/datamatrix-4/abcd-40x26.txt deleted file mode 100644 index 1ec77a6..0000000 --- a/tests/samples/datamatrix-4/abcd-40x26.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxy \ No newline at end of file diff --git a/tests/samples/datamatrix-4/abcd-44x20.png b/tests/samples/datamatrix-4/abcd-44x20.png deleted file mode 100644 index 92e5846..0000000 Binary files a/tests/samples/datamatrix-4/abcd-44x20.png and /dev/null differ diff --git a/tests/samples/datamatrix-4/abcd-44x20.txt b/tests/samples/datamatrix-4/abcd-44x20.txt deleted file mode 100644 index d2d974b..0000000 --- a/tests/samples/datamatrix-4/abcd-44x20.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcd \ No newline at end of file diff --git a/tests/samples/datamatrix-4/abcd-48x22.png b/tests/samples/datamatrix-4/abcd-48x22.png deleted file mode 100644 index 3afdc67..0000000 Binary files a/tests/samples/datamatrix-4/abcd-48x22.png and /dev/null differ diff --git a/tests/samples/datamatrix-4/abcd-48x22.txt b/tests/samples/datamatrix-4/abcd-48x22.txt deleted file mode 100644 index 4fb53ed..0000000 --- a/tests/samples/datamatrix-4/abcd-48x22.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzab \ No newline at end of file diff --git a/tests/samples/datamatrix-4/abcd-48x24.png b/tests/samples/datamatrix-4/abcd-48x24.png deleted file mode 100644 index 086bf62..0000000 Binary files a/tests/samples/datamatrix-4/abcd-48x24.png and /dev/null differ diff --git a/tests/samples/datamatrix-4/abcd-48x24.txt b/tests/samples/datamatrix-4/abcd-48x24.txt deleted file mode 100644 index dc130c1..0000000 --- a/tests/samples/datamatrix-4/abcd-48x24.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmn \ No newline at end of file diff --git a/tests/samples/datamatrix-4/abcd-48x26.png b/tests/samples/datamatrix-4/abcd-48x26.png deleted file mode 100644 index 3c2ff49..0000000 Binary files a/tests/samples/datamatrix-4/abcd-48x26.png and /dev/null differ diff --git a/tests/samples/datamatrix-4/abcd-48x26.txt b/tests/samples/datamatrix-4/abcd-48x26.txt deleted file mode 100644 index 5638fa4..0000000 --- a/tests/samples/datamatrix-4/abcd-48x26.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabc \ No newline at end of file diff --git a/tests/samples/datamatrix-4/abcd-48x8.png b/tests/samples/datamatrix-4/abcd-48x8.png deleted file mode 100644 index 42cbdd3..0000000 Binary files a/tests/samples/datamatrix-4/abcd-48x8.png and /dev/null differ diff --git a/tests/samples/datamatrix-4/abcd-48x8.txt b/tests/samples/datamatrix-4/abcd-48x8.txt deleted file mode 100644 index dcc7623..0000000 --- a/tests/samples/datamatrix-4/abcd-48x8.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopqrstuvwxy \ No newline at end of file diff --git a/tests/samples/datamatrix-4/abcd-64x12.png b/tests/samples/datamatrix-4/abcd-64x12.png deleted file mode 100644 index 66055df..0000000 Binary files a/tests/samples/datamatrix-4/abcd-64x12.png and /dev/null differ diff --git a/tests/samples/datamatrix-4/abcd-64x12.txt b/tests/samples/datamatrix-4/abcd-64x12.txt deleted file mode 100644 index 8044e8b..0000000 --- a/tests/samples/datamatrix-4/abcd-64x12.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijk \ No newline at end of file diff --git a/tests/samples/datamatrix-4/abcd-64x16.png b/tests/samples/datamatrix-4/abcd-64x16.png deleted file mode 100644 index 70c39c7..0000000 Binary files a/tests/samples/datamatrix-4/abcd-64x16.png and /dev/null differ diff --git a/tests/samples/datamatrix-4/abcd-64x16.txt b/tests/samples/datamatrix-4/abcd-64x16.txt deleted file mode 100644 index e3cd4cd..0000000 --- a/tests/samples/datamatrix-4/abcd-64x16.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklm \ No newline at end of file diff --git a/tests/samples/datamatrix-4/abcd-64x20.png b/tests/samples/datamatrix-4/abcd-64x20.png deleted file mode 100644 index 1472a6a..0000000 Binary files a/tests/samples/datamatrix-4/abcd-64x20.png and /dev/null differ diff --git a/tests/samples/datamatrix-4/abcd-64x20.txt b/tests/samples/datamatrix-4/abcd-64x20.txt deleted file mode 100644 index 0afff33..0000000 --- a/tests/samples/datamatrix-4/abcd-64x20.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrst \ No newline at end of file diff --git a/tests/samples/datamatrix-4/abcd-64x24.png b/tests/samples/datamatrix-4/abcd-64x24.png deleted file mode 100644 index 904b384..0000000 Binary files a/tests/samples/datamatrix-4/abcd-64x24.png and /dev/null differ diff --git a/tests/samples/datamatrix-4/abcd-64x24.txt b/tests/samples/datamatrix-4/abcd-64x24.txt deleted file mode 100644 index 54469b9..0000000 --- a/tests/samples/datamatrix-4/abcd-64x24.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcd \ No newline at end of file diff --git a/tests/samples/datamatrix-4/abcd-64x26.png b/tests/samples/datamatrix-4/abcd-64x26.png deleted file mode 100644 index 59e0da3..0000000 Binary files a/tests/samples/datamatrix-4/abcd-64x26.png and /dev/null differ diff --git a/tests/samples/datamatrix-4/abcd-64x26.txt b/tests/samples/datamatrix-4/abcd-64x26.txt deleted file mode 100644 index ae6c51b..0000000 --- a/tests/samples/datamatrix-4/abcd-64x26.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrs \ No newline at end of file diff --git a/tests/samples/datamatrix-4/abcd-64x8.png b/tests/samples/datamatrix-4/abcd-64x8.png deleted file mode 100644 index 8677d60..0000000 Binary files a/tests/samples/datamatrix-4/abcd-64x8.png and /dev/null differ diff --git a/tests/samples/datamatrix-4/abcd-64x8.txt b/tests/samples/datamatrix-4/abcd-64x8.txt deleted file mode 100644 index 448031a..0000000 --- a/tests/samples/datamatrix-4/abcd-64x8.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopqrstuvwxyzabcdefgh \ No newline at end of file diff --git a/tests/samples/datamatrix-4/abcd-80x8.png b/tests/samples/datamatrix-4/abcd-80x8.png deleted file mode 100644 index 05b36df..0000000 Binary files a/tests/samples/datamatrix-4/abcd-80x8.png and /dev/null differ diff --git a/tests/samples/datamatrix-4/abcd-80x8.txt b/tests/samples/datamatrix-4/abcd-80x8.txt deleted file mode 100644 index 5b9fb2c..0000000 --- a/tests/samples/datamatrix-4/abcd-80x8.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrst \ No newline at end of file diff --git a/tests/samples/datamatrix-4/abcd-88x12.png b/tests/samples/datamatrix-4/abcd-88x12.png deleted file mode 100644 index 87fa003..0000000 Binary files a/tests/samples/datamatrix-4/abcd-88x12.png and /dev/null differ diff --git a/tests/samples/datamatrix-4/abcd-88x12.txt b/tests/samples/datamatrix-4/abcd-88x12.txt deleted file mode 100644 index 6a1af83..0000000 --- a/tests/samples/datamatrix-4/abcd-88x12.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnop \ No newline at end of file diff --git a/tests/samples/datamatrix-4/abcd-96x8.png b/tests/samples/datamatrix-4/abcd-96x8.png deleted file mode 100644 index d27f5a3..0000000 Binary files a/tests/samples/datamatrix-4/abcd-96x8.png and /dev/null differ diff --git a/tests/samples/datamatrix-4/abcd-96x8.txt b/tests/samples/datamatrix-4/abcd-96x8.txt deleted file mode 100644 index 4c68c05..0000000 --- a/tests/samples/datamatrix-4/abcd-96x8.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabc \ No newline at end of file diff --git a/tests/samples/datamatrix-4/dm-e-d-c-edifice.jpg b/tests/samples/datamatrix-4/dm-e-d-c-edifice.jpg deleted file mode 100644 index a8fcc5c..0000000 Binary files a/tests/samples/datamatrix-4/dm-e-d-c-edifice.jpg and /dev/null differ diff --git a/tests/samples/datamatrix-4/dm-e-d-c-edifice.txt b/tests/samples/datamatrix-4/dm-e-d-c-edifice.txt deleted file mode 100644 index 80ed28e..0000000 --- a/tests/samples/datamatrix-4/dm-e-d-c-edifice.txt +++ /dev/null @@ -1 +0,0 @@ -[)>0625PLEIBMAQ7BBC448559ACS44AACC \ No newline at end of file diff --git a/tests/samples/datamatrix-4/dm-e-d-c-ultrakain.jpg b/tests/samples/datamatrix-4/dm-e-d-c-ultrakain.jpg deleted file mode 100644 index e4d3c94..0000000 Binary files a/tests/samples/datamatrix-4/dm-e-d-c-ultrakain.jpg and /dev/null differ diff --git a/tests/samples/datamatrix-4/dm-e-d-c-ultrakain.txt b/tests/samples/datamatrix-4/dm-e-d-c-ultrakain.txt deleted file mode 100644 index 274c005..0000000 --- a/tests/samples/datamatrix-4/dm-e-d-c-ultrakain.txt +++ /dev/null @@ -1 +0,0 @@ -1234 \ No newline at end of file diff --git a/tests/samples/datamatrix-4/gs1-figure-4.15.1-2-44x20.png b/tests/samples/datamatrix-4/gs1-figure-4.15.1-2-44x20.png deleted file mode 100644 index 9323d9e..0000000 Binary files a/tests/samples/datamatrix-4/gs1-figure-4.15.1-2-44x20.png and /dev/null differ diff --git a/tests/samples/datamatrix-4/gs1-figure-4.15.1-2-44x20.result.txt b/tests/samples/datamatrix-4/gs1-figure-4.15.1-2-44x20.result.txt deleted file mode 100644 index f665b7a..0000000 --- a/tests/samples/datamatrix-4/gs1-figure-4.15.1-2-44x20.result.txt +++ /dev/null @@ -1 +0,0 @@ -symbologyIdentifier=]d8 diff --git a/tests/samples/datamatrix-4/gs1-figure-4.15.1-2-44x20.txt b/tests/samples/datamatrix-4/gs1-figure-4.15.1-2-44x20.txt deleted file mode 100644 index b2c7f13..0000000 --- a/tests/samples/datamatrix-4/gs1-figure-4.15.1-2-44x20.txt +++ /dev/null @@ -1 +0,0 @@ -01095040000591012112345678p901101234567p171411208200http://www.gs1.org/demo/ \ No newline at end of file diff --git a/tests/samples/ean13-1/1.png b/tests/samples/ean13-1/1.png deleted file mode 100644 index fb2adaf..0000000 Binary files a/tests/samples/ean13-1/1.png and /dev/null differ diff --git a/tests/samples/ean13-1/1.result.txt b/tests/samples/ean13-1/1.result.txt deleted file mode 100644 index 602e892..0000000 --- a/tests/samples/ean13-1/1.result.txt +++ /dev/null @@ -1 +0,0 @@ -symbologyIdentifier=]E0 diff --git a/tests/samples/ean13-1/1.txt b/tests/samples/ean13-1/1.txt deleted file mode 100644 index 2bed7f6..0000000 --- a/tests/samples/ean13-1/1.txt +++ /dev/null @@ -1 +0,0 @@ -8413000065504 \ No newline at end of file diff --git a/tests/samples/ean13-1/10.png b/tests/samples/ean13-1/10.png deleted file mode 100644 index 69380f6..0000000 Binary files a/tests/samples/ean13-1/10.png and /dev/null differ diff --git a/tests/samples/ean13-1/10.txt b/tests/samples/ean13-1/10.txt deleted file mode 100644 index 7d7c3d9..0000000 --- a/tests/samples/ean13-1/10.txt +++ /dev/null @@ -1 +0,0 @@ -8480010001136 \ No newline at end of file diff --git a/tests/samples/ean13-1/12.png b/tests/samples/ean13-1/12.png deleted file mode 100644 index a21757f..0000000 Binary files a/tests/samples/ean13-1/12.png and /dev/null differ diff --git a/tests/samples/ean13-1/12.txt b/tests/samples/ean13-1/12.txt deleted file mode 100644 index 3f2faf2..0000000 --- a/tests/samples/ean13-1/12.txt +++ /dev/null @@ -1 +0,0 @@ -5201815331227 \ No newline at end of file diff --git a/tests/samples/ean13-1/13.png b/tests/samples/ean13-1/13.png deleted file mode 100644 index 6ab685c..0000000 Binary files a/tests/samples/ean13-1/13.png and /dev/null differ diff --git a/tests/samples/ean13-1/13.txt b/tests/samples/ean13-1/13.txt deleted file mode 100644 index 8cf1aed..0000000 --- a/tests/samples/ean13-1/13.txt +++ /dev/null @@ -1 +0,0 @@ -8413600298517 \ No newline at end of file diff --git a/tests/samples/ean13-1/14.png b/tests/samples/ean13-1/14.png deleted file mode 100644 index 3a5e57c..0000000 Binary files a/tests/samples/ean13-1/14.png and /dev/null differ diff --git a/tests/samples/ean13-1/14.txt b/tests/samples/ean13-1/14.txt deleted file mode 100644 index 8e2c07e..0000000 --- a/tests/samples/ean13-1/14.txt +++ /dev/null @@ -1 +0,0 @@ -3560070169443 \ No newline at end of file diff --git a/tests/samples/ean13-1/15.png b/tests/samples/ean13-1/15.png deleted file mode 100644 index ee6557c..0000000 Binary files a/tests/samples/ean13-1/15.png and /dev/null differ diff --git a/tests/samples/ean13-1/15.txt b/tests/samples/ean13-1/15.txt deleted file mode 100644 index 313c9f0..0000000 --- a/tests/samples/ean13-1/15.txt +++ /dev/null @@ -1 +0,0 @@ -4045787034318 \ No newline at end of file diff --git a/tests/samples/ean13-1/18.png b/tests/samples/ean13-1/18.png deleted file mode 100644 index 6a3a44f..0000000 Binary files a/tests/samples/ean13-1/18.png and /dev/null differ diff --git a/tests/samples/ean13-1/18.txt b/tests/samples/ean13-1/18.txt deleted file mode 100644 index fd2c67c..0000000 --- a/tests/samples/ean13-1/18.txt +++ /dev/null @@ -1 +0,0 @@ -3086126100326 \ No newline at end of file diff --git a/tests/samples/ean13-1/19.png b/tests/samples/ean13-1/19.png deleted file mode 100644 index 4ae4716..0000000 Binary files a/tests/samples/ean13-1/19.png and /dev/null differ diff --git a/tests/samples/ean13-1/19.txt b/tests/samples/ean13-1/19.txt deleted file mode 100644 index c839e11..0000000 --- a/tests/samples/ean13-1/19.txt +++ /dev/null @@ -1 +0,0 @@ -4820024790635 \ No newline at end of file diff --git a/tests/samples/ean13-1/2.png b/tests/samples/ean13-1/2.png deleted file mode 100644 index 61e2cb2..0000000 Binary files a/tests/samples/ean13-1/2.png and /dev/null differ diff --git a/tests/samples/ean13-1/2.txt b/tests/samples/ean13-1/2.txt deleted file mode 100644 index bbefd6e..0000000 --- a/tests/samples/ean13-1/2.txt +++ /dev/null @@ -1 +0,0 @@ -8480010092271 \ No newline at end of file diff --git a/tests/samples/ean13-1/20.png b/tests/samples/ean13-1/20.png deleted file mode 100644 index 7cf1f51..0000000 Binary files a/tests/samples/ean13-1/20.png and /dev/null differ diff --git a/tests/samples/ean13-1/20.txt b/tests/samples/ean13-1/20.txt deleted file mode 100644 index 4168b63..0000000 --- a/tests/samples/ean13-1/20.txt +++ /dev/null @@ -1 +0,0 @@ -4000539017100 \ No newline at end of file diff --git a/tests/samples/ean13-1/21.png b/tests/samples/ean13-1/21.png deleted file mode 100644 index 9f7a155..0000000 Binary files a/tests/samples/ean13-1/21.png and /dev/null differ diff --git a/tests/samples/ean13-1/21.txt b/tests/samples/ean13-1/21.txt deleted file mode 100644 index 3ae180b..0000000 --- a/tests/samples/ean13-1/21.txt +++ /dev/null @@ -1 +0,0 @@ -7622200008018 \ No newline at end of file diff --git a/tests/samples/ean13-1/22.png b/tests/samples/ean13-1/22.png deleted file mode 100644 index e611f12..0000000 Binary files a/tests/samples/ean13-1/22.png and /dev/null differ diff --git a/tests/samples/ean13-1/22.txt b/tests/samples/ean13-1/22.txt deleted file mode 100644 index 050090b..0000000 --- a/tests/samples/ean13-1/22.txt +++ /dev/null @@ -1 +0,0 @@ -5603667020517 \ No newline at end of file diff --git a/tests/samples/ean13-1/23.png b/tests/samples/ean13-1/23.png deleted file mode 100644 index 35f374d..0000000 Binary files a/tests/samples/ean13-1/23.png and /dev/null differ diff --git a/tests/samples/ean13-1/23.txt b/tests/samples/ean13-1/23.txt deleted file mode 100644 index ade11f7..0000000 --- a/tests/samples/ean13-1/23.txt +++ /dev/null @@ -1 +0,0 @@ -7622400791949 \ No newline at end of file diff --git a/tests/samples/ean13-1/24.png b/tests/samples/ean13-1/24.png deleted file mode 100644 index 8bf75e5..0000000 Binary files a/tests/samples/ean13-1/24.png and /dev/null differ diff --git a/tests/samples/ean13-1/24.txt b/tests/samples/ean13-1/24.txt deleted file mode 100644 index 5163aef..0000000 --- a/tests/samples/ean13-1/24.txt +++ /dev/null @@ -1 +0,0 @@ -5709262942503 \ No newline at end of file diff --git a/tests/samples/ean13-1/25.png b/tests/samples/ean13-1/25.png deleted file mode 100644 index f4966f7..0000000 Binary files a/tests/samples/ean13-1/25.png and /dev/null differ diff --git a/tests/samples/ean13-1/25.txt b/tests/samples/ean13-1/25.txt deleted file mode 100644 index cd9874a..0000000 --- a/tests/samples/ean13-1/25.txt +++ /dev/null @@ -1 +0,0 @@ -9780140013993 \ No newline at end of file diff --git a/tests/samples/ean13-1/26.png b/tests/samples/ean13-1/26.png deleted file mode 100644 index 093fdc7..0000000 Binary files a/tests/samples/ean13-1/26.png and /dev/null differ diff --git a/tests/samples/ean13-1/26.txt b/tests/samples/ean13-1/26.txt deleted file mode 100644 index 9e109c5..0000000 --- a/tests/samples/ean13-1/26.txt +++ /dev/null @@ -1 +0,0 @@ -4901780188352 \ No newline at end of file diff --git a/tests/samples/ean13-1/28.png b/tests/samples/ean13-1/28.png deleted file mode 100644 index 6d18782..0000000 Binary files a/tests/samples/ean13-1/28.png and /dev/null differ diff --git a/tests/samples/ean13-1/28.txt b/tests/samples/ean13-1/28.txt deleted file mode 100644 index da99d28..0000000 --- a/tests/samples/ean13-1/28.txt +++ /dev/null @@ -1 +0,0 @@ -9771699057002 \ No newline at end of file diff --git a/tests/samples/ean13-1/29.png b/tests/samples/ean13-1/29.png deleted file mode 100644 index a8fd534..0000000 Binary files a/tests/samples/ean13-1/29.png and /dev/null differ diff --git a/tests/samples/ean13-1/29.txt b/tests/samples/ean13-1/29.txt deleted file mode 100644 index 5882140..0000000 --- a/tests/samples/ean13-1/29.txt +++ /dev/null @@ -1 +0,0 @@ -4007817327098 \ No newline at end of file diff --git a/tests/samples/ean13-1/3.png b/tests/samples/ean13-1/3.png deleted file mode 100644 index 12dbc32..0000000 Binary files a/tests/samples/ean13-1/3.png and /dev/null differ diff --git a/tests/samples/ean13-1/3.txt b/tests/samples/ean13-1/3.txt deleted file mode 100644 index 29b2fcc..0000000 --- a/tests/samples/ean13-1/3.txt +++ /dev/null @@ -1 +0,0 @@ -8480000823274 \ No newline at end of file diff --git a/tests/samples/ean13-1/30.png b/tests/samples/ean13-1/30.png deleted file mode 100644 index 5f0cc4f..0000000 Binary files a/tests/samples/ean13-1/30.png and /dev/null differ diff --git a/tests/samples/ean13-1/30.txt b/tests/samples/ean13-1/30.txt deleted file mode 100644 index 9193e22..0000000 --- a/tests/samples/ean13-1/30.txt +++ /dev/null @@ -1 +0,0 @@ -5025121072311 \ No newline at end of file diff --git a/tests/samples/ean13-1/31.png b/tests/samples/ean13-1/31.png deleted file mode 100644 index e303a10..0000000 Binary files a/tests/samples/ean13-1/31.png and /dev/null differ diff --git a/tests/samples/ean13-1/31.txt b/tests/samples/ean13-1/31.txt deleted file mode 100644 index 5dde677..0000000 --- a/tests/samples/ean13-1/31.txt +++ /dev/null @@ -1 +0,0 @@ -9780393058673 \ No newline at end of file diff --git a/tests/samples/ean13-1/34.png b/tests/samples/ean13-1/34.png deleted file mode 100644 index 5e999ac..0000000 Binary files a/tests/samples/ean13-1/34.png and /dev/null differ diff --git a/tests/samples/ean13-1/34.txt b/tests/samples/ean13-1/34.txt deleted file mode 100644 index b2327fc..0000000 --- a/tests/samples/ean13-1/34.txt +++ /dev/null @@ -1 +0,0 @@ -9781558604971 \ No newline at end of file diff --git a/tests/samples/ean13-1/35.png b/tests/samples/ean13-1/35.png deleted file mode 100644 index 9511f69..0000000 Binary files a/tests/samples/ean13-1/35.png and /dev/null differ diff --git a/tests/samples/ean13-1/35.txt b/tests/samples/ean13-1/35.txt deleted file mode 100644 index acc8244..0000000 --- a/tests/samples/ean13-1/35.txt +++ /dev/null @@ -1 +0,0 @@ -5030159003930 \ No newline at end of file diff --git a/tests/samples/ean13-1/36.png b/tests/samples/ean13-1/36.png deleted file mode 100644 index b2d2351..0000000 Binary files a/tests/samples/ean13-1/36.png and /dev/null differ diff --git a/tests/samples/ean13-1/36.txt b/tests/samples/ean13-1/36.txt deleted file mode 100644 index 8860f23..0000000 --- a/tests/samples/ean13-1/36.txt +++ /dev/null @@ -1 +0,0 @@ -5000213101025 \ No newline at end of file diff --git a/tests/samples/ean13-1/37.png b/tests/samples/ean13-1/37.png deleted file mode 100644 index 4802760..0000000 Binary files a/tests/samples/ean13-1/37.png and /dev/null differ diff --git a/tests/samples/ean13-1/37.txt b/tests/samples/ean13-1/37.txt deleted file mode 100644 index 645fe52..0000000 --- a/tests/samples/ean13-1/37.txt +++ /dev/null @@ -1 +0,0 @@ -5000213002834 \ No newline at end of file diff --git a/tests/samples/ean13-1/4.png b/tests/samples/ean13-1/4.png deleted file mode 100644 index c319088..0000000 Binary files a/tests/samples/ean13-1/4.png and /dev/null differ diff --git a/tests/samples/ean13-1/4.txt b/tests/samples/ean13-1/4.txt deleted file mode 100644 index 28ad258..0000000 --- a/tests/samples/ean13-1/4.txt +++ /dev/null @@ -1 +0,0 @@ -5449000039231 \ No newline at end of file diff --git a/tests/samples/ean13-1/5.png b/tests/samples/ean13-1/5.png deleted file mode 100644 index 6d68882..0000000 Binary files a/tests/samples/ean13-1/5.png and /dev/null differ diff --git a/tests/samples/ean13-1/5.txt b/tests/samples/ean13-1/5.txt deleted file mode 100644 index 5d98de1..0000000 --- a/tests/samples/ean13-1/5.txt +++ /dev/null @@ -1 +0,0 @@ -8410054010412 \ No newline at end of file diff --git a/tests/samples/ean13-1/526.jpg b/tests/samples/ean13-1/526.jpg deleted file mode 100644 index 2f1fa82..0000000 Binary files a/tests/samples/ean13-1/526.jpg and /dev/null differ diff --git a/tests/samples/ean13-1/526.txt b/tests/samples/ean13-1/526.txt deleted file mode 100644 index 0101635..0000000 --- a/tests/samples/ean13-1/526.txt +++ /dev/null @@ -1 +0,0 @@ -8886316200561 \ No newline at end of file diff --git a/tests/samples/ean13-1/6.png b/tests/samples/ean13-1/6.png deleted file mode 100644 index 8a2cba8..0000000 Binary files a/tests/samples/ean13-1/6.png and /dev/null differ diff --git a/tests/samples/ean13-1/6.txt b/tests/samples/ean13-1/6.txt deleted file mode 100644 index 13edf65..0000000 --- a/tests/samples/ean13-1/6.txt +++ /dev/null @@ -1 +0,0 @@ -8480010045062 \ No newline at end of file diff --git a/tests/samples/ean13-1/7.png b/tests/samples/ean13-1/7.png deleted file mode 100644 index 2082e64..0000000 Binary files a/tests/samples/ean13-1/7.png and /dev/null differ diff --git a/tests/samples/ean13-1/7.txt b/tests/samples/ean13-1/7.txt deleted file mode 100644 index ca3f2bb..0000000 --- a/tests/samples/ean13-1/7.txt +++ /dev/null @@ -1 +0,0 @@ -9788430532674 \ No newline at end of file diff --git a/tests/samples/ean13-1/8.png b/tests/samples/ean13-1/8.png deleted file mode 100644 index e90fa33..0000000 Binary files a/tests/samples/ean13-1/8.png and /dev/null differ diff --git a/tests/samples/ean13-1/8.txt b/tests/samples/ean13-1/8.txt deleted file mode 100644 index 2322328..0000000 --- a/tests/samples/ean13-1/8.txt +++ /dev/null @@ -1 +0,0 @@ -8480017507990 \ No newline at end of file diff --git a/tests/samples/ean13-1/9.png b/tests/samples/ean13-1/9.png deleted file mode 100644 index fdf3a25..0000000 Binary files a/tests/samples/ean13-1/9.png and /dev/null differ diff --git a/tests/samples/ean13-1/9.txt b/tests/samples/ean13-1/9.txt deleted file mode 100644 index 134bb0f..0000000 --- a/tests/samples/ean13-1/9.txt +++ /dev/null @@ -1 +0,0 @@ -3166298099809 \ No newline at end of file diff --git a/tests/samples/ean13-2/01.png b/tests/samples/ean13-2/01.png deleted file mode 100644 index ecd3994..0000000 Binary files a/tests/samples/ean13-2/01.png and /dev/null differ diff --git a/tests/samples/ean13-2/01.txt b/tests/samples/ean13-2/01.txt deleted file mode 100644 index a98aacb..0000000 --- a/tests/samples/ean13-2/01.txt +++ /dev/null @@ -1 +0,0 @@ -9780804816632 \ No newline at end of file diff --git a/tests/samples/ean13-2/02.png b/tests/samples/ean13-2/02.png deleted file mode 100644 index 9b0cb1e..0000000 Binary files a/tests/samples/ean13-2/02.png and /dev/null differ diff --git a/tests/samples/ean13-2/02.txt b/tests/samples/ean13-2/02.txt deleted file mode 100644 index a98aacb..0000000 --- a/tests/samples/ean13-2/02.txt +++ /dev/null @@ -1 +0,0 @@ -9780804816632 \ No newline at end of file diff --git a/tests/samples/ean13-2/03.png b/tests/samples/ean13-2/03.png deleted file mode 100644 index 21720a0..0000000 Binary files a/tests/samples/ean13-2/03.png and /dev/null differ diff --git a/tests/samples/ean13-2/03.txt b/tests/samples/ean13-2/03.txt deleted file mode 100644 index a98aacb..0000000 --- a/tests/samples/ean13-2/03.txt +++ /dev/null @@ -1 +0,0 @@ -9780804816632 \ No newline at end of file diff --git a/tests/samples/ean13-2/04.png b/tests/samples/ean13-2/04.png deleted file mode 100644 index 85b70ab..0000000 Binary files a/tests/samples/ean13-2/04.png and /dev/null differ diff --git a/tests/samples/ean13-2/04.txt b/tests/samples/ean13-2/04.txt deleted file mode 100644 index a98aacb..0000000 --- a/tests/samples/ean13-2/04.txt +++ /dev/null @@ -1 +0,0 @@ -9780804816632 \ No newline at end of file diff --git a/tests/samples/ean13-2/05.png b/tests/samples/ean13-2/05.png deleted file mode 100644 index 6c6c7ce..0000000 Binary files a/tests/samples/ean13-2/05.png and /dev/null differ diff --git a/tests/samples/ean13-2/05.txt b/tests/samples/ean13-2/05.txt deleted file mode 100644 index a98aacb..0000000 --- a/tests/samples/ean13-2/05.txt +++ /dev/null @@ -1 +0,0 @@ -9780804816632 \ No newline at end of file diff --git a/tests/samples/ean13-2/06.png b/tests/samples/ean13-2/06.png deleted file mode 100644 index facb9c2..0000000 Binary files a/tests/samples/ean13-2/06.png and /dev/null differ diff --git a/tests/samples/ean13-2/06.txt b/tests/samples/ean13-2/06.txt deleted file mode 100644 index a98aacb..0000000 --- a/tests/samples/ean13-2/06.txt +++ /dev/null @@ -1 +0,0 @@ -9780804816632 \ No newline at end of file diff --git a/tests/samples/ean13-2/07.png b/tests/samples/ean13-2/07.png deleted file mode 100644 index 1c984b2..0000000 Binary files a/tests/samples/ean13-2/07.png and /dev/null differ diff --git a/tests/samples/ean13-2/07.txt b/tests/samples/ean13-2/07.txt deleted file mode 100644 index a98aacb..0000000 --- a/tests/samples/ean13-2/07.txt +++ /dev/null @@ -1 +0,0 @@ -9780804816632 \ No newline at end of file diff --git a/tests/samples/ean13-2/08.png b/tests/samples/ean13-2/08.png deleted file mode 100644 index 54d1340..0000000 Binary files a/tests/samples/ean13-2/08.png and /dev/null differ diff --git a/tests/samples/ean13-2/08.txt b/tests/samples/ean13-2/08.txt deleted file mode 100644 index 8dab35e..0000000 --- a/tests/samples/ean13-2/08.txt +++ /dev/null @@ -1 +0,0 @@ -9780345348036 \ No newline at end of file diff --git a/tests/samples/ean13-2/09.png b/tests/samples/ean13-2/09.png deleted file mode 100644 index da34709..0000000 Binary files a/tests/samples/ean13-2/09.png and /dev/null differ diff --git a/tests/samples/ean13-2/09.txt b/tests/samples/ean13-2/09.txt deleted file mode 100644 index 8dab35e..0000000 --- a/tests/samples/ean13-2/09.txt +++ /dev/null @@ -1 +0,0 @@ -9780345348036 \ No newline at end of file diff --git a/tests/samples/ean13-2/10.png b/tests/samples/ean13-2/10.png deleted file mode 100644 index 2bee051..0000000 Binary files a/tests/samples/ean13-2/10.png and /dev/null differ diff --git a/tests/samples/ean13-2/10.txt b/tests/samples/ean13-2/10.txt deleted file mode 100644 index 8dab35e..0000000 --- a/tests/samples/ean13-2/10.txt +++ /dev/null @@ -1 +0,0 @@ -9780345348036 \ No newline at end of file diff --git a/tests/samples/ean13-2/11.png b/tests/samples/ean13-2/11.png deleted file mode 100644 index 73a1443..0000000 Binary files a/tests/samples/ean13-2/11.png and /dev/null differ diff --git a/tests/samples/ean13-2/11.txt b/tests/samples/ean13-2/11.txt deleted file mode 100644 index 8dab35e..0000000 --- a/tests/samples/ean13-2/11.txt +++ /dev/null @@ -1 +0,0 @@ -9780345348036 \ No newline at end of file diff --git a/tests/samples/ean13-2/12.png b/tests/samples/ean13-2/12.png deleted file mode 100644 index 10178fc..0000000 Binary files a/tests/samples/ean13-2/12.png and /dev/null differ diff --git a/tests/samples/ean13-2/12.txt b/tests/samples/ean13-2/12.txt deleted file mode 100644 index 8dab35e..0000000 --- a/tests/samples/ean13-2/12.txt +++ /dev/null @@ -1 +0,0 @@ -9780345348036 \ No newline at end of file diff --git a/tests/samples/ean13-2/13.png b/tests/samples/ean13-2/13.png deleted file mode 100644 index b2cdcbc..0000000 Binary files a/tests/samples/ean13-2/13.png and /dev/null differ diff --git a/tests/samples/ean13-2/13.txt b/tests/samples/ean13-2/13.txt deleted file mode 100644 index e5bf71a..0000000 --- a/tests/samples/ean13-2/13.txt +++ /dev/null @@ -1 +0,0 @@ -9784872348880 \ No newline at end of file diff --git a/tests/samples/ean13-2/14.png b/tests/samples/ean13-2/14.png deleted file mode 100644 index 8ed6d38..0000000 Binary files a/tests/samples/ean13-2/14.png and /dev/null differ diff --git a/tests/samples/ean13-2/14.txt b/tests/samples/ean13-2/14.txt deleted file mode 100644 index e5bf71a..0000000 --- a/tests/samples/ean13-2/14.txt +++ /dev/null @@ -1 +0,0 @@ -9784872348880 \ No newline at end of file diff --git a/tests/samples/ean13-2/17.png b/tests/samples/ean13-2/17.png deleted file mode 100644 index 2ccb7ba..0000000 Binary files a/tests/samples/ean13-2/17.png and /dev/null differ diff --git a/tests/samples/ean13-2/17.txt b/tests/samples/ean13-2/17.txt deleted file mode 100644 index e5bf71a..0000000 --- a/tests/samples/ean13-2/17.txt +++ /dev/null @@ -1 +0,0 @@ -9784872348880 \ No newline at end of file diff --git a/tests/samples/ean13-2/19.png b/tests/samples/ean13-2/19.png deleted file mode 100644 index 5dc54a4..0000000 Binary files a/tests/samples/ean13-2/19.png and /dev/null differ diff --git a/tests/samples/ean13-2/19.txt b/tests/samples/ean13-2/19.txt deleted file mode 100644 index e5bf71a..0000000 --- a/tests/samples/ean13-2/19.txt +++ /dev/null @@ -1 +0,0 @@ -9784872348880 \ No newline at end of file diff --git a/tests/samples/ean13-2/21.png b/tests/samples/ean13-2/21.png deleted file mode 100644 index 03cfa8c..0000000 Binary files a/tests/samples/ean13-2/21.png and /dev/null differ diff --git a/tests/samples/ean13-2/21.txt b/tests/samples/ean13-2/21.txt deleted file mode 100644 index e5bf71a..0000000 --- a/tests/samples/ean13-2/21.txt +++ /dev/null @@ -1 +0,0 @@ -9784872348880 \ No newline at end of file diff --git a/tests/samples/ean13-2/22.png b/tests/samples/ean13-2/22.png deleted file mode 100644 index aa03154..0000000 Binary files a/tests/samples/ean13-2/22.png and /dev/null differ diff --git a/tests/samples/ean13-2/22.txt b/tests/samples/ean13-2/22.txt deleted file mode 100644 index e5bf71a..0000000 --- a/tests/samples/ean13-2/22.txt +++ /dev/null @@ -1 +0,0 @@ -9784872348880 \ No newline at end of file diff --git a/tests/samples/ean13-2/23.png b/tests/samples/ean13-2/23.png deleted file mode 100644 index f0c3202..0000000 Binary files a/tests/samples/ean13-2/23.png and /dev/null differ diff --git a/tests/samples/ean13-2/23.txt b/tests/samples/ean13-2/23.txt deleted file mode 100644 index 764ab85..0000000 --- a/tests/samples/ean13-2/23.txt +++ /dev/null @@ -1 +0,0 @@ -1920081045006 \ No newline at end of file diff --git a/tests/samples/ean13-2/24.png b/tests/samples/ean13-2/24.png deleted file mode 100644 index e69eddf..0000000 Binary files a/tests/samples/ean13-2/24.png and /dev/null differ diff --git a/tests/samples/ean13-2/24.txt b/tests/samples/ean13-2/24.txt deleted file mode 100644 index e5bf71a..0000000 --- a/tests/samples/ean13-2/24.txt +++ /dev/null @@ -1 +0,0 @@ -9784872348880 \ No newline at end of file diff --git a/tests/samples/ean13-2/25.png b/tests/samples/ean13-2/25.png deleted file mode 100644 index fbcb4fb..0000000 Binary files a/tests/samples/ean13-2/25.png and /dev/null differ diff --git a/tests/samples/ean13-2/25.txt b/tests/samples/ean13-2/25.txt deleted file mode 100644 index e5bf71a..0000000 --- a/tests/samples/ean13-2/25.txt +++ /dev/null @@ -1 +0,0 @@ -9784872348880 \ No newline at end of file diff --git a/tests/samples/ean13-2/26.png b/tests/samples/ean13-2/26.png deleted file mode 100644 index edb8cf2..0000000 Binary files a/tests/samples/ean13-2/26.png and /dev/null differ diff --git a/tests/samples/ean13-2/26.txt b/tests/samples/ean13-2/26.txt deleted file mode 100644 index e5bf71a..0000000 --- a/tests/samples/ean13-2/26.txt +++ /dev/null @@ -1 +0,0 @@ -9784872348880 \ No newline at end of file diff --git a/tests/samples/ean13-2/27.png b/tests/samples/ean13-2/27.png deleted file mode 100644 index 0d54d86..0000000 Binary files a/tests/samples/ean13-2/27.png and /dev/null differ diff --git a/tests/samples/ean13-2/27.txt b/tests/samples/ean13-2/27.txt deleted file mode 100644 index e5bf71a..0000000 --- a/tests/samples/ean13-2/27.txt +++ /dev/null @@ -1 +0,0 @@ -9784872348880 \ No newline at end of file diff --git a/tests/samples/ean13-2/28.png b/tests/samples/ean13-2/28.png deleted file mode 100644 index 492d54e..0000000 Binary files a/tests/samples/ean13-2/28.png and /dev/null differ diff --git a/tests/samples/ean13-2/28.txt b/tests/samples/ean13-2/28.txt deleted file mode 100644 index 764ab85..0000000 --- a/tests/samples/ean13-2/28.txt +++ /dev/null @@ -1 +0,0 @@ -1920081045006 \ No newline at end of file diff --git a/tests/samples/ean13-3/01.png b/tests/samples/ean13-3/01.png deleted file mode 100644 index 5fb6a83..0000000 Binary files a/tests/samples/ean13-3/01.png and /dev/null differ diff --git a/tests/samples/ean13-3/01.txt b/tests/samples/ean13-3/01.txt deleted file mode 100644 index 2374d38..0000000 --- a/tests/samples/ean13-3/01.txt +++ /dev/null @@ -1 +0,0 @@ -9780764544200 \ No newline at end of file diff --git a/tests/samples/ean13-3/02.png b/tests/samples/ean13-3/02.png deleted file mode 100644 index a0b2212..0000000 Binary files a/tests/samples/ean13-3/02.png and /dev/null differ diff --git a/tests/samples/ean13-3/02.txt b/tests/samples/ean13-3/02.txt deleted file mode 100644 index 2374d38..0000000 --- a/tests/samples/ean13-3/02.txt +++ /dev/null @@ -1 +0,0 @@ -9780764544200 \ No newline at end of file diff --git a/tests/samples/ean13-3/03.png b/tests/samples/ean13-3/03.png deleted file mode 100644 index eccf2c7..0000000 Binary files a/tests/samples/ean13-3/03.png and /dev/null differ diff --git a/tests/samples/ean13-3/03.txt b/tests/samples/ean13-3/03.txt deleted file mode 100644 index 2374d38..0000000 --- a/tests/samples/ean13-3/03.txt +++ /dev/null @@ -1 +0,0 @@ -9780764544200 \ No newline at end of file diff --git a/tests/samples/ean13-3/10.png b/tests/samples/ean13-3/10.png deleted file mode 100644 index a136abc..0000000 Binary files a/tests/samples/ean13-3/10.png and /dev/null differ diff --git a/tests/samples/ean13-3/10.txt b/tests/samples/ean13-3/10.txt deleted file mode 100644 index 0418ac5..0000000 --- a/tests/samples/ean13-3/10.txt +++ /dev/null @@ -1 +0,0 @@ -9780596008574 \ No newline at end of file diff --git a/tests/samples/ean13-3/12.png b/tests/samples/ean13-3/12.png deleted file mode 100644 index 6fb4fc5..0000000 Binary files a/tests/samples/ean13-3/12.png and /dev/null differ diff --git a/tests/samples/ean13-3/12.txt b/tests/samples/ean13-3/12.txt deleted file mode 100644 index 0418ac5..0000000 --- a/tests/samples/ean13-3/12.txt +++ /dev/null @@ -1 +0,0 @@ -9780596008574 \ No newline at end of file diff --git a/tests/samples/ean13-3/14.png b/tests/samples/ean13-3/14.png deleted file mode 100644 index eb6448e..0000000 Binary files a/tests/samples/ean13-3/14.png and /dev/null differ diff --git a/tests/samples/ean13-3/14.txt b/tests/samples/ean13-3/14.txt deleted file mode 100644 index 0418ac5..0000000 --- a/tests/samples/ean13-3/14.txt +++ /dev/null @@ -1 +0,0 @@ -9780596008574 \ No newline at end of file diff --git a/tests/samples/ean13-3/17.png b/tests/samples/ean13-3/17.png deleted file mode 100644 index 4876d3e..0000000 Binary files a/tests/samples/ean13-3/17.png and /dev/null differ diff --git a/tests/samples/ean13-3/17.txt b/tests/samples/ean13-3/17.txt deleted file mode 100644 index 0418ac5..0000000 --- a/tests/samples/ean13-3/17.txt +++ /dev/null @@ -1 +0,0 @@ -9780596008574 \ No newline at end of file diff --git a/tests/samples/ean13-3/22.png b/tests/samples/ean13-3/22.png deleted file mode 100644 index cfc03c0..0000000 Binary files a/tests/samples/ean13-3/22.png and /dev/null differ diff --git a/tests/samples/ean13-3/22.txt b/tests/samples/ean13-3/22.txt deleted file mode 100644 index af323ce..0000000 --- a/tests/samples/ean13-3/22.txt +++ /dev/null @@ -1 +0,0 @@ -9780201310054 \ No newline at end of file diff --git a/tests/samples/ean13-3/24.png b/tests/samples/ean13-3/24.png deleted file mode 100644 index 2b13248..0000000 Binary files a/tests/samples/ean13-3/24.png and /dev/null differ diff --git a/tests/samples/ean13-3/24.txt b/tests/samples/ean13-3/24.txt deleted file mode 100644 index af323ce..0000000 --- a/tests/samples/ean13-3/24.txt +++ /dev/null @@ -1 +0,0 @@ -9780201310054 \ No newline at end of file diff --git a/tests/samples/ean13-3/26.png b/tests/samples/ean13-3/26.png deleted file mode 100644 index 0142e40..0000000 Binary files a/tests/samples/ean13-3/26.png and /dev/null differ diff --git a/tests/samples/ean13-3/26.txt b/tests/samples/ean13-3/26.txt deleted file mode 100644 index af323ce..0000000 --- a/tests/samples/ean13-3/26.txt +++ /dev/null @@ -1 +0,0 @@ -9780201310054 \ No newline at end of file diff --git a/tests/samples/ean13-3/30.png b/tests/samples/ean13-3/30.png deleted file mode 100644 index 3a9c419..0000000 Binary files a/tests/samples/ean13-3/30.png and /dev/null differ diff --git a/tests/samples/ean13-3/30.txt b/tests/samples/ean13-3/30.txt deleted file mode 100644 index af323ce..0000000 --- a/tests/samples/ean13-3/30.txt +++ /dev/null @@ -1 +0,0 @@ -9780201310054 \ No newline at end of file diff --git a/tests/samples/ean13-3/34.png b/tests/samples/ean13-3/34.png deleted file mode 100644 index c209d68..0000000 Binary files a/tests/samples/ean13-3/34.png and /dev/null differ diff --git a/tests/samples/ean13-3/34.txt b/tests/samples/ean13-3/34.txt deleted file mode 100644 index af323ce..0000000 --- a/tests/samples/ean13-3/34.txt +++ /dev/null @@ -1 +0,0 @@ -9780201310054 \ No newline at end of file diff --git a/tests/samples/ean13-3/36.png b/tests/samples/ean13-3/36.png deleted file mode 100644 index a167c67..0000000 Binary files a/tests/samples/ean13-3/36.png and /dev/null differ diff --git a/tests/samples/ean13-3/36.txt b/tests/samples/ean13-3/36.txt deleted file mode 100644 index 9a81d5e..0000000 --- a/tests/samples/ean13-3/36.txt +++ /dev/null @@ -1 +0,0 @@ -9781585730575 \ No newline at end of file diff --git a/tests/samples/ean13-3/38.png b/tests/samples/ean13-3/38.png deleted file mode 100644 index d3b0196..0000000 Binary files a/tests/samples/ean13-3/38.png and /dev/null differ diff --git a/tests/samples/ean13-3/38.txt b/tests/samples/ean13-3/38.txt deleted file mode 100644 index 9a81d5e..0000000 --- a/tests/samples/ean13-3/38.txt +++ /dev/null @@ -1 +0,0 @@ -9781585730575 \ No newline at end of file diff --git a/tests/samples/ean13-3/41.png b/tests/samples/ean13-3/41.png deleted file mode 100644 index 2efd8a1..0000000 Binary files a/tests/samples/ean13-3/41.png and /dev/null differ diff --git a/tests/samples/ean13-3/41.txt b/tests/samples/ean13-3/41.txt deleted file mode 100644 index 9a81d5e..0000000 --- a/tests/samples/ean13-3/41.txt +++ /dev/null @@ -1 +0,0 @@ -9781585730575 \ No newline at end of file diff --git a/tests/samples/ean13-3/43.png b/tests/samples/ean13-3/43.png deleted file mode 100644 index ec920a2..0000000 Binary files a/tests/samples/ean13-3/43.png and /dev/null differ diff --git a/tests/samples/ean13-3/43.txt b/tests/samples/ean13-3/43.txt deleted file mode 100644 index 9a81d5e..0000000 --- a/tests/samples/ean13-3/43.txt +++ /dev/null @@ -1 +0,0 @@ -9781585730575 \ No newline at end of file diff --git a/tests/samples/ean13-3/44.png b/tests/samples/ean13-3/44.png deleted file mode 100644 index 28429c0..0000000 Binary files a/tests/samples/ean13-3/44.png and /dev/null differ diff --git a/tests/samples/ean13-3/44.txt b/tests/samples/ean13-3/44.txt deleted file mode 100644 index bc4f1af..0000000 --- a/tests/samples/ean13-3/44.txt +++ /dev/null @@ -1 +0,0 @@ -9780735619937 \ No newline at end of file diff --git a/tests/samples/ean13-3/45.png b/tests/samples/ean13-3/45.png deleted file mode 100644 index 943e493..0000000 Binary files a/tests/samples/ean13-3/45.png and /dev/null differ diff --git a/tests/samples/ean13-3/45.txt b/tests/samples/ean13-3/45.txt deleted file mode 100644 index bc4f1af..0000000 --- a/tests/samples/ean13-3/45.txt +++ /dev/null @@ -1 +0,0 @@ -9780735619937 \ No newline at end of file diff --git a/tests/samples/ean13-3/47.png b/tests/samples/ean13-3/47.png deleted file mode 100644 index 5c6ef8f..0000000 Binary files a/tests/samples/ean13-3/47.png and /dev/null differ diff --git a/tests/samples/ean13-3/47.txt b/tests/samples/ean13-3/47.txt deleted file mode 100644 index bc4f1af..0000000 --- a/tests/samples/ean13-3/47.txt +++ /dev/null @@ -1 +0,0 @@ -9780735619937 \ No newline at end of file diff --git a/tests/samples/ean13-3/52.png b/tests/samples/ean13-3/52.png deleted file mode 100644 index 0ceabec..0000000 Binary files a/tests/samples/ean13-3/52.png and /dev/null differ diff --git a/tests/samples/ean13-3/52.txt b/tests/samples/ean13-3/52.txt deleted file mode 100644 index bc4f1af..0000000 --- a/tests/samples/ean13-3/52.txt +++ /dev/null @@ -1 +0,0 @@ -9780735619937 \ No newline at end of file diff --git a/tests/samples/ean13-3/53.png b/tests/samples/ean13-3/53.png deleted file mode 100644 index 5547a5f..0000000 Binary files a/tests/samples/ean13-3/53.png and /dev/null differ diff --git a/tests/samples/ean13-3/53.txt b/tests/samples/ean13-3/53.txt deleted file mode 100644 index bc4f1af..0000000 --- a/tests/samples/ean13-3/53.txt +++ /dev/null @@ -1 +0,0 @@ -9780735619937 \ No newline at end of file diff --git a/tests/samples/ean13-4/01.png b/tests/samples/ean13-4/01.png deleted file mode 100644 index 0499958..0000000 Binary files a/tests/samples/ean13-4/01.png and /dev/null differ diff --git a/tests/samples/ean13-4/01.txt b/tests/samples/ean13-4/01.txt deleted file mode 100644 index 33d6b99..0000000 --- a/tests/samples/ean13-4/01.txt +++ /dev/null @@ -1 +0,0 @@ -9780441014989 \ No newline at end of file diff --git a/tests/samples/ean13-4/02.png b/tests/samples/ean13-4/02.png deleted file mode 100644 index c842470..0000000 Binary files a/tests/samples/ean13-4/02.png and /dev/null differ diff --git a/tests/samples/ean13-4/02.txt b/tests/samples/ean13-4/02.txt deleted file mode 100644 index 33d6b99..0000000 --- a/tests/samples/ean13-4/02.txt +++ /dev/null @@ -1 +0,0 @@ -9780441014989 \ No newline at end of file diff --git a/tests/samples/ean13-4/03.png b/tests/samples/ean13-4/03.png deleted file mode 100644 index 90d88aa..0000000 Binary files a/tests/samples/ean13-4/03.png and /dev/null differ diff --git a/tests/samples/ean13-4/03.txt b/tests/samples/ean13-4/03.txt deleted file mode 100644 index 33d6b99..0000000 --- a/tests/samples/ean13-4/03.txt +++ /dev/null @@ -1 +0,0 @@ -9780441014989 \ No newline at end of file diff --git a/tests/samples/ean13-4/04.png b/tests/samples/ean13-4/04.png deleted file mode 100644 index 989567f..0000000 Binary files a/tests/samples/ean13-4/04.png and /dev/null differ diff --git a/tests/samples/ean13-4/04.txt b/tests/samples/ean13-4/04.txt deleted file mode 100644 index 33d6b99..0000000 --- a/tests/samples/ean13-4/04.txt +++ /dev/null @@ -1 +0,0 @@ -9780441014989 \ No newline at end of file diff --git a/tests/samples/ean13-4/05.png b/tests/samples/ean13-4/05.png deleted file mode 100644 index d0c2015..0000000 Binary files a/tests/samples/ean13-4/05.png and /dev/null differ diff --git a/tests/samples/ean13-4/05.txt b/tests/samples/ean13-4/05.txt deleted file mode 100644 index 33d6b99..0000000 --- a/tests/samples/ean13-4/05.txt +++ /dev/null @@ -1 +0,0 @@ -9780441014989 \ No newline at end of file diff --git a/tests/samples/ean13-4/06.png b/tests/samples/ean13-4/06.png deleted file mode 100644 index c93d092..0000000 Binary files a/tests/samples/ean13-4/06.png and /dev/null differ diff --git a/tests/samples/ean13-4/06.txt b/tests/samples/ean13-4/06.txt deleted file mode 100644 index 33d6b99..0000000 --- a/tests/samples/ean13-4/06.txt +++ /dev/null @@ -1 +0,0 @@ -9780441014989 \ No newline at end of file diff --git a/tests/samples/ean13-4/07.png b/tests/samples/ean13-4/07.png deleted file mode 100644 index 4452b3d..0000000 Binary files a/tests/samples/ean13-4/07.png and /dev/null differ diff --git a/tests/samples/ean13-4/07.txt b/tests/samples/ean13-4/07.txt deleted file mode 100644 index 33d6b99..0000000 --- a/tests/samples/ean13-4/07.txt +++ /dev/null @@ -1 +0,0 @@ -9780441014989 \ No newline at end of file diff --git a/tests/samples/ean13-4/08.png b/tests/samples/ean13-4/08.png deleted file mode 100644 index f66ecbb..0000000 Binary files a/tests/samples/ean13-4/08.png and /dev/null differ diff --git a/tests/samples/ean13-4/08.txt b/tests/samples/ean13-4/08.txt deleted file mode 100644 index 33d6b99..0000000 --- a/tests/samples/ean13-4/08.txt +++ /dev/null @@ -1 +0,0 @@ -9780441014989 \ No newline at end of file diff --git a/tests/samples/ean13-4/09.png b/tests/samples/ean13-4/09.png deleted file mode 100644 index 79cfba1..0000000 Binary files a/tests/samples/ean13-4/09.png and /dev/null differ diff --git a/tests/samples/ean13-4/09.txt b/tests/samples/ean13-4/09.txt deleted file mode 100644 index 33d6b99..0000000 --- a/tests/samples/ean13-4/09.txt +++ /dev/null @@ -1 +0,0 @@ -9780441014989 \ No newline at end of file diff --git a/tests/samples/ean13-4/10.png b/tests/samples/ean13-4/10.png deleted file mode 100644 index 2ebcbdd..0000000 Binary files a/tests/samples/ean13-4/10.png and /dev/null differ diff --git a/tests/samples/ean13-4/10.txt b/tests/samples/ean13-4/10.txt deleted file mode 100644 index 33d6b99..0000000 --- a/tests/samples/ean13-4/10.txt +++ /dev/null @@ -1 +0,0 @@ -9780441014989 \ No newline at end of file diff --git a/tests/samples/ean13-4/11.png b/tests/samples/ean13-4/11.png deleted file mode 100644 index 8135963..0000000 Binary files a/tests/samples/ean13-4/11.png and /dev/null differ diff --git a/tests/samples/ean13-4/11.txt b/tests/samples/ean13-4/11.txt deleted file mode 100644 index 33d6b99..0000000 --- a/tests/samples/ean13-4/11.txt +++ /dev/null @@ -1 +0,0 @@ -9780441014989 \ No newline at end of file diff --git a/tests/samples/ean13-4/12.png b/tests/samples/ean13-4/12.png deleted file mode 100644 index 63f1d9e..0000000 Binary files a/tests/samples/ean13-4/12.png and /dev/null differ diff --git a/tests/samples/ean13-4/12.txt b/tests/samples/ean13-4/12.txt deleted file mode 100644 index 33d6b99..0000000 --- a/tests/samples/ean13-4/12.txt +++ /dev/null @@ -1 +0,0 @@ -9780441014989 \ No newline at end of file diff --git a/tests/samples/ean13-4/13.png b/tests/samples/ean13-4/13.png deleted file mode 100644 index d2a24b0..0000000 Binary files a/tests/samples/ean13-4/13.png and /dev/null differ diff --git a/tests/samples/ean13-4/13.txt b/tests/samples/ean13-4/13.txt deleted file mode 100644 index 33d6b99..0000000 --- a/tests/samples/ean13-4/13.txt +++ /dev/null @@ -1 +0,0 @@ -9780441014989 \ No newline at end of file diff --git a/tests/samples/ean13-4/14.png b/tests/samples/ean13-4/14.png deleted file mode 100644 index 47f1bb1..0000000 Binary files a/tests/samples/ean13-4/14.png and /dev/null differ diff --git a/tests/samples/ean13-4/14.txt b/tests/samples/ean13-4/14.txt deleted file mode 100644 index 33d6b99..0000000 --- a/tests/samples/ean13-4/14.txt +++ /dev/null @@ -1 +0,0 @@ -9780441014989 \ No newline at end of file diff --git a/tests/samples/ean13-4/15.png b/tests/samples/ean13-4/15.png deleted file mode 100644 index 5c22560..0000000 Binary files a/tests/samples/ean13-4/15.png and /dev/null differ diff --git a/tests/samples/ean13-4/15.txt b/tests/samples/ean13-4/15.txt deleted file mode 100644 index 33d6b99..0000000 --- a/tests/samples/ean13-4/15.txt +++ /dev/null @@ -1 +0,0 @@ -9780441014989 \ No newline at end of file diff --git a/tests/samples/ean13-4/16.png b/tests/samples/ean13-4/16.png deleted file mode 100644 index c992889..0000000 Binary files a/tests/samples/ean13-4/16.png and /dev/null differ diff --git a/tests/samples/ean13-4/16.txt b/tests/samples/ean13-4/16.txt deleted file mode 100644 index 33d6b99..0000000 --- a/tests/samples/ean13-4/16.txt +++ /dev/null @@ -1 +0,0 @@ -9780441014989 \ No newline at end of file diff --git a/tests/samples/ean13-4/17.png b/tests/samples/ean13-4/17.png deleted file mode 100644 index c554de6..0000000 Binary files a/tests/samples/ean13-4/17.png and /dev/null differ diff --git a/tests/samples/ean13-4/17.txt b/tests/samples/ean13-4/17.txt deleted file mode 100644 index 33d6b99..0000000 --- a/tests/samples/ean13-4/17.txt +++ /dev/null @@ -1 +0,0 @@ -9780441014989 \ No newline at end of file diff --git a/tests/samples/ean13-4/18.png b/tests/samples/ean13-4/18.png deleted file mode 100644 index 603bbf6..0000000 Binary files a/tests/samples/ean13-4/18.png and /dev/null differ diff --git a/tests/samples/ean13-4/18.txt b/tests/samples/ean13-4/18.txt deleted file mode 100644 index 33d6b99..0000000 --- a/tests/samples/ean13-4/18.txt +++ /dev/null @@ -1 +0,0 @@ -9780441014989 \ No newline at end of file diff --git a/tests/samples/ean13-4/19.png b/tests/samples/ean13-4/19.png deleted file mode 100644 index 1f2edb8..0000000 Binary files a/tests/samples/ean13-4/19.png and /dev/null differ diff --git a/tests/samples/ean13-4/19.txt b/tests/samples/ean13-4/19.txt deleted file mode 100644 index 33d6b99..0000000 --- a/tests/samples/ean13-4/19.txt +++ /dev/null @@ -1 +0,0 @@ -9780441014989 \ No newline at end of file diff --git a/tests/samples/ean13-4/20.png b/tests/samples/ean13-4/20.png deleted file mode 100644 index fe519b3..0000000 Binary files a/tests/samples/ean13-4/20.png and /dev/null differ diff --git a/tests/samples/ean13-4/20.txt b/tests/samples/ean13-4/20.txt deleted file mode 100644 index 33d6b99..0000000 --- a/tests/samples/ean13-4/20.txt +++ /dev/null @@ -1 +0,0 @@ -9780441014989 \ No newline at end of file diff --git a/tests/samples/ean13-4/21.png b/tests/samples/ean13-4/21.png deleted file mode 100644 index 2b01f70..0000000 Binary files a/tests/samples/ean13-4/21.png and /dev/null differ diff --git a/tests/samples/ean13-4/21.txt b/tests/samples/ean13-4/21.txt deleted file mode 100644 index 33d6b99..0000000 --- a/tests/samples/ean13-4/21.txt +++ /dev/null @@ -1 +0,0 @@ -9780441014989 \ No newline at end of file diff --git a/tests/samples/ean13-4/22.png b/tests/samples/ean13-4/22.png deleted file mode 100644 index ffa96b2..0000000 Binary files a/tests/samples/ean13-4/22.png and /dev/null differ diff --git a/tests/samples/ean13-4/22.txt b/tests/samples/ean13-4/22.txt deleted file mode 100644 index 33d6b99..0000000 --- a/tests/samples/ean13-4/22.txt +++ /dev/null @@ -1 +0,0 @@ -9780441014989 \ No newline at end of file diff --git a/tests/samples/ean13-extension-1/1.png b/tests/samples/ean13-extension-1/1.png deleted file mode 100644 index 03b25b4..0000000 Binary files a/tests/samples/ean13-extension-1/1.png and /dev/null differ diff --git a/tests/samples/ean13-extension-1/1.result.txt b/tests/samples/ean13-extension-1/1.result.txt deleted file mode 100644 index 98a472d..0000000 --- a/tests/samples/ean13-extension-1/1.result.txt +++ /dev/null @@ -1 +0,0 @@ -symbologyIdentifier=]E3 diff --git a/tests/samples/ean13-extension-1/1.txt b/tests/samples/ean13-extension-1/1.txt deleted file mode 100644 index 92434c8..0000000 --- a/tests/samples/ean13-extension-1/1.txt +++ /dev/null @@ -1 +0,0 @@ -9780735200449 51299 \ No newline at end of file diff --git a/tests/samples/ean13-extension-1/2.png b/tests/samples/ean13-extension-1/2.png deleted file mode 100644 index b94f7a7..0000000 Binary files a/tests/samples/ean13-extension-1/2.png and /dev/null differ diff --git a/tests/samples/ean13-extension-1/2.txt b/tests/samples/ean13-extension-1/2.txt deleted file mode 100644 index 649cc28..0000000 --- a/tests/samples/ean13-extension-1/2.txt +++ /dev/null @@ -1 +0,0 @@ -9780884271789 52495 \ No newline at end of file diff --git a/tests/samples/ean13-extension-1/32.png b/tests/samples/ean13-extension-1/32.png deleted file mode 100644 index 0c9d421..0000000 Binary files a/tests/samples/ean13-extension-1/32.png and /dev/null differ diff --git a/tests/samples/ean13-extension-1/32.txt b/tests/samples/ean13-extension-1/32.txt deleted file mode 100644 index 1d5d64a..0000000 --- a/tests/samples/ean13-extension-1/32.txt +++ /dev/null @@ -1 +0,0 @@ -9780393058673 52595 \ No newline at end of file diff --git a/tests/samples/ean13-extension-1/33.png b/tests/samples/ean13-extension-1/33.png deleted file mode 100644 index fc37e76..0000000 Binary files a/tests/samples/ean13-extension-1/33.png and /dev/null differ diff --git a/tests/samples/ean13-extension-1/33.txt b/tests/samples/ean13-extension-1/33.txt deleted file mode 100644 index f676da6..0000000 --- a/tests/samples/ean13-extension-1/33.txt +++ /dev/null @@ -1 +0,0 @@ -9781558604971 90000 \ No newline at end of file diff --git a/tests/samples/ean13-extension-1/38.png b/tests/samples/ean13-extension-1/38.png deleted file mode 100644 index e57d188..0000000 Binary files a/tests/samples/ean13-extension-1/38.png and /dev/null differ diff --git a/tests/samples/ean13-extension-1/38.txt b/tests/samples/ean13-extension-1/38.txt deleted file mode 100644 index c0b1cf9..0000000 --- a/tests/samples/ean13-extension-1/38.txt +++ /dev/null @@ -1 +0,0 @@ -9780201752847 55999 \ No newline at end of file diff --git a/tests/samples/ean8-1/1.png b/tests/samples/ean8-1/1.png deleted file mode 100644 index 8be679f..0000000 Binary files a/tests/samples/ean8-1/1.png and /dev/null differ diff --git a/tests/samples/ean8-1/1.result.txt b/tests/samples/ean8-1/1.result.txt deleted file mode 100644 index 9c6d494..0000000 --- a/tests/samples/ean8-1/1.result.txt +++ /dev/null @@ -1 +0,0 @@ -symbologyIdentifier=]E4 diff --git a/tests/samples/ean8-1/1.txt b/tests/samples/ean8-1/1.txt deleted file mode 100644 index cf23e89..0000000 --- a/tests/samples/ean8-1/1.txt +++ /dev/null @@ -1 +0,0 @@ -48512343 \ No newline at end of file diff --git a/tests/samples/ean8-1/2.png b/tests/samples/ean8-1/2.png deleted file mode 100644 index d9d93bc..0000000 Binary files a/tests/samples/ean8-1/2.png and /dev/null differ diff --git a/tests/samples/ean8-1/2.txt b/tests/samples/ean8-1/2.txt deleted file mode 100644 index c1c1178..0000000 --- a/tests/samples/ean8-1/2.txt +++ /dev/null @@ -1 +0,0 @@ -12345670 \ No newline at end of file diff --git a/tests/samples/ean8-1/3.png b/tests/samples/ean8-1/3.png deleted file mode 100644 index 9532ded..0000000 Binary files a/tests/samples/ean8-1/3.png and /dev/null differ diff --git a/tests/samples/ean8-1/3.txt b/tests/samples/ean8-1/3.txt deleted file mode 100644 index c1c1178..0000000 --- a/tests/samples/ean8-1/3.txt +++ /dev/null @@ -1 +0,0 @@ -12345670 \ No newline at end of file diff --git a/tests/samples/ean8-1/4.png b/tests/samples/ean8-1/4.png deleted file mode 100644 index cad15c7..0000000 Binary files a/tests/samples/ean8-1/4.png and /dev/null differ diff --git a/tests/samples/ean8-1/4.txt b/tests/samples/ean8-1/4.txt deleted file mode 100644 index 2ab0cf4..0000000 --- a/tests/samples/ean8-1/4.txt +++ /dev/null @@ -1 +0,0 @@ -67678983 \ No newline at end of file diff --git a/tests/samples/ean8-1/5.png b/tests/samples/ean8-1/5.png deleted file mode 100644 index 15530e3..0000000 Binary files a/tests/samples/ean8-1/5.png and /dev/null differ diff --git a/tests/samples/ean8-1/5.txt b/tests/samples/ean8-1/5.txt deleted file mode 100644 index 4911bf2..0000000 --- a/tests/samples/ean8-1/5.txt +++ /dev/null @@ -1 +0,0 @@ -80674313 \ No newline at end of file diff --git a/tests/samples/ean8-1/6.png b/tests/samples/ean8-1/6.png deleted file mode 100644 index cd51818..0000000 Binary files a/tests/samples/ean8-1/6.png and /dev/null differ diff --git a/tests/samples/ean8-1/6.txt b/tests/samples/ean8-1/6.txt deleted file mode 100644 index d0ada6f..0000000 --- a/tests/samples/ean8-1/6.txt +++ /dev/null @@ -1 +0,0 @@ -59001270 \ No newline at end of file diff --git a/tests/samples/ean8-1/7.png b/tests/samples/ean8-1/7.png deleted file mode 100644 index 341ef18..0000000 Binary files a/tests/samples/ean8-1/7.png and /dev/null differ diff --git a/tests/samples/ean8-1/7.txt b/tests/samples/ean8-1/7.txt deleted file mode 100644 index 36db36b..0000000 --- a/tests/samples/ean8-1/7.txt +++ /dev/null @@ -1 +0,0 @@ -50487066 \ No newline at end of file diff --git a/tests/samples/ean8-1/8.png b/tests/samples/ean8-1/8.png deleted file mode 100644 index faddfd7..0000000 Binary files a/tests/samples/ean8-1/8.png and /dev/null differ diff --git a/tests/samples/ean8-1/8.txt b/tests/samples/ean8-1/8.txt deleted file mode 100644 index a6c3069..0000000 --- a/tests/samples/ean8-1/8.txt +++ /dev/null @@ -1 +0,0 @@ -55123457 \ No newline at end of file diff --git a/tests/samples/falsepositives-1/01.png b/tests/samples/falsepositives-1/01.png deleted file mode 100644 index f842d1e..0000000 Binary files a/tests/samples/falsepositives-1/01.png and /dev/null differ diff --git a/tests/samples/falsepositives-1/02.png b/tests/samples/falsepositives-1/02.png deleted file mode 100644 index 5f504d4..0000000 Binary files a/tests/samples/falsepositives-1/02.png and /dev/null differ diff --git a/tests/samples/falsepositives-1/03.png b/tests/samples/falsepositives-1/03.png deleted file mode 100644 index 63d06bc..0000000 Binary files a/tests/samples/falsepositives-1/03.png and /dev/null differ diff --git a/tests/samples/falsepositives-1/04.png b/tests/samples/falsepositives-1/04.png deleted file mode 100644 index 4c80ec7..0000000 Binary files a/tests/samples/falsepositives-1/04.png and /dev/null differ diff --git a/tests/samples/falsepositives-1/05.png b/tests/samples/falsepositives-1/05.png deleted file mode 100644 index c24badc..0000000 Binary files a/tests/samples/falsepositives-1/05.png and /dev/null differ diff --git a/tests/samples/falsepositives-1/06.png b/tests/samples/falsepositives-1/06.png deleted file mode 100644 index cc4e43a..0000000 Binary files a/tests/samples/falsepositives-1/06.png and /dev/null differ diff --git a/tests/samples/falsepositives-1/07.png b/tests/samples/falsepositives-1/07.png deleted file mode 100644 index f6eea3a..0000000 Binary files a/tests/samples/falsepositives-1/07.png and /dev/null differ diff --git a/tests/samples/falsepositives-1/08.png b/tests/samples/falsepositives-1/08.png deleted file mode 100644 index 5336ab9..0000000 Binary files a/tests/samples/falsepositives-1/08.png and /dev/null differ diff --git a/tests/samples/falsepositives-1/09.png b/tests/samples/falsepositives-1/09.png deleted file mode 100644 index e043c7c..0000000 Binary files a/tests/samples/falsepositives-1/09.png and /dev/null differ diff --git a/tests/samples/falsepositives-1/10.png b/tests/samples/falsepositives-1/10.png deleted file mode 100644 index c2f376d..0000000 Binary files a/tests/samples/falsepositives-1/10.png and /dev/null differ diff --git a/tests/samples/falsepositives-1/11.png b/tests/samples/falsepositives-1/11.png deleted file mode 100644 index 41a06b6..0000000 Binary files a/tests/samples/falsepositives-1/11.png and /dev/null differ diff --git a/tests/samples/falsepositives-1/12.png b/tests/samples/falsepositives-1/12.png deleted file mode 100644 index 7714ebd..0000000 Binary files a/tests/samples/falsepositives-1/12.png and /dev/null differ diff --git a/tests/samples/falsepositives-1/13.png b/tests/samples/falsepositives-1/13.png deleted file mode 100644 index 0d4b57c..0000000 Binary files a/tests/samples/falsepositives-1/13.png and /dev/null differ diff --git a/tests/samples/falsepositives-1/14.png b/tests/samples/falsepositives-1/14.png deleted file mode 100644 index 537ca3d..0000000 Binary files a/tests/samples/falsepositives-1/14.png and /dev/null differ diff --git a/tests/samples/falsepositives-1/15.png b/tests/samples/falsepositives-1/15.png deleted file mode 100644 index cefdc8e..0000000 Binary files a/tests/samples/falsepositives-1/15.png and /dev/null differ diff --git a/tests/samples/falsepositives-1/16.png b/tests/samples/falsepositives-1/16.png deleted file mode 100644 index 32e4437..0000000 Binary files a/tests/samples/falsepositives-1/16.png and /dev/null differ diff --git a/tests/samples/falsepositives-1/17.png b/tests/samples/falsepositives-1/17.png deleted file mode 100644 index 27a18a7..0000000 Binary files a/tests/samples/falsepositives-1/17.png and /dev/null differ diff --git a/tests/samples/falsepositives-1/18.png b/tests/samples/falsepositives-1/18.png deleted file mode 100644 index 496a4b2..0000000 Binary files a/tests/samples/falsepositives-1/18.png and /dev/null differ diff --git a/tests/samples/falsepositives-1/19.png b/tests/samples/falsepositives-1/19.png deleted file mode 100644 index 0477d11..0000000 Binary files a/tests/samples/falsepositives-1/19.png and /dev/null differ diff --git a/tests/samples/falsepositives-1/1x1.png b/tests/samples/falsepositives-1/1x1.png deleted file mode 100644 index c6f428b..0000000 Binary files a/tests/samples/falsepositives-1/1x1.png and /dev/null differ diff --git a/tests/samples/falsepositives-1/1x100.png b/tests/samples/falsepositives-1/1x100.png deleted file mode 100644 index 4a7e274..0000000 Binary files a/tests/samples/falsepositives-1/1x100.png and /dev/null differ diff --git a/tests/samples/falsepositives-1/20.png b/tests/samples/falsepositives-1/20.png deleted file mode 100644 index 69bc08f..0000000 Binary files a/tests/samples/falsepositives-1/20.png and /dev/null differ diff --git a/tests/samples/falsepositives-1/21.png b/tests/samples/falsepositives-1/21.png deleted file mode 100644 index f63a5e6..0000000 Binary files a/tests/samples/falsepositives-1/21.png and /dev/null differ diff --git a/tests/samples/falsepositives-1/22.png b/tests/samples/falsepositives-1/22.png deleted file mode 100644 index 2e509aa..0000000 Binary files a/tests/samples/falsepositives-1/22.png and /dev/null differ diff --git a/tests/samples/falsepositives-1/245.png b/tests/samples/falsepositives-1/245.png deleted file mode 100644 index c09a2f3..0000000 Binary files a/tests/samples/falsepositives-1/245.png and /dev/null differ diff --git a/tests/samples/falsepositives-1/570.png b/tests/samples/falsepositives-1/570.png deleted file mode 100644 index 6dae963..0000000 Binary files a/tests/samples/falsepositives-1/570.png and /dev/null differ diff --git a/tests/samples/falsepositives-1/MQR-falsepositive.jpg b/tests/samples/falsepositives-1/MQR-falsepositive.jpg deleted file mode 100644 index fdb6611..0000000 Binary files a/tests/samples/falsepositives-1/MQR-falsepositive.jpg and /dev/null differ diff --git a/tests/samples/falsepositives-2/01.png b/tests/samples/falsepositives-2/01.png deleted file mode 100644 index 783540f..0000000 Binary files a/tests/samples/falsepositives-2/01.png and /dev/null differ diff --git a/tests/samples/falsepositives-2/02.png b/tests/samples/falsepositives-2/02.png deleted file mode 100644 index 00ca9a5..0000000 Binary files a/tests/samples/falsepositives-2/02.png and /dev/null differ diff --git a/tests/samples/falsepositives-2/03.png b/tests/samples/falsepositives-2/03.png deleted file mode 100644 index bf6edda..0000000 Binary files a/tests/samples/falsepositives-2/03.png and /dev/null differ diff --git a/tests/samples/falsepositives-2/04.png b/tests/samples/falsepositives-2/04.png deleted file mode 100644 index fc7f851..0000000 Binary files a/tests/samples/falsepositives-2/04.png and /dev/null differ diff --git a/tests/samples/falsepositives-2/05.png b/tests/samples/falsepositives-2/05.png deleted file mode 100644 index 5e67acf..0000000 Binary files a/tests/samples/falsepositives-2/05.png and /dev/null differ diff --git a/tests/samples/falsepositives-2/06.png b/tests/samples/falsepositives-2/06.png deleted file mode 100644 index 682d1a0..0000000 Binary files a/tests/samples/falsepositives-2/06.png and /dev/null differ diff --git a/tests/samples/falsepositives-2/07.png b/tests/samples/falsepositives-2/07.png deleted file mode 100644 index fab8ce7..0000000 Binary files a/tests/samples/falsepositives-2/07.png and /dev/null differ diff --git a/tests/samples/falsepositives-2/08.png b/tests/samples/falsepositives-2/08.png deleted file mode 100644 index 8e93f95..0000000 Binary files a/tests/samples/falsepositives-2/08.png and /dev/null differ diff --git a/tests/samples/falsepositives-2/09.png b/tests/samples/falsepositives-2/09.png deleted file mode 100644 index 92212c2..0000000 Binary files a/tests/samples/falsepositives-2/09.png and /dev/null differ diff --git a/tests/samples/falsepositives-2/10.png b/tests/samples/falsepositives-2/10.png deleted file mode 100644 index c7d6011..0000000 Binary files a/tests/samples/falsepositives-2/10.png and /dev/null differ diff --git a/tests/samples/falsepositives-2/11.png b/tests/samples/falsepositives-2/11.png deleted file mode 100644 index 0aa3de9..0000000 Binary files a/tests/samples/falsepositives-2/11.png and /dev/null differ diff --git a/tests/samples/falsepositives-2/12.png b/tests/samples/falsepositives-2/12.png deleted file mode 100644 index 8d630ca..0000000 Binary files a/tests/samples/falsepositives-2/12.png and /dev/null differ diff --git a/tests/samples/falsepositives-2/13.png b/tests/samples/falsepositives-2/13.png deleted file mode 100644 index 760d393..0000000 Binary files a/tests/samples/falsepositives-2/13.png and /dev/null differ diff --git a/tests/samples/falsepositives-2/14.png b/tests/samples/falsepositives-2/14.png deleted file mode 100644 index 7b4dbd4..0000000 Binary files a/tests/samples/falsepositives-2/14.png and /dev/null differ diff --git a/tests/samples/falsepositives-2/15.png b/tests/samples/falsepositives-2/15.png deleted file mode 100644 index 68c8aba..0000000 Binary files a/tests/samples/falsepositives-2/15.png and /dev/null differ diff --git a/tests/samples/falsepositives-2/16.png b/tests/samples/falsepositives-2/16.png deleted file mode 100644 index b9fb5cc..0000000 Binary files a/tests/samples/falsepositives-2/16.png and /dev/null differ diff --git a/tests/samples/falsepositives-2/17.png b/tests/samples/falsepositives-2/17.png deleted file mode 100644 index 6b3d5dd..0000000 Binary files a/tests/samples/falsepositives-2/17.png and /dev/null differ diff --git a/tests/samples/falsepositives-2/18.png b/tests/samples/falsepositives-2/18.png deleted file mode 100644 index 2c770e2..0000000 Binary files a/tests/samples/falsepositives-2/18.png and /dev/null differ diff --git a/tests/samples/falsepositives-2/19.png b/tests/samples/falsepositives-2/19.png deleted file mode 100644 index 5f6a364..0000000 Binary files a/tests/samples/falsepositives-2/19.png and /dev/null differ diff --git a/tests/samples/falsepositives-2/20.png b/tests/samples/falsepositives-2/20.png deleted file mode 100644 index d823e15..0000000 Binary files a/tests/samples/falsepositives-2/20.png and /dev/null differ diff --git a/tests/samples/falsepositives-2/21.png b/tests/samples/falsepositives-2/21.png deleted file mode 100644 index bdd1ed6..0000000 Binary files a/tests/samples/falsepositives-2/21.png and /dev/null differ diff --git a/tests/samples/falsepositives-2/22.png b/tests/samples/falsepositives-2/22.png deleted file mode 100644 index 3a6ec10..0000000 Binary files a/tests/samples/falsepositives-2/22.png and /dev/null differ diff --git a/tests/samples/falsepositives-2/23.png b/tests/samples/falsepositives-2/23.png deleted file mode 100644 index dc8e8bd..0000000 Binary files a/tests/samples/falsepositives-2/23.png and /dev/null differ diff --git a/tests/samples/falsepositives-2/24.png b/tests/samples/falsepositives-2/24.png deleted file mode 100644 index 8965e1d..0000000 Binary files a/tests/samples/falsepositives-2/24.png and /dev/null differ diff --git a/tests/samples/falsepositives-2/25.png b/tests/samples/falsepositives-2/25.png deleted file mode 100644 index ea54efa..0000000 Binary files a/tests/samples/falsepositives-2/25.png and /dev/null differ diff --git a/tests/samples/itf-1/1.png b/tests/samples/itf-1/1.png deleted file mode 100644 index 39f3c09..0000000 Binary files a/tests/samples/itf-1/1.png and /dev/null differ diff --git a/tests/samples/itf-1/1.result.txt b/tests/samples/itf-1/1.result.txt deleted file mode 100644 index f7de2b8..0000000 --- a/tests/samples/itf-1/1.result.txt +++ /dev/null @@ -1 +0,0 @@ -symbologyIdentifier=]I1 diff --git a/tests/samples/itf-1/1.txt b/tests/samples/itf-1/1.txt deleted file mode 100644 index f17cae6..0000000 --- a/tests/samples/itf-1/1.txt +++ /dev/null @@ -1 +0,0 @@ -30712345000010 \ No newline at end of file diff --git a/tests/samples/itf-1/13.png b/tests/samples/itf-1/13.png deleted file mode 100644 index 55e4578..0000000 Binary files a/tests/samples/itf-1/13.png and /dev/null differ diff --git a/tests/samples/itf-1/13.txt b/tests/samples/itf-1/13.txt deleted file mode 100644 index 1351c69..0000000 --- a/tests/samples/itf-1/13.txt +++ /dev/null @@ -1 +0,0 @@ -0829220875 \ No newline at end of file diff --git a/tests/samples/itf-1/17.png b/tests/samples/itf-1/17.png deleted file mode 100644 index 8bdbab5..0000000 Binary files a/tests/samples/itf-1/17.png and /dev/null differ diff --git a/tests/samples/itf-1/17.txt b/tests/samples/itf-1/17.txt deleted file mode 100644 index 66166b5..0000000 --- a/tests/samples/itf-1/17.txt +++ /dev/null @@ -1 +0,0 @@ -3018108390 \ No newline at end of file diff --git a/tests/samples/itf-1/2.png b/tests/samples/itf-1/2.png deleted file mode 100644 index 9830a75..0000000 Binary files a/tests/samples/itf-1/2.png and /dev/null differ diff --git a/tests/samples/itf-1/2.result.txt b/tests/samples/itf-1/2.result.txt deleted file mode 100644 index f7de2b8..0000000 --- a/tests/samples/itf-1/2.result.txt +++ /dev/null @@ -1 +0,0 @@ -symbologyIdentifier=]I1 diff --git a/tests/samples/itf-1/2.txt b/tests/samples/itf-1/2.txt deleted file mode 100644 index eabb743..0000000 --- a/tests/samples/itf-1/2.txt +++ /dev/null @@ -1 +0,0 @@ -00012345678905 \ No newline at end of file diff --git a/tests/samples/itf-1/220.png b/tests/samples/itf-1/220.png deleted file mode 100644 index 67e8eda..0000000 Binary files a/tests/samples/itf-1/220.png and /dev/null differ diff --git a/tests/samples/itf-1/220.txt b/tests/samples/itf-1/220.txt deleted file mode 100644 index 025bac2..0000000 --- a/tests/samples/itf-1/220.txt +++ /dev/null @@ -1 +0,0 @@ -0000091897 \ No newline at end of file diff --git a/tests/samples/itf-1/3.png b/tests/samples/itf-1/3.png deleted file mode 100644 index e9ab840..0000000 Binary files a/tests/samples/itf-1/3.png and /dev/null differ diff --git a/tests/samples/itf-1/3.result.txt b/tests/samples/itf-1/3.result.txt deleted file mode 100644 index fc3f2e6..0000000 --- a/tests/samples/itf-1/3.result.txt +++ /dev/null @@ -1 +0,0 @@ -symbologyIdentifier=]I0 diff --git a/tests/samples/itf-1/3.txt b/tests/samples/itf-1/3.txt deleted file mode 100644 index d46b0cf..0000000 --- a/tests/samples/itf-1/3.txt +++ /dev/null @@ -1 +0,0 @@ -0053611912 \ No newline at end of file diff --git a/tests/samples/itf-1/5.png b/tests/samples/itf-1/5.png deleted file mode 100644 index 640d5c4..0000000 Binary files a/tests/samples/itf-1/5.png and /dev/null differ diff --git a/tests/samples/itf-1/5.result.txt b/tests/samples/itf-1/5.result.txt deleted file mode 100644 index fc3f2e6..0000000 --- a/tests/samples/itf-1/5.result.txt +++ /dev/null @@ -1 +0,0 @@ -symbologyIdentifier=]I0 diff --git a/tests/samples/itf-1/5.txt b/tests/samples/itf-1/5.txt deleted file mode 100644 index 1351c69..0000000 --- a/tests/samples/itf-1/5.txt +++ /dev/null @@ -1 +0,0 @@ -0829220875 \ No newline at end of file diff --git a/tests/samples/itf-1/6.png b/tests/samples/itf-1/6.png deleted file mode 100644 index 514b5ee..0000000 Binary files a/tests/samples/itf-1/6.png and /dev/null differ diff --git a/tests/samples/itf-1/6.txt b/tests/samples/itf-1/6.txt deleted file mode 100644 index a92b62e..0000000 --- a/tests/samples/itf-1/6.txt +++ /dev/null @@ -1 +0,0 @@ -0829220874 \ No newline at end of file diff --git a/tests/samples/itf-1/7.png b/tests/samples/itf-1/7.png deleted file mode 100644 index 7bb7309..0000000 Binary files a/tests/samples/itf-1/7.png and /dev/null differ diff --git a/tests/samples/itf-1/7.txt b/tests/samples/itf-1/7.txt deleted file mode 100644 index 6c4c26e..0000000 --- a/tests/samples/itf-1/7.txt +++ /dev/null @@ -1 +0,0 @@ -0817605453 \ No newline at end of file diff --git a/tests/samples/itf-1/8.png b/tests/samples/itf-1/8.png deleted file mode 100644 index 87435fd..0000000 Binary files a/tests/samples/itf-1/8.png and /dev/null differ diff --git a/tests/samples/itf-1/8.txt b/tests/samples/itf-1/8.txt deleted file mode 100644 index a92b62e..0000000 --- a/tests/samples/itf-1/8.txt +++ /dev/null @@ -1 +0,0 @@ -0829220874 \ No newline at end of file diff --git a/tests/samples/itf-1/9.png b/tests/samples/itf-1/9.png deleted file mode 100644 index 1631290..0000000 Binary files a/tests/samples/itf-1/9.png and /dev/null differ diff --git a/tests/samples/itf-1/9.txt b/tests/samples/itf-1/9.txt deleted file mode 100644 index d46b0cf..0000000 --- a/tests/samples/itf-1/9.txt +++ /dev/null @@ -1 +0,0 @@ -0053611912 \ No newline at end of file diff --git a/tests/samples/itf-2/01.png b/tests/samples/itf-2/01.png deleted file mode 100644 index 304e388..0000000 Binary files a/tests/samples/itf-2/01.png and /dev/null differ diff --git a/tests/samples/itf-2/01.txt b/tests/samples/itf-2/01.txt deleted file mode 100644 index a8fb53d..0000000 --- a/tests/samples/itf-2/01.txt +++ /dev/null @@ -1 +0,0 @@ -070429 \ No newline at end of file diff --git a/tests/samples/itf-2/04.png b/tests/samples/itf-2/04.png deleted file mode 100644 index 2a5d15e..0000000 Binary files a/tests/samples/itf-2/04.png and /dev/null differ diff --git a/tests/samples/itf-2/04.txt b/tests/samples/itf-2/04.txt deleted file mode 100644 index a8fb53d..0000000 --- a/tests/samples/itf-2/04.txt +++ /dev/null @@ -1 +0,0 @@ -070429 \ No newline at end of file diff --git a/tests/samples/itf-2/06.png b/tests/samples/itf-2/06.png deleted file mode 100644 index 0f1d1fa..0000000 Binary files a/tests/samples/itf-2/06.png and /dev/null differ diff --git a/tests/samples/itf-2/06.txt b/tests/samples/itf-2/06.txt deleted file mode 100644 index a8fb53d..0000000 --- a/tests/samples/itf-2/06.txt +++ /dev/null @@ -1 +0,0 @@ -070429 \ No newline at end of file diff --git a/tests/samples/itf-2/07.png b/tests/samples/itf-2/07.png deleted file mode 100644 index 7301524..0000000 Binary files a/tests/samples/itf-2/07.png and /dev/null differ diff --git a/tests/samples/itf-2/07.txt b/tests/samples/itf-2/07.txt deleted file mode 100644 index a8fb53d..0000000 --- a/tests/samples/itf-2/07.txt +++ /dev/null @@ -1 +0,0 @@ -070429 \ No newline at end of file diff --git a/tests/samples/itf-2/08.png b/tests/samples/itf-2/08.png deleted file mode 100644 index 01fa615..0000000 Binary files a/tests/samples/itf-2/08.png and /dev/null differ diff --git a/tests/samples/itf-2/08.txt b/tests/samples/itf-2/08.txt deleted file mode 100644 index a8fb53d..0000000 --- a/tests/samples/itf-2/08.txt +++ /dev/null @@ -1 +0,0 @@ -070429 \ No newline at end of file diff --git a/tests/samples/itf-2/13.png b/tests/samples/itf-2/13.png deleted file mode 100644 index 021f107..0000000 Binary files a/tests/samples/itf-2/13.png and /dev/null differ diff --git a/tests/samples/itf-2/13.txt b/tests/samples/itf-2/13.txt deleted file mode 100644 index a8fb53d..0000000 --- a/tests/samples/itf-2/13.txt +++ /dev/null @@ -1 +0,0 @@ -070429 \ No newline at end of file diff --git a/tests/samples/maxicode-1/MODE2.png b/tests/samples/maxicode-1/MODE2.png deleted file mode 100644 index 2fe3e6d..0000000 Binary files a/tests/samples/maxicode-1/MODE2.png and /dev/null differ diff --git a/tests/samples/maxicode-1/MODE2.result.txt b/tests/samples/maxicode-1/MODE2.result.txt deleted file mode 100644 index bc7855e..0000000 --- a/tests/samples/maxicode-1/MODE2.result.txt +++ /dev/null @@ -1,2 +0,0 @@ -symbologyIdentifier=]U1 -ecLevel=2 diff --git a/tests/samples/maxicode-1/MODE2.txt b/tests/samples/maxicode-1/MODE2.txt deleted file mode 100644 index ad5f7f6..0000000 --- a/tests/samples/maxicode-1/MODE2.txt +++ /dev/null @@ -1 +0,0 @@ -[)>0196123450000222111MODE2 \ No newline at end of file diff --git a/tests/samples/maxicode-1/MODE3.png b/tests/samples/maxicode-1/MODE3.png deleted file mode 100644 index d03eed6..0000000 Binary files a/tests/samples/maxicode-1/MODE3.png and /dev/null differ diff --git a/tests/samples/maxicode-1/MODE3.txt b/tests/samples/maxicode-1/MODE3.txt deleted file mode 100644 index 08d7782..0000000 --- a/tests/samples/maxicode-1/MODE3.txt +++ /dev/null @@ -1 +0,0 @@ -[)>0196123450000222111MODE3 \ No newline at end of file diff --git a/tests/samples/maxicode-1/MODE4.png b/tests/samples/maxicode-1/MODE4.png deleted file mode 100644 index 2362865..0000000 Binary files a/tests/samples/maxicode-1/MODE4.png and /dev/null differ diff --git a/tests/samples/maxicode-1/MODE4.txt b/tests/samples/maxicode-1/MODE4.txt deleted file mode 100644 index 8224acc..0000000 --- a/tests/samples/maxicode-1/MODE4.txt +++ /dev/null @@ -1 +0,0 @@ -[)>0196123450000222111MODE4 \ No newline at end of file diff --git a/tests/samples/maxicode-1/MODE5.png b/tests/samples/maxicode-1/MODE5.png deleted file mode 100644 index 6d89eeb..0000000 Binary files a/tests/samples/maxicode-1/MODE5.png and /dev/null differ diff --git a/tests/samples/maxicode-1/MODE5.txt b/tests/samples/maxicode-1/MODE5.txt deleted file mode 100644 index deeeba3..0000000 --- a/tests/samples/maxicode-1/MODE5.txt +++ /dev/null @@ -1 +0,0 @@ -[)>0196123450000222111MODE5 \ No newline at end of file diff --git a/tests/samples/maxicode-1/MODE6.png b/tests/samples/maxicode-1/MODE6.png deleted file mode 100644 index 3ef2673..0000000 Binary files a/tests/samples/maxicode-1/MODE6.png and /dev/null differ diff --git a/tests/samples/maxicode-1/MODE6.txt b/tests/samples/maxicode-1/MODE6.txt deleted file mode 100644 index f5e22c3..0000000 --- a/tests/samples/maxicode-1/MODE6.txt +++ /dev/null @@ -1 +0,0 @@ -[)>0196123450000222111MODE6 \ No newline at end of file diff --git a/tests/samples/maxicode-1/Wikipedia.png b/tests/samples/maxicode-1/Wikipedia.png deleted file mode 100644 index d7b8b18..0000000 Binary files a/tests/samples/maxicode-1/Wikipedia.png and /dev/null differ diff --git a/tests/samples/maxicode-1/Wikipedia.result.txt b/tests/samples/maxicode-1/Wikipedia.result.txt deleted file mode 100644 index 871838d..0000000 --- a/tests/samples/maxicode-1/Wikipedia.result.txt +++ /dev/null @@ -1,2 +0,0 @@ -symbologyIdentifier=]U0 -ecLevel=4 diff --git a/tests/samples/maxicode-1/Wikipedia.txt b/tests/samples/maxicode-1/Wikipedia.txt deleted file mode 100644 index 72dfce1..0000000 --- a/tests/samples/maxicode-1/Wikipedia.txt +++ /dev/null @@ -1 +0,0 @@ -Wikipedia, the free encyclopedia \ No newline at end of file diff --git a/tests/samples/maxicode-1/mode4-mixed-ecis.bin b/tests/samples/maxicode-1/mode4-mixed-ecis.bin deleted file mode 100644 index c8ab77e..0000000 Binary files a/tests/samples/maxicode-1/mode4-mixed-ecis.bin and /dev/null differ diff --git a/tests/samples/maxicode-1/mode4-mixed-ecis.png b/tests/samples/maxicode-1/mode4-mixed-ecis.png deleted file mode 100644 index 4dc0a12..0000000 Binary files a/tests/samples/maxicode-1/mode4-mixed-ecis.png and /dev/null differ diff --git a/tests/samples/maxicode-1/mode4-mixed-ecis.result.txt b/tests/samples/maxicode-1/mode4-mixed-ecis.result.txt deleted file mode 100644 index 871838d..0000000 --- a/tests/samples/maxicode-1/mode4-mixed-ecis.result.txt +++ /dev/null @@ -1,2 +0,0 @@ -symbologyIdentifier=]U0 -ecLevel=4 diff --git a/tests/samples/maxicode-1/mode4-mixed-sets.png b/tests/samples/maxicode-1/mode4-mixed-sets.png deleted file mode 100644 index ce30323..0000000 Binary files a/tests/samples/maxicode-1/mode4-mixed-sets.png and /dev/null differ diff --git a/tests/samples/maxicode-1/mode4-mixed-sets.txt b/tests/samples/maxicode-1/mode4-mixed-sets.txt deleted file mode 100644 index e9ff080..0000000 --- a/tests/samples/maxicode-1/mode4-mixed-sets.txt +++ /dev/null @@ -1 +0,0 @@ -ABCDE12abcde1ÀÁÂ⣤¥1àáâãabcde123A123456789àáâ㢣¤¥abcdÚÛÜÝ123456789¾ \ No newline at end of file diff --git a/tests/samples/maxicode-1/mode5-sequence2of3.png b/tests/samples/maxicode-1/mode5-sequence2of3.png deleted file mode 100644 index d7703fe..0000000 Binary files a/tests/samples/maxicode-1/mode5-sequence2of3.png and /dev/null differ diff --git a/tests/samples/maxicode-1/mode5-sequence2of3.result.txt b/tests/samples/maxicode-1/mode5-sequence2of3.result.txt deleted file mode 100644 index fb73081..0000000 --- a/tests/samples/maxicode-1/mode5-sequence2of3.result.txt +++ /dev/null @@ -1,5 +0,0 @@ -symbologyIdentifier=]U0 -ecLevel=5 -sequenceSize=3 -sequenceIndex=1 -sequenceId= diff --git a/tests/samples/maxicode-1/mode5-sequence2of3.txt b/tests/samples/maxicode-1/mode5-sequence2of3.txt deleted file mode 100644 index aa7d3c9..0000000 --- a/tests/samples/maxicode-1/mode5-sequence2of3.txt +++ /dev/null @@ -1 +0,0 @@ -123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901 \ No newline at end of file diff --git a/tests/samples/maxicode-2/01.png b/tests/samples/maxicode-2/01.png deleted file mode 100644 index 73f585d..0000000 Binary files a/tests/samples/maxicode-2/01.png and /dev/null differ diff --git a/tests/samples/maxicode-2/03.png b/tests/samples/maxicode-2/03.png deleted file mode 100644 index 42a3795..0000000 Binary files a/tests/samples/maxicode-2/03.png and /dev/null differ diff --git a/tests/samples/maxicode-2/04.png b/tests/samples/maxicode-2/04.png deleted file mode 100644 index 5764924..0000000 Binary files a/tests/samples/maxicode-2/04.png and /dev/null differ diff --git a/tests/samples/maxicode-2/05.png b/tests/samples/maxicode-2/05.png deleted file mode 100644 index ab1b10a..0000000 Binary files a/tests/samples/maxicode-2/05.png and /dev/null differ diff --git a/tests/samples/microqrcode-1/1.png b/tests/samples/microqrcode-1/1.png deleted file mode 100644 index 35c855d..0000000 Binary files a/tests/samples/microqrcode-1/1.png and /dev/null differ diff --git a/tests/samples/microqrcode-1/1.txt b/tests/samples/microqrcode-1/1.txt deleted file mode 100644 index 121eab0..0000000 --- a/tests/samples/microqrcode-1/1.txt +++ /dev/null @@ -1 +0,0 @@ -Wikipedia \ No newline at end of file diff --git a/tests/samples/microqrcode-1/11.jpg b/tests/samples/microqrcode-1/11.jpg deleted file mode 100644 index bfff33f..0000000 Binary files a/tests/samples/microqrcode-1/11.jpg and /dev/null differ diff --git a/tests/samples/microqrcode-1/11.txt b/tests/samples/microqrcode-1/11.txt deleted file mode 100644 index 64209c1..0000000 --- a/tests/samples/microqrcode-1/11.txt +++ /dev/null @@ -1 +0,0 @@ -Loser \ No newline at end of file diff --git a/tests/samples/microqrcode-1/12.jpg b/tests/samples/microqrcode-1/12.jpg deleted file mode 100644 index 4724b6c..0000000 Binary files a/tests/samples/microqrcode-1/12.jpg and /dev/null differ diff --git a/tests/samples/microqrcode-1/12.txt b/tests/samples/microqrcode-1/12.txt deleted file mode 100644 index 7d3298d..0000000 --- a/tests/samples/microqrcode-1/12.txt +++ /dev/null @@ -1 +0,0 @@ -SN888623311 \ No newline at end of file diff --git a/tests/samples/microqrcode-1/3.jpg b/tests/samples/microqrcode-1/3.jpg deleted file mode 100644 index 9a984dd..0000000 Binary files a/tests/samples/microqrcode-1/3.jpg and /dev/null differ diff --git a/tests/samples/microqrcode-1/3.txt b/tests/samples/microqrcode-1/3.txt deleted file mode 100644 index b513fa6..0000000 --- a/tests/samples/microqrcode-1/3.txt +++ /dev/null @@ -1 +0,0 @@ -malgajninto \ No newline at end of file diff --git a/tests/samples/microqrcode-1/7.jpg b/tests/samples/microqrcode-1/7.jpg deleted file mode 100644 index d92a678..0000000 Binary files a/tests/samples/microqrcode-1/7.jpg and /dev/null differ diff --git a/tests/samples/microqrcode-1/7.txt b/tests/samples/microqrcode-1/7.txt deleted file mode 100644 index ae75576..0000000 --- a/tests/samples/microqrcode-1/7.txt +++ /dev/null @@ -1 +0,0 @@ -Victus \ No newline at end of file diff --git a/tests/samples/microqrcode-1/9.jpg b/tests/samples/microqrcode-1/9.jpg deleted file mode 100644 index 682f4d1..0000000 Binary files a/tests/samples/microqrcode-1/9.jpg and /dev/null differ diff --git a/tests/samples/microqrcode-1/9.txt b/tests/samples/microqrcode-1/9.txt deleted file mode 100644 index 8dd8a14..0000000 --- a/tests/samples/microqrcode-1/9.txt +++ /dev/null @@ -1 +0,0 @@ -ezik \ No newline at end of file diff --git a/tests/samples/microqrcode-1/M1-Numeric.png b/tests/samples/microqrcode-1/M1-Numeric.png deleted file mode 100644 index 8a7d18a..0000000 Binary files a/tests/samples/microqrcode-1/M1-Numeric.png and /dev/null differ diff --git a/tests/samples/microqrcode-1/M1-Numeric.txt b/tests/samples/microqrcode-1/M1-Numeric.txt deleted file mode 100644 index bd41cba..0000000 --- a/tests/samples/microqrcode-1/M1-Numeric.txt +++ /dev/null @@ -1 +0,0 @@ -12345 \ No newline at end of file diff --git a/tests/samples/microqrcode-1/M2-Alpha.png b/tests/samples/microqrcode-1/M2-Alpha.png deleted file mode 100644 index eefdaa3..0000000 Binary files a/tests/samples/microqrcode-1/M2-Alpha.png and /dev/null differ diff --git a/tests/samples/microqrcode-1/M2-Alpha.txt b/tests/samples/microqrcode-1/M2-Alpha.txt deleted file mode 100644 index 48b83b8..0000000 --- a/tests/samples/microqrcode-1/M2-Alpha.txt +++ /dev/null @@ -1 +0,0 @@ -ABC \ No newline at end of file diff --git a/tests/samples/microqrcode-1/M2-Numeric.png b/tests/samples/microqrcode-1/M2-Numeric.png deleted file mode 100644 index ea9810f..0000000 Binary files a/tests/samples/microqrcode-1/M2-Numeric.png and /dev/null differ diff --git a/tests/samples/microqrcode-1/M2-Numeric.txt b/tests/samples/microqrcode-1/M2-Numeric.txt deleted file mode 100644 index 6a537b5..0000000 --- a/tests/samples/microqrcode-1/M2-Numeric.txt +++ /dev/null @@ -1 +0,0 @@ -1234567890 \ No newline at end of file diff --git a/tests/samples/microqrcode-1/M3-Binary.png b/tests/samples/microqrcode-1/M3-Binary.png deleted file mode 100644 index 889b4a3..0000000 Binary files a/tests/samples/microqrcode-1/M3-Binary.png and /dev/null differ diff --git a/tests/samples/microqrcode-1/M3-Binary.txt b/tests/samples/microqrcode-1/M3-Binary.txt deleted file mode 100644 index 29f3003..0000000 --- a/tests/samples/microqrcode-1/M3-Binary.txt +++ /dev/null @@ -1 +0,0 @@ -E=mc² \ No newline at end of file diff --git a/tests/samples/microqrcode-1/M3-Kanji.png b/tests/samples/microqrcode-1/M3-Kanji.png deleted file mode 100644 index d8d0679..0000000 Binary files a/tests/samples/microqrcode-1/M3-Kanji.png and /dev/null differ diff --git a/tests/samples/microqrcode-1/M3-Kanji.txt b/tests/samples/microqrcode-1/M3-Kanji.txt deleted file mode 100644 index b40554e..0000000 --- a/tests/samples/microqrcode-1/M3-Kanji.txt +++ /dev/null @@ -1 +0,0 @@ -誠 \ No newline at end of file diff --git a/tests/samples/microqrcode-1/M3-Mixed.png b/tests/samples/microqrcode-1/M3-Mixed.png deleted file mode 100644 index 5ae95b6..0000000 Binary files a/tests/samples/microqrcode-1/M3-Mixed.png and /dev/null differ diff --git a/tests/samples/microqrcode-1/M3-Mixed.txt b/tests/samples/microqrcode-1/M3-Mixed.txt deleted file mode 100644 index 070ee25..0000000 --- a/tests/samples/microqrcode-1/M3-Mixed.txt +++ /dev/null @@ -1 +0,0 @@ -1234 ABCD \ No newline at end of file diff --git a/tests/samples/microqrcode-1/M4-Binary.png b/tests/samples/microqrcode-1/M4-Binary.png deleted file mode 100644 index 8f4ca80..0000000 Binary files a/tests/samples/microqrcode-1/M4-Binary.png and /dev/null differ diff --git a/tests/samples/microqrcode-1/M4-Binary.txt b/tests/samples/microqrcode-1/M4-Binary.txt deleted file mode 100644 index 35aefb1..0000000 --- a/tests/samples/microqrcode-1/M4-Binary.txt +++ /dev/null @@ -1 +0,0 @@ -!"§$%&/()=?` \ No newline at end of file diff --git a/tests/samples/microqrcode-1/M4-Mixed.png b/tests/samples/microqrcode-1/M4-Mixed.png deleted file mode 100644 index e26ea01..0000000 Binary files a/tests/samples/microqrcode-1/M4-Mixed.png and /dev/null differ diff --git a/tests/samples/microqrcode-1/M4-Mixed.txt b/tests/samples/microqrcode-1/M4-Mixed.txt deleted file mode 100644 index 34cbb77..0000000 --- a/tests/samples/microqrcode-1/M4-Mixed.txt +++ /dev/null @@ -1 +0,0 @@ -1234 ABCD abcd \ No newline at end of file diff --git a/tests/samples/microqrcode-1/MQR-needs-br-update.jpg b/tests/samples/microqrcode-1/MQR-needs-br-update.jpg deleted file mode 100644 index 26eddef..0000000 Binary files a/tests/samples/microqrcode-1/MQR-needs-br-update.jpg and /dev/null differ diff --git a/tests/samples/microqrcode-1/MQR-needs-br-update.txt b/tests/samples/microqrcode-1/MQR-needs-br-update.txt deleted file mode 100644 index 222d0af..0000000 --- a/tests/samples/microqrcode-1/MQR-needs-br-update.txt +++ /dev/null @@ -1 +0,0 @@ -Micro QR Code \ No newline at end of file diff --git a/tests/samples/microqrcode-1/NoQuietZone.png b/tests/samples/microqrcode-1/NoQuietZone.png deleted file mode 100644 index f7a917d..0000000 Binary files a/tests/samples/microqrcode-1/NoQuietZone.png and /dev/null differ diff --git a/tests/samples/microqrcode-1/NoQuietZone.txt b/tests/samples/microqrcode-1/NoQuietZone.txt deleted file mode 100644 index bd41cba..0000000 --- a/tests/samples/microqrcode-1/NoQuietZone.txt +++ /dev/null @@ -1 +0,0 @@ -12345 \ No newline at end of file diff --git a/tests/samples/multi-1/1.png b/tests/samples/multi-1/1.png deleted file mode 100644 index f0f1822..0000000 Binary files a/tests/samples/multi-1/1.png and /dev/null differ diff --git a/tests/samples/multi-1/360.png b/tests/samples/multi-1/360.png deleted file mode 100644 index 9701124..0000000 Binary files a/tests/samples/multi-1/360.png and /dev/null differ diff --git a/tests/samples/multi-1/3xean-8.png b/tests/samples/multi-1/3xean-8.png deleted file mode 100644 index 77d2fd7..0000000 Binary files a/tests/samples/multi-1/3xean-8.png and /dev/null differ diff --git a/tests/samples/multi-1/multi-qr.png b/tests/samples/multi-1/multi-qr.png deleted file mode 100644 index dcb178f..0000000 Binary files a/tests/samples/multi-1/multi-qr.png and /dev/null differ diff --git a/tests/samples/partial/28.png b/tests/samples/partial/28.png deleted file mode 100644 index 17866e2..0000000 Binary files a/tests/samples/partial/28.png and /dev/null differ diff --git a/tests/samples/partial/39.png b/tests/samples/partial/39.png deleted file mode 100644 index 8bc7435..0000000 Binary files a/tests/samples/partial/39.png and /dev/null differ diff --git a/tests/samples/partial/45.png b/tests/samples/partial/45.png deleted file mode 100644 index 4015a42..0000000 Binary files a/tests/samples/partial/45.png and /dev/null differ diff --git a/tests/samples/pdf417-1/01.png b/tests/samples/pdf417-1/01.png deleted file mode 100644 index a1b2b4e..0000000 Binary files a/tests/samples/pdf417-1/01.png and /dev/null differ diff --git a/tests/samples/pdf417-1/01.txt b/tests/samples/pdf417-1/01.txt deleted file mode 100644 index 8c84eae..0000000 --- a/tests/samples/pdf417-1/01.txt +++ /dev/null @@ -1 +0,0 @@ -This is PDF417 \ No newline at end of file diff --git a/tests/samples/pdf417-1/02.png b/tests/samples/pdf417-1/02.png deleted file mode 100644 index 0780fa2..0000000 Binary files a/tests/samples/pdf417-1/02.png and /dev/null differ diff --git a/tests/samples/pdf417-1/02.txt b/tests/samples/pdf417-1/02.txt deleted file mode 100644 index e9a9ea1..0000000 --- a/tests/samples/pdf417-1/02.txt +++ /dev/null @@ -1 +0,0 @@ -12345678 \ No newline at end of file diff --git a/tests/samples/pdf417-1/03-aliased.png b/tests/samples/pdf417-1/03-aliased.png deleted file mode 100644 index 59364d1..0000000 Binary files a/tests/samples/pdf417-1/03-aliased.png and /dev/null differ diff --git a/tests/samples/pdf417-1/03-aliased.txt b/tests/samples/pdf417-1/03-aliased.txt deleted file mode 100644 index 8a97eec..0000000 --- a/tests/samples/pdf417-1/03-aliased.txt +++ /dev/null @@ -1 +0,0 @@ -ActiveBarcode \ No newline at end of file diff --git a/tests/samples/pdf417-1/03-cut-bot.png b/tests/samples/pdf417-1/03-cut-bot.png deleted file mode 100644 index 8b3b8b7..0000000 Binary files a/tests/samples/pdf417-1/03-cut-bot.png and /dev/null differ diff --git a/tests/samples/pdf417-1/03-cut-bot.txt b/tests/samples/pdf417-1/03-cut-bot.txt deleted file mode 100644 index 8a97eec..0000000 --- a/tests/samples/pdf417-1/03-cut-bot.txt +++ /dev/null @@ -1 +0,0 @@ -ActiveBarcode \ No newline at end of file diff --git a/tests/samples/pdf417-1/03-cut-top.png b/tests/samples/pdf417-1/03-cut-top.png deleted file mode 100644 index 47233e0..0000000 Binary files a/tests/samples/pdf417-1/03-cut-top.png and /dev/null differ diff --git a/tests/samples/pdf417-1/03-cut-top.txt b/tests/samples/pdf417-1/03-cut-top.txt deleted file mode 100644 index 8a97eec..0000000 --- a/tests/samples/pdf417-1/03-cut-top.txt +++ /dev/null @@ -1 +0,0 @@ -ActiveBarcode \ No newline at end of file diff --git a/tests/samples/pdf417-1/03-flipped.png b/tests/samples/pdf417-1/03-flipped.png deleted file mode 100644 index b6aba54..0000000 Binary files a/tests/samples/pdf417-1/03-flipped.png and /dev/null differ diff --git a/tests/samples/pdf417-1/03-flipped.txt b/tests/samples/pdf417-1/03-flipped.txt deleted file mode 100644 index 8a97eec..0000000 --- a/tests/samples/pdf417-1/03-flipped.txt +++ /dev/null @@ -1 +0,0 @@ -ActiveBarcode \ No newline at end of file diff --git a/tests/samples/pdf417-1/03-rot90.png b/tests/samples/pdf417-1/03-rot90.png deleted file mode 100644 index f0e0e57..0000000 Binary files a/tests/samples/pdf417-1/03-rot90.png and /dev/null differ diff --git a/tests/samples/pdf417-1/03-rot90.txt b/tests/samples/pdf417-1/03-rot90.txt deleted file mode 100644 index 8a97eec..0000000 --- a/tests/samples/pdf417-1/03-rot90.txt +++ /dev/null @@ -1 +0,0 @@ -ActiveBarcode \ No newline at end of file diff --git a/tests/samples/pdf417-1/03.png b/tests/samples/pdf417-1/03.png deleted file mode 100644 index c407ffa..0000000 Binary files a/tests/samples/pdf417-1/03.png and /dev/null differ diff --git a/tests/samples/pdf417-1/03.txt b/tests/samples/pdf417-1/03.txt deleted file mode 100644 index 8a97eec..0000000 --- a/tests/samples/pdf417-1/03.txt +++ /dev/null @@ -1 +0,0 @@ -ActiveBarcode \ No newline at end of file diff --git a/tests/samples/pdf417-1/04.png b/tests/samples/pdf417-1/04.png deleted file mode 100644 index 0fb9fe9..0000000 Binary files a/tests/samples/pdf417-1/04.png and /dev/null differ diff --git a/tests/samples/pdf417-1/04.txt b/tests/samples/pdf417-1/04.txt deleted file mode 100644 index aa0e5da..0000000 --- a/tests/samples/pdf417-1/04.txt +++ /dev/null @@ -1 +0,0 @@ --ActiveBarcode-ABCDEFGHIJKLMNOPQRSTUVWXYZ \ No newline at end of file diff --git a/tests/samples/pdf417-1/05.png b/tests/samples/pdf417-1/05.png deleted file mode 100644 index 41870be..0000000 Binary files a/tests/samples/pdf417-1/05.png and /dev/null differ diff --git a/tests/samples/pdf417-1/05.txt b/tests/samples/pdf417-1/05.txt deleted file mode 100644 index b6c1c37..0000000 --- a/tests/samples/pdf417-1/05.txt +++ /dev/null @@ -1 +0,0 @@ --ActiveBarcode-ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-ActiveBarcode-ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890 \ No newline at end of file diff --git a/tests/samples/pdf417-1/06.png b/tests/samples/pdf417-1/06.png deleted file mode 100644 index 30cc2f4..0000000 Binary files a/tests/samples/pdf417-1/06.png and /dev/null differ diff --git a/tests/samples/pdf417-1/06.txt b/tests/samples/pdf417-1/06.txt deleted file mode 100644 index f61edfc..0000000 --- a/tests/samples/pdf417-1/06.txt +++ /dev/null @@ -1 +0,0 @@ --ActiveBarcode-ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-ActiveBarcode-ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-ActiveBarcode-ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-ActiveBarcode-ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-ActiveBarcode-ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-ActiveBarcode-ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890 \ No newline at end of file diff --git a/tests/samples/pdf417-1/07.png b/tests/samples/pdf417-1/07.png deleted file mode 100644 index 1c9ff1d..0000000 Binary files a/tests/samples/pdf417-1/07.png and /dev/null differ diff --git a/tests/samples/pdf417-1/07.txt b/tests/samples/pdf417-1/07.txt deleted file mode 100644 index 13e3209..0000000 --- a/tests/samples/pdf417-1/07.txt +++ /dev/null @@ -1 +0,0 @@ --ActiveBarcode-ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-ActiveBarcode-ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-ActiveBarcode-ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-ActiveBarcode-ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-ActiveBarcode-ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-ActiveBarcode-ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-ActiveBarcode-ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-ActiveBarcode-ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-ActiveBarcode-ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-ActiveBarcode-ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-ActiveBarcode-ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-ActiveBarcode-ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890 \ No newline at end of file diff --git a/tests/samples/pdf417-1/09.bin b/tests/samples/pdf417-1/09.bin deleted file mode 100644 index 7633e3a..0000000 --- a/tests/samples/pdf417-1/09.bin +++ /dev/null @@ -1 +0,0 @@ -! !E 5/D? ?FZ c' mA #F \ No newline at end of file diff --git a/tests/samples/pdf417-1/09.png b/tests/samples/pdf417-1/09.png deleted file mode 100644 index cffae2c..0000000 Binary files a/tests/samples/pdf417-1/09.png and /dev/null differ diff --git a/tests/samples/pdf417-1/10.png b/tests/samples/pdf417-1/10.png deleted file mode 100644 index 8888edd..0000000 Binary files a/tests/samples/pdf417-1/10.png and /dev/null differ diff --git a/tests/samples/pdf417-1/10.txt b/tests/samples/pdf417-1/10.txt deleted file mode 100644 index 2215b03..0000000 --- a/tests/samples/pdf417-1/10.txt +++ /dev/null @@ -1 +0,0 @@ -PDF-417 \ No newline at end of file diff --git a/tests/samples/pdf417-1/11.png b/tests/samples/pdf417-1/11.png deleted file mode 100644 index cc0c720..0000000 Binary files a/tests/samples/pdf417-1/11.png and /dev/null differ diff --git a/tests/samples/pdf417-1/11.txt b/tests/samples/pdf417-1/11.txt deleted file mode 100644 index 25f3991..0000000 --- a/tests/samples/pdf417-1/11.txt +++ /dev/null @@ -1 +0,0 @@ -This is just a test. \ No newline at end of file diff --git a/tests/samples/pdf417-1/12-mixed-ecis.png b/tests/samples/pdf417-1/12-mixed-ecis.png deleted file mode 100644 index 40aa88f..0000000 Binary files a/tests/samples/pdf417-1/12-mixed-ecis.png and /dev/null differ diff --git a/tests/samples/pdf417-1/12-mixed-ecis.txt b/tests/samples/pdf417-1/12-mixed-ecis.txt deleted file mode 100644 index 899d132..0000000 --- a/tests/samples/pdf417-1/12-mixed-ecis.txt +++ /dev/null @@ -1 +0,0 @@ -AB点茗テ齄膀赧αђŹ \ No newline at end of file diff --git a/tests/samples/pdf417-1/13-readerinit.png b/tests/samples/pdf417-1/13-readerinit.png deleted file mode 100644 index 81a6dfb..0000000 Binary files a/tests/samples/pdf417-1/13-readerinit.png and /dev/null differ diff --git a/tests/samples/pdf417-1/13-readerinit.txt b/tests/samples/pdf417-1/13-readerinit.txt deleted file mode 100644 index 32dd1e2..0000000 --- a/tests/samples/pdf417-1/13-readerinit.txt +++ /dev/null @@ -1 +0,0 @@ -$I \ No newline at end of file diff --git a/tests/samples/pdf417-2/01.png b/tests/samples/pdf417-2/01.png deleted file mode 100644 index 6b7ce2e..0000000 Binary files a/tests/samples/pdf417-2/01.png and /dev/null differ diff --git a/tests/samples/pdf417-2/01.txt b/tests/samples/pdf417-2/01.txt deleted file mode 100644 index 6a537b5..0000000 --- a/tests/samples/pdf417-2/01.txt +++ /dev/null @@ -1 +0,0 @@ -1234567890 \ No newline at end of file diff --git a/tests/samples/pdf417-2/02.png b/tests/samples/pdf417-2/02.png deleted file mode 100644 index 7236ea2..0000000 Binary files a/tests/samples/pdf417-2/02.png and /dev/null differ diff --git a/tests/samples/pdf417-2/02.txt b/tests/samples/pdf417-2/02.txt deleted file mode 100644 index 6a537b5..0000000 --- a/tests/samples/pdf417-2/02.txt +++ /dev/null @@ -1 +0,0 @@ -1234567890 \ No newline at end of file diff --git a/tests/samples/pdf417-2/03.png b/tests/samples/pdf417-2/03.png deleted file mode 100644 index add2bed..0000000 Binary files a/tests/samples/pdf417-2/03.png and /dev/null differ diff --git a/tests/samples/pdf417-2/03.txt b/tests/samples/pdf417-2/03.txt deleted file mode 100644 index 6a537b5..0000000 --- a/tests/samples/pdf417-2/03.txt +++ /dev/null @@ -1 +0,0 @@ -1234567890 \ No newline at end of file diff --git a/tests/samples/pdf417-2/04.png b/tests/samples/pdf417-2/04.png deleted file mode 100644 index 0db5f90..0000000 Binary files a/tests/samples/pdf417-2/04.png and /dev/null differ diff --git a/tests/samples/pdf417-2/04.txt b/tests/samples/pdf417-2/04.txt deleted file mode 100644 index 6a537b5..0000000 --- a/tests/samples/pdf417-2/04.txt +++ /dev/null @@ -1 +0,0 @@ -1234567890 \ No newline at end of file diff --git a/tests/samples/pdf417-2/05.png b/tests/samples/pdf417-2/05.png deleted file mode 100644 index 5b04764..0000000 Binary files a/tests/samples/pdf417-2/05.png and /dev/null differ diff --git a/tests/samples/pdf417-2/05.txt b/tests/samples/pdf417-2/05.txt deleted file mode 100644 index 6a537b5..0000000 --- a/tests/samples/pdf417-2/05.txt +++ /dev/null @@ -1 +0,0 @@ -1234567890 \ No newline at end of file diff --git a/tests/samples/pdf417-2/06.png b/tests/samples/pdf417-2/06.png deleted file mode 100644 index 875df0e..0000000 Binary files a/tests/samples/pdf417-2/06.png and /dev/null differ diff --git a/tests/samples/pdf417-2/06.txt b/tests/samples/pdf417-2/06.txt deleted file mode 100644 index 6a537b5..0000000 --- a/tests/samples/pdf417-2/06.txt +++ /dev/null @@ -1 +0,0 @@ -1234567890 \ No newline at end of file diff --git a/tests/samples/pdf417-2/07.png b/tests/samples/pdf417-2/07.png deleted file mode 100644 index 116b512..0000000 Binary files a/tests/samples/pdf417-2/07.png and /dev/null differ diff --git a/tests/samples/pdf417-2/07.txt b/tests/samples/pdf417-2/07.txt deleted file mode 100644 index 6a537b5..0000000 --- a/tests/samples/pdf417-2/07.txt +++ /dev/null @@ -1 +0,0 @@ -1234567890 \ No newline at end of file diff --git a/tests/samples/pdf417-2/08.png b/tests/samples/pdf417-2/08.png deleted file mode 100644 index ef5e5eb..0000000 Binary files a/tests/samples/pdf417-2/08.png and /dev/null differ diff --git a/tests/samples/pdf417-2/08.txt b/tests/samples/pdf417-2/08.txt deleted file mode 100644 index cd7a77d..0000000 --- a/tests/samples/pdf417-2/08.txt +++ /dev/null @@ -1 +0,0 @@ -A PDF 417 barcode with ASCII text \ No newline at end of file diff --git a/tests/samples/pdf417-2/09.png b/tests/samples/pdf417-2/09.png deleted file mode 100644 index befc6ca..0000000 Binary files a/tests/samples/pdf417-2/09.png and /dev/null differ diff --git a/tests/samples/pdf417-2/09.txt b/tests/samples/pdf417-2/09.txt deleted file mode 100644 index cd7a77d..0000000 --- a/tests/samples/pdf417-2/09.txt +++ /dev/null @@ -1 +0,0 @@ -A PDF 417 barcode with ASCII text \ No newline at end of file diff --git a/tests/samples/pdf417-2/10.png b/tests/samples/pdf417-2/10.png deleted file mode 100644 index 85e4f96..0000000 Binary files a/tests/samples/pdf417-2/10.png and /dev/null differ diff --git a/tests/samples/pdf417-2/10.txt b/tests/samples/pdf417-2/10.txt deleted file mode 100644 index cd7a77d..0000000 --- a/tests/samples/pdf417-2/10.txt +++ /dev/null @@ -1 +0,0 @@ -A PDF 417 barcode with ASCII text \ No newline at end of file diff --git a/tests/samples/pdf417-2/11.png b/tests/samples/pdf417-2/11.png deleted file mode 100644 index ef859b2..0000000 Binary files a/tests/samples/pdf417-2/11.png and /dev/null differ diff --git a/tests/samples/pdf417-2/11.txt b/tests/samples/pdf417-2/11.txt deleted file mode 100644 index cd7a77d..0000000 --- a/tests/samples/pdf417-2/11.txt +++ /dev/null @@ -1 +0,0 @@ -A PDF 417 barcode with ASCII text \ No newline at end of file diff --git a/tests/samples/pdf417-2/12.png b/tests/samples/pdf417-2/12.png deleted file mode 100644 index 6f24ddd..0000000 Binary files a/tests/samples/pdf417-2/12.png and /dev/null differ diff --git a/tests/samples/pdf417-2/12.txt b/tests/samples/pdf417-2/12.txt deleted file mode 100644 index cd7a77d..0000000 --- a/tests/samples/pdf417-2/12.txt +++ /dev/null @@ -1 +0,0 @@ -A PDF 417 barcode with ASCII text \ No newline at end of file diff --git a/tests/samples/pdf417-2/13.png b/tests/samples/pdf417-2/13.png deleted file mode 100644 index ea23844..0000000 Binary files a/tests/samples/pdf417-2/13.png and /dev/null differ diff --git a/tests/samples/pdf417-2/13.txt b/tests/samples/pdf417-2/13.txt deleted file mode 100644 index cd7a77d..0000000 --- a/tests/samples/pdf417-2/13.txt +++ /dev/null @@ -1 +0,0 @@ -A PDF 417 barcode with ASCII text \ No newline at end of file diff --git a/tests/samples/pdf417-2/14.png b/tests/samples/pdf417-2/14.png deleted file mode 100644 index b3a7c3e..0000000 Binary files a/tests/samples/pdf417-2/14.png and /dev/null differ diff --git a/tests/samples/pdf417-2/14.txt b/tests/samples/pdf417-2/14.txt deleted file mode 100644 index cd7a77d..0000000 --- a/tests/samples/pdf417-2/14.txt +++ /dev/null @@ -1 +0,0 @@ -A PDF 417 barcode with ASCII text \ No newline at end of file diff --git a/tests/samples/pdf417-2/15.png b/tests/samples/pdf417-2/15.png deleted file mode 100644 index 4735dc6..0000000 Binary files a/tests/samples/pdf417-2/15.png and /dev/null differ diff --git a/tests/samples/pdf417-2/15.txt b/tests/samples/pdf417-2/15.txt deleted file mode 100644 index cd7a77d..0000000 --- a/tests/samples/pdf417-2/15.txt +++ /dev/null @@ -1 +0,0 @@ -A PDF 417 barcode with ASCII text \ No newline at end of file diff --git a/tests/samples/pdf417-2/16.png b/tests/samples/pdf417-2/16.png deleted file mode 100644 index a15e73a..0000000 Binary files a/tests/samples/pdf417-2/16.png and /dev/null differ diff --git a/tests/samples/pdf417-2/16.txt b/tests/samples/pdf417-2/16.txt deleted file mode 100644 index ccef763..0000000 --- a/tests/samples/pdf417-2/16.txt +++ /dev/null @@ -1 +0,0 @@ -A larger PDF 417 barcode with a greater amount of text. This is a more difficult test for mobile devices to resolve. \ No newline at end of file diff --git a/tests/samples/pdf417-2/17.png b/tests/samples/pdf417-2/17.png deleted file mode 100644 index 6586073..0000000 Binary files a/tests/samples/pdf417-2/17.png and /dev/null differ diff --git a/tests/samples/pdf417-2/17.txt b/tests/samples/pdf417-2/17.txt deleted file mode 100644 index ccef763..0000000 --- a/tests/samples/pdf417-2/17.txt +++ /dev/null @@ -1 +0,0 @@ -A larger PDF 417 barcode with a greater amount of text. This is a more difficult test for mobile devices to resolve. \ No newline at end of file diff --git a/tests/samples/pdf417-2/18.png b/tests/samples/pdf417-2/18.png deleted file mode 100644 index 6734b5c..0000000 Binary files a/tests/samples/pdf417-2/18.png and /dev/null differ diff --git a/tests/samples/pdf417-2/18.txt b/tests/samples/pdf417-2/18.txt deleted file mode 100644 index ccef763..0000000 --- a/tests/samples/pdf417-2/18.txt +++ /dev/null @@ -1 +0,0 @@ -A larger PDF 417 barcode with a greater amount of text. This is a more difficult test for mobile devices to resolve. \ No newline at end of file diff --git a/tests/samples/pdf417-2/19.png b/tests/samples/pdf417-2/19.png deleted file mode 100644 index 017a8cd..0000000 Binary files a/tests/samples/pdf417-2/19.png and /dev/null differ diff --git a/tests/samples/pdf417-2/19.txt b/tests/samples/pdf417-2/19.txt deleted file mode 100644 index ccef763..0000000 --- a/tests/samples/pdf417-2/19.txt +++ /dev/null @@ -1 +0,0 @@ -A larger PDF 417 barcode with a greater amount of text. This is a more difficult test for mobile devices to resolve. \ No newline at end of file diff --git a/tests/samples/pdf417-2/20.png b/tests/samples/pdf417-2/20.png deleted file mode 100644 index c2ec4de..0000000 Binary files a/tests/samples/pdf417-2/20.png and /dev/null differ diff --git a/tests/samples/pdf417-2/20.txt b/tests/samples/pdf417-2/20.txt deleted file mode 100644 index ccef763..0000000 --- a/tests/samples/pdf417-2/20.txt +++ /dev/null @@ -1 +0,0 @@ -A larger PDF 417 barcode with a greater amount of text. This is a more difficult test for mobile devices to resolve. \ No newline at end of file diff --git a/tests/samples/pdf417-2/21.png b/tests/samples/pdf417-2/21.png deleted file mode 100644 index 9dec435..0000000 Binary files a/tests/samples/pdf417-2/21.png and /dev/null differ diff --git a/tests/samples/pdf417-2/21.txt b/tests/samples/pdf417-2/21.txt deleted file mode 100644 index ccef763..0000000 --- a/tests/samples/pdf417-2/21.txt +++ /dev/null @@ -1 +0,0 @@ -A larger PDF 417 barcode with a greater amount of text. This is a more difficult test for mobile devices to resolve. \ No newline at end of file diff --git a/tests/samples/pdf417-2/22.png b/tests/samples/pdf417-2/22.png deleted file mode 100644 index 06ee7ce..0000000 Binary files a/tests/samples/pdf417-2/22.png and /dev/null differ diff --git a/tests/samples/pdf417-2/22.txt b/tests/samples/pdf417-2/22.txt deleted file mode 100644 index ccef763..0000000 --- a/tests/samples/pdf417-2/22.txt +++ /dev/null @@ -1 +0,0 @@ -A larger PDF 417 barcode with a greater amount of text. This is a more difficult test for mobile devices to resolve. \ No newline at end of file diff --git a/tests/samples/pdf417-2/23.png b/tests/samples/pdf417-2/23.png deleted file mode 100644 index a3fdd90..0000000 Binary files a/tests/samples/pdf417-2/23.png and /dev/null differ diff --git a/tests/samples/pdf417-2/23.txt b/tests/samples/pdf417-2/23.txt deleted file mode 100644 index ccef763..0000000 --- a/tests/samples/pdf417-2/23.txt +++ /dev/null @@ -1 +0,0 @@ -A larger PDF 417 barcode with a greater amount of text. This is a more difficult test for mobile devices to resolve. \ No newline at end of file diff --git a/tests/samples/pdf417-2/24.bin b/tests/samples/pdf417-2/24.bin deleted file mode 100644 index 4effe2e..0000000 Binary files a/tests/samples/pdf417-2/24.bin and /dev/null differ diff --git a/tests/samples/pdf417-2/24.png b/tests/samples/pdf417-2/24.png deleted file mode 100644 index c20098a..0000000 Binary files a/tests/samples/pdf417-2/24.png and /dev/null differ diff --git a/tests/samples/pdf417-2/25.png b/tests/samples/pdf417-2/25.png deleted file mode 100644 index 58fbaa5..0000000 Binary files a/tests/samples/pdf417-2/25.png and /dev/null differ diff --git a/tests/samples/pdf417-2/25.txt b/tests/samples/pdf417-2/25.txt deleted file mode 100644 index 8c84eae..0000000 --- a/tests/samples/pdf417-2/25.txt +++ /dev/null @@ -1 +0,0 @@ -This is PDF417 \ No newline at end of file diff --git a/tests/samples/pdf417-3/01.png b/tests/samples/pdf417-3/01.png deleted file mode 100644 index 13d2a42..0000000 Binary files a/tests/samples/pdf417-3/01.png and /dev/null differ diff --git a/tests/samples/pdf417-3/01.txt b/tests/samples/pdf417-3/01.txt deleted file mode 100644 index 26c04ce..0000000 --- a/tests/samples/pdf417-3/01.txt +++ /dev/null @@ -1 +0,0 @@ -A larger PDF417 barcode with text and error correction level 8. \ No newline at end of file diff --git a/tests/samples/pdf417-3/02.png b/tests/samples/pdf417-3/02.png deleted file mode 100644 index ecaa577..0000000 Binary files a/tests/samples/pdf417-3/02.png and /dev/null differ diff --git a/tests/samples/pdf417-3/02.txt b/tests/samples/pdf417-3/02.txt deleted file mode 100644 index 26c04ce..0000000 --- a/tests/samples/pdf417-3/02.txt +++ /dev/null @@ -1 +0,0 @@ -A larger PDF417 barcode with text and error correction level 8. \ No newline at end of file diff --git a/tests/samples/pdf417-3/03.png b/tests/samples/pdf417-3/03.png deleted file mode 100644 index 9678458..0000000 Binary files a/tests/samples/pdf417-3/03.png and /dev/null differ diff --git a/tests/samples/pdf417-3/03.txt b/tests/samples/pdf417-3/03.txt deleted file mode 100644 index 26c04ce..0000000 --- a/tests/samples/pdf417-3/03.txt +++ /dev/null @@ -1 +0,0 @@ -A larger PDF417 barcode with text and error correction level 8. \ No newline at end of file diff --git a/tests/samples/pdf417-3/04.png b/tests/samples/pdf417-3/04.png deleted file mode 100644 index 691baed..0000000 Binary files a/tests/samples/pdf417-3/04.png and /dev/null differ diff --git a/tests/samples/pdf417-3/04.txt b/tests/samples/pdf417-3/04.txt deleted file mode 100644 index 26c04ce..0000000 --- a/tests/samples/pdf417-3/04.txt +++ /dev/null @@ -1 +0,0 @@ -A larger PDF417 barcode with text and error correction level 8. \ No newline at end of file diff --git a/tests/samples/pdf417-3/05.png b/tests/samples/pdf417-3/05.png deleted file mode 100644 index 3c40175..0000000 Binary files a/tests/samples/pdf417-3/05.png and /dev/null differ diff --git a/tests/samples/pdf417-3/05.txt b/tests/samples/pdf417-3/05.txt deleted file mode 100644 index 26c04ce..0000000 --- a/tests/samples/pdf417-3/05.txt +++ /dev/null @@ -1 +0,0 @@ -A larger PDF417 barcode with text and error correction level 8. \ No newline at end of file diff --git a/tests/samples/pdf417-3/06.png b/tests/samples/pdf417-3/06.png deleted file mode 100644 index b7a3e00..0000000 Binary files a/tests/samples/pdf417-3/06.png and /dev/null differ diff --git a/tests/samples/pdf417-3/06.txt b/tests/samples/pdf417-3/06.txt deleted file mode 100644 index 26c04ce..0000000 --- a/tests/samples/pdf417-3/06.txt +++ /dev/null @@ -1 +0,0 @@ -A larger PDF417 barcode with text and error correction level 8. \ No newline at end of file diff --git a/tests/samples/pdf417-3/07.png b/tests/samples/pdf417-3/07.png deleted file mode 100644 index 39170e7..0000000 Binary files a/tests/samples/pdf417-3/07.png and /dev/null differ diff --git a/tests/samples/pdf417-3/07.txt b/tests/samples/pdf417-3/07.txt deleted file mode 100644 index 3d34dff..0000000 --- a/tests/samples/pdf417-3/07.txt +++ /dev/null @@ -1 +0,0 @@ -A larger PDF417 barcode with text and error correction level 4. \ No newline at end of file diff --git a/tests/samples/pdf417-3/08.png b/tests/samples/pdf417-3/08.png deleted file mode 100644 index e79f4d6..0000000 Binary files a/tests/samples/pdf417-3/08.png and /dev/null differ diff --git a/tests/samples/pdf417-3/08.txt b/tests/samples/pdf417-3/08.txt deleted file mode 100644 index 3d34dff..0000000 --- a/tests/samples/pdf417-3/08.txt +++ /dev/null @@ -1 +0,0 @@ -A larger PDF417 barcode with text and error correction level 4. \ No newline at end of file diff --git a/tests/samples/pdf417-3/09.png b/tests/samples/pdf417-3/09.png deleted file mode 100644 index e01442a..0000000 Binary files a/tests/samples/pdf417-3/09.png and /dev/null differ diff --git a/tests/samples/pdf417-3/09.txt b/tests/samples/pdf417-3/09.txt deleted file mode 100644 index 3d34dff..0000000 --- a/tests/samples/pdf417-3/09.txt +++ /dev/null @@ -1 +0,0 @@ -A larger PDF417 barcode with text and error correction level 4. \ No newline at end of file diff --git a/tests/samples/pdf417-3/10.png b/tests/samples/pdf417-3/10.png deleted file mode 100644 index 91ec30f..0000000 Binary files a/tests/samples/pdf417-3/10.png and /dev/null differ diff --git a/tests/samples/pdf417-3/10.txt b/tests/samples/pdf417-3/10.txt deleted file mode 100644 index 3d34dff..0000000 --- a/tests/samples/pdf417-3/10.txt +++ /dev/null @@ -1 +0,0 @@ -A larger PDF417 barcode with text and error correction level 4. \ No newline at end of file diff --git a/tests/samples/pdf417-3/11.png b/tests/samples/pdf417-3/11.png deleted file mode 100644 index dbce36f..0000000 Binary files a/tests/samples/pdf417-3/11.png and /dev/null differ diff --git a/tests/samples/pdf417-3/11.txt b/tests/samples/pdf417-3/11.txt deleted file mode 100644 index 3d34dff..0000000 --- a/tests/samples/pdf417-3/11.txt +++ /dev/null @@ -1 +0,0 @@ -A larger PDF417 barcode with text and error correction level 4. \ No newline at end of file diff --git a/tests/samples/pdf417-3/12.png b/tests/samples/pdf417-3/12.png deleted file mode 100644 index 6f0440c..0000000 Binary files a/tests/samples/pdf417-3/12.png and /dev/null differ diff --git a/tests/samples/pdf417-3/12.txt b/tests/samples/pdf417-3/12.txt deleted file mode 100644 index 6cb0094..0000000 --- a/tests/samples/pdf417-3/12.txt +++ /dev/null @@ -1 +0,0 @@ -[)>010210011840539080122327430201FDE238351251289 1/13.0LBY76 NINTH AVENUENEW YORK CITYNYSUSAN ZOLEZZI0610ZED00411ZGOOGLE12Z212565418630Z3100119200000114Z4TH FLOOR15Z39795720Z0.000.0028Z9080122327430201K533 PROGRAMS26Z584a \ No newline at end of file diff --git a/tests/samples/pdf417-3/16.png b/tests/samples/pdf417-3/16.png deleted file mode 100644 index 1a1b90f..0000000 Binary files a/tests/samples/pdf417-3/16.png and /dev/null differ diff --git a/tests/samples/pdf417-3/16.txt b/tests/samples/pdf417-3/16.txt deleted file mode 100644 index 26c04ce..0000000 --- a/tests/samples/pdf417-3/16.txt +++ /dev/null @@ -1 +0,0 @@ -A larger PDF417 barcode with text and error correction level 8. \ No newline at end of file diff --git a/tests/samples/pdf417-3/17.png b/tests/samples/pdf417-3/17.png deleted file mode 100644 index 5641cc7..0000000 Binary files a/tests/samples/pdf417-3/17.png and /dev/null differ diff --git a/tests/samples/pdf417-3/17.txt b/tests/samples/pdf417-3/17.txt deleted file mode 100644 index 26c04ce..0000000 --- a/tests/samples/pdf417-3/17.txt +++ /dev/null @@ -1 +0,0 @@ -A larger PDF417 barcode with text and error correction level 8. \ No newline at end of file diff --git a/tests/samples/pdf417-3/18.png b/tests/samples/pdf417-3/18.png deleted file mode 100644 index e48a3ca..0000000 Binary files a/tests/samples/pdf417-3/18.png and /dev/null differ diff --git a/tests/samples/pdf417-3/18.txt b/tests/samples/pdf417-3/18.txt deleted file mode 100644 index 26c04ce..0000000 --- a/tests/samples/pdf417-3/18.txt +++ /dev/null @@ -1 +0,0 @@ -A larger PDF417 barcode with text and error correction level 8. \ No newline at end of file diff --git a/tests/samples/pdf417-3/19.png b/tests/samples/pdf417-3/19.png deleted file mode 100644 index ed337dd..0000000 Binary files a/tests/samples/pdf417-3/19.png and /dev/null differ diff --git a/tests/samples/pdf417-3/19.txt b/tests/samples/pdf417-3/19.txt deleted file mode 100644 index 49db7a0..0000000 --- a/tests/samples/pdf417-3/19.txt +++ /dev/null @@ -1 +0,0 @@ -0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123 \ No newline at end of file diff --git a/tests/samples/pdf417-4/01-01.png b/tests/samples/pdf417-4/01-01.png deleted file mode 100644 index 41c4875..0000000 Binary files a/tests/samples/pdf417-4/01-01.png and /dev/null differ diff --git a/tests/samples/pdf417-4/01.bin b/tests/samples/pdf417-4/01.bin deleted file mode 100644 index 4effe2e..0000000 Binary files a/tests/samples/pdf417-4/01.bin and /dev/null differ diff --git a/tests/samples/pdf417-4/02-01.png b/tests/samples/pdf417-4/02-01.png deleted file mode 100644 index 3aad8e0..0000000 Binary files a/tests/samples/pdf417-4/02-01.png and /dev/null differ diff --git a/tests/samples/pdf417-4/02-02.png b/tests/samples/pdf417-4/02-02.png deleted file mode 100644 index a5b4810..0000000 Binary files a/tests/samples/pdf417-4/02-02.png and /dev/null differ diff --git a/tests/samples/pdf417-4/02.bin b/tests/samples/pdf417-4/02.bin deleted file mode 100644 index 9c07c8f..0000000 Binary files a/tests/samples/pdf417-4/02.bin and /dev/null differ diff --git a/tests/samples/pdf417-4/03-01.png b/tests/samples/pdf417-4/03-01.png deleted file mode 100644 index 3e54a6e..0000000 Binary files a/tests/samples/pdf417-4/03-01.png and /dev/null differ diff --git a/tests/samples/pdf417-4/03.txt b/tests/samples/pdf417-4/03.txt deleted file mode 100644 index b158215..0000000 --- a/tests/samples/pdf417-4/03.txt +++ /dev/null @@ -1 +0,0 @@ -US:$439.97;CN:¥ 3149.79;DE:444,90 €; \ No newline at end of file diff --git a/tests/samples/qrcode-1/1.png b/tests/samples/qrcode-1/1.png deleted file mode 100644 index 0e75f9b..0000000 Binary files a/tests/samples/qrcode-1/1.png and /dev/null differ diff --git a/tests/samples/qrcode-1/1.txt b/tests/samples/qrcode-1/1.txt deleted file mode 100644 index cb6b805..0000000 --- a/tests/samples/qrcode-1/1.txt +++ /dev/null @@ -1 +0,0 @@ -MEBKM:URL:http\://en.wikipedia.org/wiki/Main_Page;; \ No newline at end of file diff --git a/tests/samples/qrcode-1/11.png b/tests/samples/qrcode-1/11.png deleted file mode 100644 index ccec513..0000000 Binary files a/tests/samples/qrcode-1/11.png and /dev/null differ diff --git a/tests/samples/qrcode-1/11.txt b/tests/samples/qrcode-1/11.txt deleted file mode 100644 index cb6b805..0000000 --- a/tests/samples/qrcode-1/11.txt +++ /dev/null @@ -1 +0,0 @@ -MEBKM:URL:http\://en.wikipedia.org/wiki/Main_Page;; \ No newline at end of file diff --git a/tests/samples/qrcode-1/12.png b/tests/samples/qrcode-1/12.png deleted file mode 100644 index cb281e9..0000000 Binary files a/tests/samples/qrcode-1/12.png and /dev/null differ diff --git a/tests/samples/qrcode-1/12.txt b/tests/samples/qrcode-1/12.txt deleted file mode 100644 index cb6b805..0000000 --- a/tests/samples/qrcode-1/12.txt +++ /dev/null @@ -1 +0,0 @@ -MEBKM:URL:http\://en.wikipedia.org/wiki/Main_Page;; \ No newline at end of file diff --git a/tests/samples/qrcode-1/13.png b/tests/samples/qrcode-1/13.png deleted file mode 100644 index 7592844..0000000 Binary files a/tests/samples/qrcode-1/13.png and /dev/null differ diff --git a/tests/samples/qrcode-1/13.txt b/tests/samples/qrcode-1/13.txt deleted file mode 100644 index c6adb03..0000000 --- a/tests/samples/qrcode-1/13.txt +++ /dev/null @@ -1 +0,0 @@ -http://google.com/gwt/n?u=bluenile.com \ No newline at end of file diff --git a/tests/samples/qrcode-1/14.png b/tests/samples/qrcode-1/14.png deleted file mode 100644 index cecd1fe..0000000 Binary files a/tests/samples/qrcode-1/14.png and /dev/null differ diff --git a/tests/samples/qrcode-1/14.txt b/tests/samples/qrcode-1/14.txt deleted file mode 100644 index c6adb03..0000000 --- a/tests/samples/qrcode-1/14.txt +++ /dev/null @@ -1 +0,0 @@ -http://google.com/gwt/n?u=bluenile.com \ No newline at end of file diff --git a/tests/samples/qrcode-1/15.png b/tests/samples/qrcode-1/15.png deleted file mode 100644 index 96a8d5f..0000000 Binary files a/tests/samples/qrcode-1/15.png and /dev/null differ diff --git a/tests/samples/qrcode-1/15.txt b/tests/samples/qrcode-1/15.txt deleted file mode 100644 index c6adb03..0000000 --- a/tests/samples/qrcode-1/15.txt +++ /dev/null @@ -1 +0,0 @@ -http://google.com/gwt/n?u=bluenile.com \ No newline at end of file diff --git a/tests/samples/qrcode-1/16.png b/tests/samples/qrcode-1/16.png deleted file mode 100644 index cd69ba9..0000000 Binary files a/tests/samples/qrcode-1/16.png and /dev/null differ diff --git a/tests/samples/qrcode-1/16.txt b/tests/samples/qrcode-1/16.txt deleted file mode 100644 index 31a244c..0000000 --- a/tests/samples/qrcode-1/16.txt +++ /dev/null @@ -1,4 +0,0 @@ -Sean Owen -srowen@google.com -917-364-2918 -http://awesome-thoughts.com \ No newline at end of file diff --git a/tests/samples/qrcode-1/17.png b/tests/samples/qrcode-1/17.png deleted file mode 100644 index b2af901..0000000 Binary files a/tests/samples/qrcode-1/17.png and /dev/null differ diff --git a/tests/samples/qrcode-1/17.txt b/tests/samples/qrcode-1/17.txt deleted file mode 100644 index 31a244c..0000000 --- a/tests/samples/qrcode-1/17.txt +++ /dev/null @@ -1,4 +0,0 @@ -Sean Owen -srowen@google.com -917-364-2918 -http://awesome-thoughts.com \ No newline at end of file diff --git a/tests/samples/qrcode-1/18.png b/tests/samples/qrcode-1/18.png deleted file mode 100644 index c427f3b..0000000 Binary files a/tests/samples/qrcode-1/18.png and /dev/null differ diff --git a/tests/samples/qrcode-1/18.txt b/tests/samples/qrcode-1/18.txt deleted file mode 100644 index 31a244c..0000000 --- a/tests/samples/qrcode-1/18.txt +++ /dev/null @@ -1,4 +0,0 @@ -Sean Owen -srowen@google.com -917-364-2918 -http://awesome-thoughts.com \ No newline at end of file diff --git a/tests/samples/qrcode-1/19.png b/tests/samples/qrcode-1/19.png deleted file mode 100644 index 551a216..0000000 Binary files a/tests/samples/qrcode-1/19.png and /dev/null differ diff --git a/tests/samples/qrcode-1/19.txt b/tests/samples/qrcode-1/19.txt deleted file mode 100644 index 31a244c..0000000 --- a/tests/samples/qrcode-1/19.txt +++ /dev/null @@ -1,4 +0,0 @@ -Sean Owen -srowen@google.com -917-364-2918 -http://awesome-thoughts.com \ No newline at end of file diff --git a/tests/samples/qrcode-1/2.png b/tests/samples/qrcode-1/2.png deleted file mode 100644 index 3b84c5f..0000000 Binary files a/tests/samples/qrcode-1/2.png and /dev/null differ diff --git a/tests/samples/qrcode-1/2.txt b/tests/samples/qrcode-1/2.txt deleted file mode 100644 index cb6b805..0000000 --- a/tests/samples/qrcode-1/2.txt +++ /dev/null @@ -1 +0,0 @@ -MEBKM:URL:http\://en.wikipedia.org/wiki/Main_Page;; \ No newline at end of file diff --git a/tests/samples/qrcode-1/20.png b/tests/samples/qrcode-1/20.png deleted file mode 100644 index fee84a0..0000000 Binary files a/tests/samples/qrcode-1/20.png and /dev/null differ diff --git a/tests/samples/qrcode-1/20.txt b/tests/samples/qrcode-1/20.txt deleted file mode 100644 index 31a244c..0000000 --- a/tests/samples/qrcode-1/20.txt +++ /dev/null @@ -1,4 +0,0 @@ -Sean Owen -srowen@google.com -917-364-2918 -http://awesome-thoughts.com \ No newline at end of file diff --git a/tests/samples/qrcode-1/4.png b/tests/samples/qrcode-1/4.png deleted file mode 100644 index e5f5b26..0000000 Binary files a/tests/samples/qrcode-1/4.png and /dev/null differ diff --git a/tests/samples/qrcode-1/4.txt b/tests/samples/qrcode-1/4.txt deleted file mode 100644 index cb6b805..0000000 --- a/tests/samples/qrcode-1/4.txt +++ /dev/null @@ -1 +0,0 @@ -MEBKM:URL:http\://en.wikipedia.org/wiki/Main_Page;; \ No newline at end of file diff --git a/tests/samples/qrcode-1/7.png b/tests/samples/qrcode-1/7.png deleted file mode 100644 index 51ed21a..0000000 Binary files a/tests/samples/qrcode-1/7.png and /dev/null differ diff --git a/tests/samples/qrcode-1/7.txt b/tests/samples/qrcode-1/7.txt deleted file mode 100644 index cb6b805..0000000 --- a/tests/samples/qrcode-1/7.txt +++ /dev/null @@ -1 +0,0 @@ -MEBKM:URL:http\://en.wikipedia.org/wiki/Main_Page;; \ No newline at end of file diff --git a/tests/samples/qrcode-1/8.png b/tests/samples/qrcode-1/8.png deleted file mode 100644 index 19ab129..0000000 Binary files a/tests/samples/qrcode-1/8.png and /dev/null differ diff --git a/tests/samples/qrcode-1/8.txt b/tests/samples/qrcode-1/8.txt deleted file mode 100644 index cb6b805..0000000 --- a/tests/samples/qrcode-1/8.txt +++ /dev/null @@ -1 +0,0 @@ -MEBKM:URL:http\://en.wikipedia.org/wiki/Main_Page;; \ No newline at end of file diff --git a/tests/samples/qrcode-1/9.png b/tests/samples/qrcode-1/9.png deleted file mode 100644 index 41c0d4a..0000000 Binary files a/tests/samples/qrcode-1/9.png and /dev/null differ diff --git a/tests/samples/qrcode-1/9.txt b/tests/samples/qrcode-1/9.txt deleted file mode 100644 index cb6b805..0000000 --- a/tests/samples/qrcode-1/9.txt +++ /dev/null @@ -1 +0,0 @@ -MEBKM:URL:http\://en.wikipedia.org/wiki/Main_Page;; \ No newline at end of file diff --git a/tests/samples/qrcode-2/1.png b/tests/samples/qrcode-2/1.png deleted file mode 100644 index 9924161..0000000 Binary files a/tests/samples/qrcode-2/1.png and /dev/null differ diff --git a/tests/samples/qrcode-2/1.result.txt b/tests/samples/qrcode-2/1.result.txt deleted file mode 100644 index ee6eefe..0000000 --- a/tests/samples/qrcode-2/1.result.txt +++ /dev/null @@ -1,2 +0,0 @@ -symbologyIdentifier=]Q1 -ecLevel=M diff --git a/tests/samples/qrcode-2/1.txt b/tests/samples/qrcode-2/1.txt deleted file mode 100644 index 58493bd..0000000 --- a/tests/samples/qrcode-2/1.txt +++ /dev/null @@ -1 +0,0 @@ -When we at WRT talk about \"text,\" we are generally talking about a particular kind of readable information encoding - and readable is a complex proposition. Text may be stylized in a way we are unfamiliar with, as in blackletter - it may be interspersed with some markup we don\'t understand, such as HTML - it may be be a substitution system we aren\'t familiar with, such as braille or morse code - or it may be a system that, while technically human-readable, isn\'t particularly optimized for reading by humans, as with barcodes (although barcodes can be read). \ No newline at end of file diff --git a/tests/samples/qrcode-2/10.png b/tests/samples/qrcode-2/10.png deleted file mode 100644 index e9ee685..0000000 Binary files a/tests/samples/qrcode-2/10.png and /dev/null differ diff --git a/tests/samples/qrcode-2/10.txt b/tests/samples/qrcode-2/10.txt deleted file mode 100644 index 14632d9..0000000 --- a/tests/samples/qrcode-2/10.txt +++ /dev/null @@ -1,2 +0,0 @@ -Google モバイル -http://google.jp \ No newline at end of file diff --git a/tests/samples/qrcode-2/11.png b/tests/samples/qrcode-2/11.png deleted file mode 100644 index e28c7a0..0000000 Binary files a/tests/samples/qrcode-2/11.png and /dev/null differ diff --git a/tests/samples/qrcode-2/11.txt b/tests/samples/qrcode-2/11.txt deleted file mode 100644 index 2b574b7..0000000 --- a/tests/samples/qrcode-2/11.txt +++ /dev/null @@ -1,12 +0,0 @@ -BEGIN:VCARD -N:Kennedy;Steve -TEL:+44 (0)7775 755503 -ADR;HOME:;;Flat 2, 43 Howitt Road, Belsize Park;London;;NW34LU;UK -ORG:NetTek Ltd; -TITLE:Consultant -EMAIL:steve@nettek.co.uk -URL:www.nettek.co.uk -EMAIL;IM:MSN:steve@gbnet.net -NOTE:Testing 1 2 3 -BDAY:19611105 -END:VCARD \ No newline at end of file diff --git a/tests/samples/qrcode-2/12.png b/tests/samples/qrcode-2/12.png deleted file mode 100644 index d9271ea..0000000 Binary files a/tests/samples/qrcode-2/12.png and /dev/null differ diff --git a/tests/samples/qrcode-2/12.txt b/tests/samples/qrcode-2/12.txt deleted file mode 100644 index 6c62da9..0000000 --- a/tests/samples/qrcode-2/12.txt +++ /dev/null @@ -1 +0,0 @@ -The 2005 USGS aerial photography of the Washington Monument is censored. \ No newline at end of file diff --git a/tests/samples/qrcode-2/128.png b/tests/samples/qrcode-2/128.png deleted file mode 100644 index c3aaad5..0000000 Binary files a/tests/samples/qrcode-2/128.png and /dev/null differ diff --git a/tests/samples/qrcode-2/128.txt b/tests/samples/qrcode-2/128.txt deleted file mode 100644 index d8b15ed..0000000 --- a/tests/samples/qrcode-2/128.txt +++ /dev/null @@ -1 +0,0 @@ -M$K0YGV0G \ No newline at end of file diff --git a/tests/samples/qrcode-2/13.png b/tests/samples/qrcode-2/13.png deleted file mode 100644 index 12848cf..0000000 Binary files a/tests/samples/qrcode-2/13.png and /dev/null differ diff --git a/tests/samples/qrcode-2/13.txt b/tests/samples/qrcode-2/13.txt deleted file mode 100644 index 6c62da9..0000000 --- a/tests/samples/qrcode-2/13.txt +++ /dev/null @@ -1 +0,0 @@ -The 2005 USGS aerial photography of the Washington Monument is censored. \ No newline at end of file diff --git a/tests/samples/qrcode-2/1314.jpg b/tests/samples/qrcode-2/1314.jpg deleted file mode 100644 index 34eeacc..0000000 Binary files a/tests/samples/qrcode-2/1314.jpg and /dev/null differ diff --git a/tests/samples/qrcode-2/1314.txt b/tests/samples/qrcode-2/1314.txt deleted file mode 100644 index 7dde3a9..0000000 --- a/tests/samples/qrcode-2/1314.txt +++ /dev/null @@ -1 +0,0 @@ -ehjfjoijewofijweoijfoiwejfoiwejfoi \ No newline at end of file diff --git a/tests/samples/qrcode-2/14.png b/tests/samples/qrcode-2/14.png deleted file mode 100644 index 3b666c5..0000000 Binary files a/tests/samples/qrcode-2/14.png and /dev/null differ diff --git a/tests/samples/qrcode-2/14.txt b/tests/samples/qrcode-2/14.txt deleted file mode 100644 index 454a60e..0000000 --- a/tests/samples/qrcode-2/14.txt +++ /dev/null @@ -1 +0,0 @@ -http://bbc.co.uk/programmes \ No newline at end of file diff --git a/tests/samples/qrcode-2/142.jpg b/tests/samples/qrcode-2/142.jpg deleted file mode 100644 index 3291c7b..0000000 Binary files a/tests/samples/qrcode-2/142.jpg and /dev/null differ diff --git a/tests/samples/qrcode-2/142.txt b/tests/samples/qrcode-2/142.txt deleted file mode 100644 index 043a653..0000000 --- a/tests/samples/qrcode-2/142.txt +++ /dev/null @@ -1 +0,0 @@ -vmess://eyJhZGQiOiJ6cHh1LnNhZGZ3d3cuY2YiLCJhaWQiOjIzMywiaG9zdCI6InpweHUuc2FkZnd3dy5jZiIsImlkIjoiZTcwNGYxZjgtOTBlZS00NzIwLTljMjktMzY2ZjY2YTM5ODVmIiwibmV0Ijoid3MiLCJwYXRoIjoiLyIsInBvcnQiOjQ0MywicHMiOiJ6cHh1LnNhZGZ3d3cuY2YtWzQ0M10tdm1lc3MiLCJ0bHMiOiJ0bHMiLCJ0eXBlIjoibm9uZSIsInYiOjJ9 \ No newline at end of file diff --git a/tests/samples/qrcode-2/15.png b/tests/samples/qrcode-2/15.png deleted file mode 100644 index dcdf221..0000000 Binary files a/tests/samples/qrcode-2/15.png and /dev/null differ diff --git a/tests/samples/qrcode-2/15.txt b/tests/samples/qrcode-2/15.txt deleted file mode 100644 index e6b5a97..0000000 --- a/tests/samples/qrcode-2/15.txt +++ /dev/null @@ -1 +0,0 @@ -In 25 words or less in the comments, below, tell us how QR codes will make the world less ordinary. \ No newline at end of file diff --git a/tests/samples/qrcode-2/16.png b/tests/samples/qrcode-2/16.png deleted file mode 100644 index afffda2..0000000 Binary files a/tests/samples/qrcode-2/16.png and /dev/null differ diff --git a/tests/samples/qrcode-2/16.txt b/tests/samples/qrcode-2/16.txt deleted file mode 100644 index bc80f71..0000000 --- a/tests/samples/qrcode-2/16.txt +++ /dev/null @@ -1,4 +0,0 @@ -[内側QRコード] - -*ダブルQR* -http://d-qr.net/ex/ \ No newline at end of file diff --git a/tests/samples/qrcode-2/17.png b/tests/samples/qrcode-2/17.png deleted file mode 100644 index 822366a..0000000 Binary files a/tests/samples/qrcode-2/17.png and /dev/null differ diff --git a/tests/samples/qrcode-2/17.txt b/tests/samples/qrcode-2/17.txt deleted file mode 100644 index 7fba436..0000000 --- a/tests/samples/qrcode-2/17.txt +++ /dev/null @@ -1,2 +0,0 @@ -デザインQR -http://d-qr.net/ex/ \ No newline at end of file diff --git a/tests/samples/qrcode-2/18.png b/tests/samples/qrcode-2/18.png deleted file mode 100644 index 2e7d551..0000000 Binary files a/tests/samples/qrcode-2/18.png and /dev/null differ diff --git a/tests/samples/qrcode-2/18.txt b/tests/samples/qrcode-2/18.txt deleted file mode 100644 index beb8901..0000000 --- a/tests/samples/qrcode-2/18.txt +++ /dev/null @@ -1,2 +0,0 @@ -*デザインQR* -http://d-qr.net/ex/ \ No newline at end of file diff --git a/tests/samples/qrcode-2/19.png b/tests/samples/qrcode-2/19.png deleted file mode 100644 index 3133082..0000000 Binary files a/tests/samples/qrcode-2/19.png and /dev/null differ diff --git a/tests/samples/qrcode-2/19.txt b/tests/samples/qrcode-2/19.txt deleted file mode 100644 index 88f2165..0000000 --- a/tests/samples/qrcode-2/19.txt +++ /dev/null @@ -1,2 +0,0 @@ -*デザインQR* -http://d-qr.net/ex/ \ No newline at end of file diff --git a/tests/samples/qrcode-2/199.jpg b/tests/samples/qrcode-2/199.jpg deleted file mode 100644 index 6c47a0b..0000000 Binary files a/tests/samples/qrcode-2/199.jpg and /dev/null differ diff --git a/tests/samples/qrcode-2/199.txt b/tests/samples/qrcode-2/199.txt deleted file mode 100644 index 651b6fe..0000000 --- a/tests/samples/qrcode-2/199.txt +++ /dev/null @@ -1 +0,0 @@ -ABCDEF1234567890 \ No newline at end of file diff --git a/tests/samples/qrcode-2/199b.jpg b/tests/samples/qrcode-2/199b.jpg deleted file mode 100644 index 8d4cafb..0000000 Binary files a/tests/samples/qrcode-2/199b.jpg and /dev/null differ diff --git a/tests/samples/qrcode-2/199b.txt b/tests/samples/qrcode-2/199b.txt deleted file mode 100644 index 5c103c8..0000000 --- a/tests/samples/qrcode-2/199b.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijklmnopqrstuvwxyz012345 \ No newline at end of file diff --git a/tests/samples/qrcode-2/2.png b/tests/samples/qrcode-2/2.png deleted file mode 100644 index 18f1f8a..0000000 Binary files a/tests/samples/qrcode-2/2.png and /dev/null differ diff --git a/tests/samples/qrcode-2/2.txt b/tests/samples/qrcode-2/2.txt deleted file mode 100644 index 38d534e..0000000 --- a/tests/samples/qrcode-2/2.txt +++ /dev/null @@ -1 +0,0 @@ -LANDBYASCARC PERCEPTIBLEC EEK,OOZI GITSWAYTHROU AWILDERNESSOFBESUPPOSED,I CANT,ORATL ASTDWARFISH.NO REESOFANYM NITUDEARETOBESOMEMISERA EFRAMEBUIL I GS,TENANTED, U INGSUMMER THEFUGITIVE;BUTTHEWHO ISLAND,WI H EXCEPTIONOFT W STERNPOI ,ANDALINEOFLLIAMLEGR .HEWASOF N ENTHUGUENOTF Y ANDHADON BEENWEALTHTIONCONSE ENTUPONH SD STERS,HELEFTNE LE NS,THEC OFHISFOREOUTHCARO A.THISISLA AVERYSINGULARO TCONSISTSO ITTLEELSEDSAQUART FAMILE. TI PARATEDFROMTHEMA AN BYASCAR YPERCEPTERESORT MARSH EN EVEGETATION,ASMIGH SU POSED, CANT,ORATREMITY, ORT OULTRIESTANDS,ANDWHEREARESOM MIS FRAMEBUIFEVER,MAYBE INDEED, TO;BUTT EISLAND,WITNYYEARSAGO,IC ACTED LLIAM AND.HEWASOFANNESHADREDUCEDHIM OWA IONC NSEQUENTUPONHISDSIDENCEATSULLIVA \'S HC ROLINA.THISISLANOUTTHR LESLON . THATN OINTE U RTEROF E.ITISTHROU ERNE DSANDSLI ,AFAVOR TOFT HEN.T \ No newline at end of file diff --git a/tests/samples/qrcode-2/20.png b/tests/samples/qrcode-2/20.png deleted file mode 100644 index 364a155..0000000 Binary files a/tests/samples/qrcode-2/20.png and /dev/null differ diff --git a/tests/samples/qrcode-2/20.txt b/tests/samples/qrcode-2/20.txt deleted file mode 100644 index d88f5eb..0000000 --- a/tests/samples/qrcode-2/20.txt +++ /dev/null @@ -1,2 +0,0 @@ -*デザインQR* -http://d-qr.net/ex/ \ No newline at end of file diff --git a/tests/samples/qrcode-2/21.png b/tests/samples/qrcode-2/21.png deleted file mode 100644 index 41923a1..0000000 Binary files a/tests/samples/qrcode-2/21.png and /dev/null differ diff --git a/tests/samples/qrcode-2/21.txt b/tests/samples/qrcode-2/21.txt deleted file mode 100644 index 09c84c7..0000000 --- a/tests/samples/qrcode-2/21.txt +++ /dev/null @@ -1,2 +0,0 @@ -*デザインQR* -http://d-qr.net/ex/ \ No newline at end of file diff --git a/tests/samples/qrcode-2/22.png b/tests/samples/qrcode-2/22.png deleted file mode 100644 index e05dbb4..0000000 Binary files a/tests/samples/qrcode-2/22.png and /dev/null differ diff --git a/tests/samples/qrcode-2/22.txt b/tests/samples/qrcode-2/22.txt deleted file mode 100644 index eeaa3a7..0000000 --- a/tests/samples/qrcode-2/22.txt +++ /dev/null @@ -1 +0,0 @@ -http://www.hotpepper.jp/mobile/cgi-bin/MBLC80100.cgi?SA=00&Z=AG&vos=hpp064&uid=NULLGWDOCOMO \ No newline at end of file diff --git a/tests/samples/qrcode-2/23.png b/tests/samples/qrcode-2/23.png deleted file mode 100644 index 5481d9b..0000000 Binary files a/tests/samples/qrcode-2/23.png and /dev/null differ diff --git a/tests/samples/qrcode-2/23.txt b/tests/samples/qrcode-2/23.txt deleted file mode 100644 index c7cd5be..0000000 --- a/tests/samples/qrcode-2/23.txt +++ /dev/null @@ -1 +0,0 @@ -http://aniful.jp/pr/ \ No newline at end of file diff --git a/tests/samples/qrcode-2/24.png b/tests/samples/qrcode-2/24.png deleted file mode 100644 index db460eb..0000000 Binary files a/tests/samples/qrcode-2/24.png and /dev/null differ diff --git a/tests/samples/qrcode-2/24.txt b/tests/samples/qrcode-2/24.txt deleted file mode 100644 index 41bcbc1..0000000 --- a/tests/samples/qrcode-2/24.txt +++ /dev/null @@ -1,2 +0,0 @@ -*デザインQR* -http://d-qr.net/ex/ \ No newline at end of file diff --git a/tests/samples/qrcode-2/25.png b/tests/samples/qrcode-2/25.png deleted file mode 100644 index 1a4a8bc..0000000 Binary files a/tests/samples/qrcode-2/25.png and /dev/null differ diff --git a/tests/samples/qrcode-2/25.txt b/tests/samples/qrcode-2/25.txt deleted file mode 100644 index 2742bc1..0000000 --- a/tests/samples/qrcode-2/25.txt +++ /dev/null @@ -1 +0,0 @@ -MEBKM:TITLE:;URL:http://d.kaywa.com/2020400102;; \ No newline at end of file diff --git a/tests/samples/qrcode-2/253.jpg b/tests/samples/qrcode-2/253.jpg deleted file mode 100644 index 7bc934f..0000000 Binary files a/tests/samples/qrcode-2/253.jpg and /dev/null differ diff --git a/tests/samples/qrcode-2/253.txt b/tests/samples/qrcode-2/253.txt deleted file mode 100644 index 066646f..0000000 --- a/tests/samples/qrcode-2/253.txt +++ /dev/null @@ -1 +0,0 @@ -http://cli.im \ No newline at end of file diff --git a/tests/samples/qrcode-2/258.jpg b/tests/samples/qrcode-2/258.jpg deleted file mode 100644 index 0aa8fa9..0000000 Binary files a/tests/samples/qrcode-2/258.jpg and /dev/null differ diff --git a/tests/samples/qrcode-2/258.txt b/tests/samples/qrcode-2/258.txt deleted file mode 100644 index ff0b6a8..0000000 --- a/tests/samples/qrcode-2/258.txt +++ /dev/null @@ -1 +0,0 @@ -https://vt.tiktok.com/ZGJUXpy5e/ \ No newline at end of file diff --git a/tests/samples/qrcode-2/26.png b/tests/samples/qrcode-2/26.png deleted file mode 100644 index adaa93c..0000000 Binary files a/tests/samples/qrcode-2/26.png and /dev/null differ diff --git a/tests/samples/qrcode-2/26.txt b/tests/samples/qrcode-2/26.txt deleted file mode 100644 index c4f62fe..0000000 --- a/tests/samples/qrcode-2/26.txt +++ /dev/null @@ -1,3 +0,0 @@ -<デザインQR> -イラスト入りカラーQRコード -http://d-qr.net/ex/ \ No newline at end of file diff --git a/tests/samples/qrcode-2/27.png b/tests/samples/qrcode-2/27.png deleted file mode 100644 index aecc7c4..0000000 Binary files a/tests/samples/qrcode-2/27.png and /dev/null differ diff --git a/tests/samples/qrcode-2/27.txt b/tests/samples/qrcode-2/27.txt deleted file mode 100644 index bb0c693..0000000 --- a/tests/samples/qrcode-2/27.txt +++ /dev/null @@ -1,2 +0,0 @@ -*デザインQR* -http://d-qr.net/ex/ \ No newline at end of file diff --git a/tests/samples/qrcode-2/28.png b/tests/samples/qrcode-2/28.png deleted file mode 100644 index c58767f..0000000 Binary files a/tests/samples/qrcode-2/28.png and /dev/null differ diff --git a/tests/samples/qrcode-2/28.txt b/tests/samples/qrcode-2/28.txt deleted file mode 100644 index c44369e..0000000 --- a/tests/samples/qrcode-2/28.txt +++ /dev/null @@ -1 +0,0 @@ -http://www.webtech.co.jp/k/ \ No newline at end of file diff --git a/tests/samples/qrcode-2/29.png b/tests/samples/qrcode-2/29.png deleted file mode 100644 index 1d28157..0000000 Binary files a/tests/samples/qrcode-2/29.png and /dev/null differ diff --git a/tests/samples/qrcode-2/29.txt b/tests/samples/qrcode-2/29.txt deleted file mode 100644 index 87ad299..0000000 --- a/tests/samples/qrcode-2/29.txt +++ /dev/null @@ -1,3 +0,0 @@ -http://live.fdgm.jp/u/event/hype/hype_top.html - -MEBKM:TITLE:hypeモバイル;URL:http\://live.fdgm.jp/u/event/hype/hype_top.html;; \ No newline at end of file diff --git a/tests/samples/qrcode-2/30.png b/tests/samples/qrcode-2/30.png deleted file mode 100644 index 9c51d26..0000000 Binary files a/tests/samples/qrcode-2/30.png and /dev/null differ diff --git a/tests/samples/qrcode-2/30.txt b/tests/samples/qrcode-2/30.txt deleted file mode 100644 index bc64130..0000000 --- a/tests/samples/qrcode-2/30.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:測試;; \ No newline at end of file diff --git a/tests/samples/qrcode-2/30a.png b/tests/samples/qrcode-2/30a.png deleted file mode 100644 index d2ba7cb..0000000 Binary files a/tests/samples/qrcode-2/30a.png and /dev/null differ diff --git a/tests/samples/qrcode-2/30a.txt b/tests/samples/qrcode-2/30a.txt deleted file mode 100644 index bc64130..0000000 --- a/tests/samples/qrcode-2/30a.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:測試;; \ No newline at end of file diff --git a/tests/samples/qrcode-2/31.png b/tests/samples/qrcode-2/31.png deleted file mode 100644 index abfcb66..0000000 Binary files a/tests/samples/qrcode-2/31.png and /dev/null differ diff --git a/tests/samples/qrcode-2/31.txt b/tests/samples/qrcode-2/31.txt deleted file mode 100644 index 59d2e9d..0000000 --- a/tests/samples/qrcode-2/31.txt +++ /dev/null @@ -1 +0,0 @@ -今度のバージョンでは文章の暗号化ができます。 \ No newline at end of file diff --git a/tests/samples/qrcode-2/32.png b/tests/samples/qrcode-2/32.png deleted file mode 100644 index 524ae54..0000000 Binary files a/tests/samples/qrcode-2/32.png and /dev/null differ diff --git a/tests/samples/qrcode-2/32.txt b/tests/samples/qrcode-2/32.txt deleted file mode 100644 index 2b574b7..0000000 --- a/tests/samples/qrcode-2/32.txt +++ /dev/null @@ -1,12 +0,0 @@ -BEGIN:VCARD -N:Kennedy;Steve -TEL:+44 (0)7775 755503 -ADR;HOME:;;Flat 2, 43 Howitt Road, Belsize Park;London;;NW34LU;UK -ORG:NetTek Ltd; -TITLE:Consultant -EMAIL:steve@nettek.co.uk -URL:www.nettek.co.uk -EMAIL;IM:MSN:steve@gbnet.net -NOTE:Testing 1 2 3 -BDAY:19611105 -END:VCARD \ No newline at end of file diff --git a/tests/samples/qrcode-2/33.png b/tests/samples/qrcode-2/33.png deleted file mode 100644 index d5be5d9..0000000 Binary files a/tests/samples/qrcode-2/33.png and /dev/null differ diff --git a/tests/samples/qrcode-2/33.txt b/tests/samples/qrcode-2/33.txt deleted file mode 100644 index a8d077e..0000000 --- a/tests/samples/qrcode-2/33.txt +++ /dev/null @@ -1 +0,0 @@ -AD:SUB:阿;; \ No newline at end of file diff --git a/tests/samples/qrcode-2/34.png b/tests/samples/qrcode-2/34.png deleted file mode 100644 index 1284efc..0000000 Binary files a/tests/samples/qrcode-2/34.png and /dev/null differ diff --git a/tests/samples/qrcode-2/34.txt b/tests/samples/qrcode-2/34.txt deleted file mode 100644 index d83e8aa..0000000 --- a/tests/samples/qrcode-2/34.txt +++ /dev/null @@ -1 +0,0 @@ -http://www.google.com/ \ No newline at end of file diff --git a/tests/samples/qrcode-2/35.png b/tests/samples/qrcode-2/35.png deleted file mode 100644 index 03af8ed..0000000 Binary files a/tests/samples/qrcode-2/35.png and /dev/null differ diff --git a/tests/samples/qrcode-2/35.txt b/tests/samples/qrcode-2/35.txt deleted file mode 100644 index d83e8aa..0000000 --- a/tests/samples/qrcode-2/35.txt +++ /dev/null @@ -1 +0,0 @@ -http://www.google.com/ \ No newline at end of file diff --git a/tests/samples/qrcode-2/4.png b/tests/samples/qrcode-2/4.png deleted file mode 100644 index 891608f..0000000 Binary files a/tests/samples/qrcode-2/4.png and /dev/null differ diff --git a/tests/samples/qrcode-2/4.txt b/tests/samples/qrcode-2/4.txt deleted file mode 100644 index dd36eda..0000000 --- a/tests/samples/qrcode-2/4.txt +++ /dev/null @@ -1 +0,0 @@ -http://wwws.keihin.ktr.mlit.go.jp/keitai/ \ No newline at end of file diff --git a/tests/samples/qrcode-2/5.png b/tests/samples/qrcode-2/5.png deleted file mode 100644 index 899e7e6..0000000 Binary files a/tests/samples/qrcode-2/5.png and /dev/null differ diff --git a/tests/samples/qrcode-2/5.txt b/tests/samples/qrcode-2/5.txt deleted file mode 100644 index 9a35ecd..0000000 --- a/tests/samples/qrcode-2/5.txt +++ /dev/null @@ -1 +0,0 @@ -2021200000 \ No newline at end of file diff --git a/tests/samples/qrcode-2/6.png b/tests/samples/qrcode-2/6.png deleted file mode 100644 index 107e00c..0000000 Binary files a/tests/samples/qrcode-2/6.png and /dev/null differ diff --git a/tests/samples/qrcode-2/6.txt b/tests/samples/qrcode-2/6.txt deleted file mode 100644 index 87c34b5..0000000 --- a/tests/samples/qrcode-2/6.txt +++ /dev/null @@ -1 +0,0 @@ -http://d.kaywa.com/20207100 \ No newline at end of file diff --git a/tests/samples/qrcode-2/7.png b/tests/samples/qrcode-2/7.png deleted file mode 100644 index 892a1c5..0000000 Binary files a/tests/samples/qrcode-2/7.png and /dev/null differ diff --git a/tests/samples/qrcode-2/7.txt b/tests/samples/qrcode-2/7.txt deleted file mode 100644 index b8c822d..0000000 --- a/tests/samples/qrcode-2/7.txt +++ /dev/null @@ -1 +0,0 @@ -BIZCARD:N:Todd;X:Ogasawara;T:Tech Geek;C:MobileViews.com;A:MobileTown USA;E:editor@mobileviews.com;; \ No newline at end of file diff --git a/tests/samples/qrcode-2/8.png b/tests/samples/qrcode-2/8.png deleted file mode 100644 index e3f032c..0000000 Binary files a/tests/samples/qrcode-2/8.png and /dev/null differ diff --git a/tests/samples/qrcode-2/8.txt b/tests/samples/qrcode-2/8.txt deleted file mode 100644 index 9e0a7f8..0000000 --- a/tests/samples/qrcode-2/8.txt +++ /dev/null @@ -1 +0,0 @@ -http://staticrooster.com \ No newline at end of file diff --git a/tests/samples/qrcode-2/9.png b/tests/samples/qrcode-2/9.png deleted file mode 100644 index ebf66bf..0000000 Binary files a/tests/samples/qrcode-2/9.png and /dev/null differ diff --git a/tests/samples/qrcode-2/9.txt b/tests/samples/qrcode-2/9.txt deleted file mode 100644 index 292aea1..0000000 --- a/tests/samples/qrcode-2/9.txt +++ /dev/null @@ -1 +0,0 @@ -Morden \ No newline at end of file diff --git a/tests/samples/qrcode-2/estimate-tilt.jpg b/tests/samples/qrcode-2/estimate-tilt.jpg deleted file mode 100644 index e30b300..0000000 Binary files a/tests/samples/qrcode-2/estimate-tilt.jpg and /dev/null differ diff --git a/tests/samples/qrcode-2/estimate-tilt.txt b/tests/samples/qrcode-2/estimate-tilt.txt deleted file mode 100644 index a837ad3..0000000 --- a/tests/samples/qrcode-2/estimate-tilt.txt +++ /dev/null @@ -1 +0,0 @@ -VERSION 1 6CM \ No newline at end of file diff --git a/tests/samples/qrcode-2/fix-finderpattern-order.jpg b/tests/samples/qrcode-2/fix-finderpattern-order.jpg deleted file mode 100644 index 0250a0e..0000000 Binary files a/tests/samples/qrcode-2/fix-finderpattern-order.jpg and /dev/null differ diff --git a/tests/samples/qrcode-2/fix-finderpattern-order.txt b/tests/samples/qrcode-2/fix-finderpattern-order.txt deleted file mode 100644 index 97268c5..0000000 --- a/tests/samples/qrcode-2/fix-finderpattern-order.txt +++ /dev/null @@ -1 +0,0 @@ -VERSION 2 8CM \ No newline at end of file diff --git a/tests/samples/qrcode-2/fix-traceline.jpg b/tests/samples/qrcode-2/fix-traceline.jpg deleted file mode 100644 index 4bea7b8..0000000 Binary files a/tests/samples/qrcode-2/fix-traceline.jpg and /dev/null differ diff --git a/tests/samples/qrcode-2/fix-traceline.txt b/tests/samples/qrcode-2/fix-traceline.txt deleted file mode 100644 index 97268c5..0000000 --- a/tests/samples/qrcode-2/fix-traceline.txt +++ /dev/null @@ -1 +0,0 @@ -VERSION 2 8CM \ No newline at end of file diff --git a/tests/samples/qrcode-2/gs1-figure-4.15.1-2.png b/tests/samples/qrcode-2/gs1-figure-4.15.1-2.png deleted file mode 100644 index d5d83a0..0000000 Binary files a/tests/samples/qrcode-2/gs1-figure-4.15.1-2.png and /dev/null differ diff --git a/tests/samples/qrcode-2/gs1-figure-4.15.1-2.result.txt b/tests/samples/qrcode-2/gs1-figure-4.15.1-2.result.txt deleted file mode 100644 index 06b3826..0000000 --- a/tests/samples/qrcode-2/gs1-figure-4.15.1-2.result.txt +++ /dev/null @@ -1,2 +0,0 @@ -symbologyIdentifier=]Q3 -ecLevel=M diff --git a/tests/samples/qrcode-2/gs1-figure-4.15.1-2.txt b/tests/samples/qrcode-2/gs1-figure-4.15.1-2.txt deleted file mode 100644 index b2c7f13..0000000 --- a/tests/samples/qrcode-2/gs1-figure-4.15.1-2.txt +++ /dev/null @@ -1 +0,0 @@ -01095040000591012112345678p901101234567p171411208200http://www.gs1.org/demo/ \ No newline at end of file diff --git a/tests/samples/qrcode-2/high-res-1.jpg b/tests/samples/qrcode-2/high-res-1.jpg deleted file mode 100644 index 69efb1f..0000000 Binary files a/tests/samples/qrcode-2/high-res-1.jpg and /dev/null differ diff --git a/tests/samples/qrcode-2/high-res-1.txt b/tests/samples/qrcode-2/high-res-1.txt deleted file mode 100644 index 5071ea8..0000000 --- a/tests/samples/qrcode-2/high-res-1.txt +++ /dev/null @@ -1,2 +0,0 @@ -QR code (abbreviated from Quick Response Code) is the trademark for a type of matrix barcode (or two-dimensional barcode) first designed in 1994 for the automotive industry in Japan.[1] A barcode is a machine-readable optical label that contains information about the item to which it is attached. In practice, QR codes often contain data for a locator, identifier, or tracker that points to a website or application. A QR code uses four standardized encoding modes (numeric, alphanumeric, byte/binary, and kanji) to store data efficiently; extensions may also be used.[2]sdfgksjdflkgjsdkfgiotmbx,cmvbofghjoaasdfaERYYKLLDFGSDFFFFFFFFFFFFFFFFFFFFFFFFDDDDDDDDDSVFB094856JLKSJFGS0DBIUZKL;KSFDF09846JLKSDNFGBLDKSFBHJ0SP98ASDFKthat contains information about the item to which it is attached. In practice, QR codes often contain data for a locator, identifier, or trac -QR code (abbreviated from Quick Response Code) is the trademark for a type of matrix barcode (or two-dimensional barcode) first designed in 1994 for the automotive industry in Japan.[1] A barcode is a machine-readable optical label that contains information about the item to which it is attached. In practice, QR codes often contain data for a locator, identifier, or tracker that points to a website or application. A QR code uses four standardized encoding modes (numeric, alphanumeric, byte/binary, and kanji) to store data efficiently; extensions may also be used.[2]sdfgksjdflkgjsdkfgiotmbx,cmvbofghjoaasdfaERYYKLLDFGSDFFFFFFFFFFFFFFFFFFFFFFFFDDDDDDDDDSVFB094856JLKSJFGS0DBIUZKL;KSFDF09846JLKSDNFGBLDKSFBHJ0SP98ASDFKthat contains information about the item to which it is attached. In practice, QR codes often contain data for a locator, identifier, or trac \ No newline at end of file diff --git a/tests/samples/qrcode-2/qr-inv-1.jpg b/tests/samples/qrcode-2/qr-inv-1.jpg deleted file mode 100644 index f76de9e..0000000 Binary files a/tests/samples/qrcode-2/qr-inv-1.jpg and /dev/null differ diff --git a/tests/samples/qrcode-2/qr-inv-1.result.txt b/tests/samples/qrcode-2/qr-inv-1.result.txt deleted file mode 100644 index da82284..0000000 --- a/tests/samples/qrcode-2/qr-inv-1.result.txt +++ /dev/null @@ -1 +0,0 @@ -isInverted=true diff --git a/tests/samples/qrcode-2/qr-inv-1.txt b/tests/samples/qrcode-2/qr-inv-1.txt deleted file mode 100644 index a1d7336..0000000 --- a/tests/samples/qrcode-2/qr-inv-1.txt +++ /dev/null @@ -1 +0,0 @@ -https://beeline.co/pages/app \ No newline at end of file diff --git a/tests/samples/qrcode-2/qr-inv-2.jpg b/tests/samples/qrcode-2/qr-inv-2.jpg deleted file mode 100644 index dd20ead..0000000 Binary files a/tests/samples/qrcode-2/qr-inv-2.jpg and /dev/null differ diff --git a/tests/samples/qrcode-2/qr-inv-2.txt b/tests/samples/qrcode-2/qr-inv-2.txt deleted file mode 100644 index cb6b805..0000000 --- a/tests/samples/qrcode-2/qr-inv-2.txt +++ /dev/null @@ -1 +0,0 @@ -MEBKM:URL:http\://en.wikipedia.org/wiki/Main_Page;; \ No newline at end of file diff --git a/tests/samples/qrcode-2/qr-model-1.png b/tests/samples/qrcode-2/qr-model-1.png deleted file mode 100644 index 4b19990..0000000 Binary files a/tests/samples/qrcode-2/qr-model-1.png and /dev/null differ diff --git a/tests/samples/qrcode-2/qr-model-1.txt b/tests/samples/qrcode-2/qr-model-1.txt deleted file mode 100644 index a6bce8d..0000000 --- a/tests/samples/qrcode-2/qr-model-1.txt +++ /dev/null @@ -1 +0,0 @@ -QR Code Model 1 \ No newline at end of file diff --git a/tests/samples/qrcode-3/01.png b/tests/samples/qrcode-3/01.png deleted file mode 100644 index 1acbf4c..0000000 Binary files a/tests/samples/qrcode-3/01.png and /dev/null differ diff --git a/tests/samples/qrcode-3/01.txt b/tests/samples/qrcode-3/01.txt deleted file mode 100644 index 4960897..0000000 --- a/tests/samples/qrcode-3/01.txt +++ /dev/null @@ -1 +0,0 @@ -http://arnaud.sahuguet.com/graffiti/test.php?ll=-74.00309961503218,40.74102573163046,0 \ No newline at end of file diff --git a/tests/samples/qrcode-3/03.png b/tests/samples/qrcode-3/03.png deleted file mode 100644 index 996695e..0000000 Binary files a/tests/samples/qrcode-3/03.png and /dev/null differ diff --git a/tests/samples/qrcode-3/03.txt b/tests/samples/qrcode-3/03.txt deleted file mode 100644 index 4960897..0000000 --- a/tests/samples/qrcode-3/03.txt +++ /dev/null @@ -1 +0,0 @@ -http://arnaud.sahuguet.com/graffiti/test.php?ll=-74.00309961503218,40.74102573163046,0 \ No newline at end of file diff --git a/tests/samples/qrcode-3/04.png b/tests/samples/qrcode-3/04.png deleted file mode 100644 index 1906189..0000000 Binary files a/tests/samples/qrcode-3/04.png and /dev/null differ diff --git a/tests/samples/qrcode-3/04.txt b/tests/samples/qrcode-3/04.txt deleted file mode 100644 index 4960897..0000000 --- a/tests/samples/qrcode-3/04.txt +++ /dev/null @@ -1 +0,0 @@ -http://arnaud.sahuguet.com/graffiti/test.php?ll=-74.00309961503218,40.74102573163046,0 \ No newline at end of file diff --git a/tests/samples/qrcode-3/05.png b/tests/samples/qrcode-3/05.png deleted file mode 100644 index 6eb83f4..0000000 Binary files a/tests/samples/qrcode-3/05.png and /dev/null differ diff --git a/tests/samples/qrcode-3/05.txt b/tests/samples/qrcode-3/05.txt deleted file mode 100644 index 4960897..0000000 --- a/tests/samples/qrcode-3/05.txt +++ /dev/null @@ -1 +0,0 @@ -http://arnaud.sahuguet.com/graffiti/test.php?ll=-74.00309961503218,40.74102573163046,0 \ No newline at end of file diff --git a/tests/samples/qrcode-3/07.png b/tests/samples/qrcode-3/07.png deleted file mode 100644 index acc18c0..0000000 Binary files a/tests/samples/qrcode-3/07.png and /dev/null differ diff --git a/tests/samples/qrcode-3/07.txt b/tests/samples/qrcode-3/07.txt deleted file mode 100644 index 4960897..0000000 --- a/tests/samples/qrcode-3/07.txt +++ /dev/null @@ -1 +0,0 @@ -http://arnaud.sahuguet.com/graffiti/test.php?ll=-74.00309961503218,40.74102573163046,0 \ No newline at end of file diff --git a/tests/samples/qrcode-3/09.png b/tests/samples/qrcode-3/09.png deleted file mode 100644 index d78db9a..0000000 Binary files a/tests/samples/qrcode-3/09.png and /dev/null differ diff --git a/tests/samples/qrcode-3/09.txt b/tests/samples/qrcode-3/09.txt deleted file mode 100644 index 4960897..0000000 --- a/tests/samples/qrcode-3/09.txt +++ /dev/null @@ -1 +0,0 @@ -http://arnaud.sahuguet.com/graffiti/test.php?ll=-74.00309961503218,40.74102573163046,0 \ No newline at end of file diff --git a/tests/samples/qrcode-3/10.png b/tests/samples/qrcode-3/10.png deleted file mode 100644 index bd12f9e..0000000 Binary files a/tests/samples/qrcode-3/10.png and /dev/null differ diff --git a/tests/samples/qrcode-3/10.txt b/tests/samples/qrcode-3/10.txt deleted file mode 100644 index 352576d..0000000 --- a/tests/samples/qrcode-3/10.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:Google 411,;TEL:18665881077;; \ No newline at end of file diff --git a/tests/samples/qrcode-3/11.png b/tests/samples/qrcode-3/11.png deleted file mode 100644 index e5aa885..0000000 Binary files a/tests/samples/qrcode-3/11.png and /dev/null differ diff --git a/tests/samples/qrcode-3/11.txt b/tests/samples/qrcode-3/11.txt deleted file mode 100644 index 352576d..0000000 --- a/tests/samples/qrcode-3/11.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:Google 411,;TEL:18665881077;; \ No newline at end of file diff --git a/tests/samples/qrcode-3/13.png b/tests/samples/qrcode-3/13.png deleted file mode 100644 index 8b6e292..0000000 Binary files a/tests/samples/qrcode-3/13.png and /dev/null differ diff --git a/tests/samples/qrcode-3/13.txt b/tests/samples/qrcode-3/13.txt deleted file mode 100644 index 352576d..0000000 --- a/tests/samples/qrcode-3/13.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:Google 411,;TEL:18665881077;; \ No newline at end of file diff --git a/tests/samples/qrcode-3/14.png b/tests/samples/qrcode-3/14.png deleted file mode 100644 index 96dcceb..0000000 Binary files a/tests/samples/qrcode-3/14.png and /dev/null differ diff --git a/tests/samples/qrcode-3/14.txt b/tests/samples/qrcode-3/14.txt deleted file mode 100644 index 352576d..0000000 --- a/tests/samples/qrcode-3/14.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:Google 411,;TEL:18665881077;; \ No newline at end of file diff --git a/tests/samples/qrcode-3/15.png b/tests/samples/qrcode-3/15.png deleted file mode 100644 index 7a88b51..0000000 Binary files a/tests/samples/qrcode-3/15.png and /dev/null differ diff --git a/tests/samples/qrcode-3/15.txt b/tests/samples/qrcode-3/15.txt deleted file mode 100644 index 352576d..0000000 --- a/tests/samples/qrcode-3/15.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:Google 411,;TEL:18665881077;; \ No newline at end of file diff --git a/tests/samples/qrcode-3/16.png b/tests/samples/qrcode-3/16.png deleted file mode 100644 index d91e0c8..0000000 Binary files a/tests/samples/qrcode-3/16.png and /dev/null differ diff --git a/tests/samples/qrcode-3/16.txt b/tests/samples/qrcode-3/16.txt deleted file mode 100644 index 352576d..0000000 --- a/tests/samples/qrcode-3/16.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:Google 411,;TEL:18665881077;; \ No newline at end of file diff --git a/tests/samples/qrcode-3/17.png b/tests/samples/qrcode-3/17.png deleted file mode 100644 index 021a605..0000000 Binary files a/tests/samples/qrcode-3/17.png and /dev/null differ diff --git a/tests/samples/qrcode-3/17.txt b/tests/samples/qrcode-3/17.txt deleted file mode 100644 index 352576d..0000000 --- a/tests/samples/qrcode-3/17.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:Google 411,;TEL:18665881077;; \ No newline at end of file diff --git a/tests/samples/qrcode-3/18.png b/tests/samples/qrcode-3/18.png deleted file mode 100644 index c50f3c9..0000000 Binary files a/tests/samples/qrcode-3/18.png and /dev/null differ diff --git a/tests/samples/qrcode-3/18.txt b/tests/samples/qrcode-3/18.txt deleted file mode 100644 index 44a23fd..0000000 --- a/tests/samples/qrcode-3/18.txt +++ /dev/null @@ -1,2 +0,0 @@ -UI office hours signup -http://www.corp.google.com/sparrow/ui_office_hours/ diff --git a/tests/samples/qrcode-3/19.png b/tests/samples/qrcode-3/19.png deleted file mode 100644 index ec89304..0000000 Binary files a/tests/samples/qrcode-3/19.png and /dev/null differ diff --git a/tests/samples/qrcode-3/19.txt b/tests/samples/qrcode-3/19.txt deleted file mode 100644 index 44a23fd..0000000 --- a/tests/samples/qrcode-3/19.txt +++ /dev/null @@ -1,2 +0,0 @@ -UI office hours signup -http://www.corp.google.com/sparrow/ui_office_hours/ diff --git a/tests/samples/qrcode-3/21.png b/tests/samples/qrcode-3/21.png deleted file mode 100644 index 93b90d7..0000000 Binary files a/tests/samples/qrcode-3/21.png and /dev/null differ diff --git a/tests/samples/qrcode-3/21.txt b/tests/samples/qrcode-3/21.txt deleted file mode 100644 index 44a23fd..0000000 --- a/tests/samples/qrcode-3/21.txt +++ /dev/null @@ -1,2 +0,0 @@ -UI office hours signup -http://www.corp.google.com/sparrow/ui_office_hours/ diff --git a/tests/samples/qrcode-3/22.png b/tests/samples/qrcode-3/22.png deleted file mode 100644 index 6592168..0000000 Binary files a/tests/samples/qrcode-3/22.png and /dev/null differ diff --git a/tests/samples/qrcode-3/22.txt b/tests/samples/qrcode-3/22.txt deleted file mode 100644 index 44a23fd..0000000 --- a/tests/samples/qrcode-3/22.txt +++ /dev/null @@ -1,2 +0,0 @@ -UI office hours signup -http://www.corp.google.com/sparrow/ui_office_hours/ diff --git a/tests/samples/qrcode-3/23.png b/tests/samples/qrcode-3/23.png deleted file mode 100644 index 009b6d9..0000000 Binary files a/tests/samples/qrcode-3/23.png and /dev/null differ diff --git a/tests/samples/qrcode-3/23.txt b/tests/samples/qrcode-3/23.txt deleted file mode 100644 index 44a23fd..0000000 --- a/tests/samples/qrcode-3/23.txt +++ /dev/null @@ -1,2 +0,0 @@ -UI office hours signup -http://www.corp.google.com/sparrow/ui_office_hours/ diff --git a/tests/samples/qrcode-3/24.png b/tests/samples/qrcode-3/24.png deleted file mode 100644 index f2c870c..0000000 Binary files a/tests/samples/qrcode-3/24.png and /dev/null differ diff --git a/tests/samples/qrcode-3/24.txt b/tests/samples/qrcode-3/24.txt deleted file mode 100644 index 44a23fd..0000000 --- a/tests/samples/qrcode-3/24.txt +++ /dev/null @@ -1,2 +0,0 @@ -UI office hours signup -http://www.corp.google.com/sparrow/ui_office_hours/ diff --git a/tests/samples/qrcode-3/25.png b/tests/samples/qrcode-3/25.png deleted file mode 100644 index 32ecfd4..0000000 Binary files a/tests/samples/qrcode-3/25.png and /dev/null differ diff --git a/tests/samples/qrcode-3/25.txt b/tests/samples/qrcode-3/25.txt deleted file mode 100644 index 44a23fd..0000000 --- a/tests/samples/qrcode-3/25.txt +++ /dev/null @@ -1,2 +0,0 @@ -UI office hours signup -http://www.corp.google.com/sparrow/ui_office_hours/ diff --git a/tests/samples/qrcode-3/27.png b/tests/samples/qrcode-3/27.png deleted file mode 100644 index 7e9a1e0..0000000 Binary files a/tests/samples/qrcode-3/27.png and /dev/null differ diff --git a/tests/samples/qrcode-3/27.txt b/tests/samples/qrcode-3/27.txt deleted file mode 100644 index 424f852..0000000 --- a/tests/samples/qrcode-3/27.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:Sean Owen;TEL:+12125658770;EMAIL:srowen@google.com;; \ No newline at end of file diff --git a/tests/samples/qrcode-3/28.png b/tests/samples/qrcode-3/28.png deleted file mode 100644 index e6a605d..0000000 Binary files a/tests/samples/qrcode-3/28.png and /dev/null differ diff --git a/tests/samples/qrcode-3/28.txt b/tests/samples/qrcode-3/28.txt deleted file mode 100644 index 424f852..0000000 --- a/tests/samples/qrcode-3/28.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:Sean Owen;TEL:+12125658770;EMAIL:srowen@google.com;; \ No newline at end of file diff --git a/tests/samples/qrcode-3/30.png b/tests/samples/qrcode-3/30.png deleted file mode 100644 index eeffa89..0000000 Binary files a/tests/samples/qrcode-3/30.png and /dev/null differ diff --git a/tests/samples/qrcode-3/30.txt b/tests/samples/qrcode-3/30.txt deleted file mode 100644 index 424f852..0000000 --- a/tests/samples/qrcode-3/30.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:Sean Owen;TEL:+12125658770;EMAIL:srowen@google.com;; \ No newline at end of file diff --git a/tests/samples/qrcode-3/31.png b/tests/samples/qrcode-3/31.png deleted file mode 100644 index 7e8f60d..0000000 Binary files a/tests/samples/qrcode-3/31.png and /dev/null differ diff --git a/tests/samples/qrcode-3/31.txt b/tests/samples/qrcode-3/31.txt deleted file mode 100644 index 424f852..0000000 --- a/tests/samples/qrcode-3/31.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:Sean Owen;TEL:+12125658770;EMAIL:srowen@google.com;; \ No newline at end of file diff --git a/tests/samples/qrcode-3/33.png b/tests/samples/qrcode-3/33.png deleted file mode 100644 index d808e0b..0000000 Binary files a/tests/samples/qrcode-3/33.png and /dev/null differ diff --git a/tests/samples/qrcode-3/33.txt b/tests/samples/qrcode-3/33.txt deleted file mode 100644 index 424f852..0000000 --- a/tests/samples/qrcode-3/33.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:Sean Owen;TEL:+12125658770;EMAIL:srowen@google.com;; \ No newline at end of file diff --git a/tests/samples/qrcode-3/37.png b/tests/samples/qrcode-3/37.png deleted file mode 100644 index d33307d..0000000 Binary files a/tests/samples/qrcode-3/37.png and /dev/null differ diff --git a/tests/samples/qrcode-3/37.txt b/tests/samples/qrcode-3/37.txt deleted file mode 100644 index 424f852..0000000 --- a/tests/samples/qrcode-3/37.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:Sean Owen;TEL:+12125658770;EMAIL:srowen@google.com;; \ No newline at end of file diff --git a/tests/samples/qrcode-3/40.png b/tests/samples/qrcode-3/40.png deleted file mode 100644 index 242d532..0000000 Binary files a/tests/samples/qrcode-3/40.png and /dev/null differ diff --git a/tests/samples/qrcode-3/40.txt b/tests/samples/qrcode-3/40.txt deleted file mode 100644 index 424f852..0000000 --- a/tests/samples/qrcode-3/40.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:Sean Owen;TEL:+12125658770;EMAIL:srowen@google.com;; \ No newline at end of file diff --git a/tests/samples/qrcode-3/42.png b/tests/samples/qrcode-3/42.png deleted file mode 100644 index bb78795..0000000 Binary files a/tests/samples/qrcode-3/42.png and /dev/null differ diff --git a/tests/samples/qrcode-3/42.txt b/tests/samples/qrcode-3/42.txt deleted file mode 100644 index 424f852..0000000 --- a/tests/samples/qrcode-3/42.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:Sean Owen;TEL:+12125658770;EMAIL:srowen@google.com;; \ No newline at end of file diff --git a/tests/samples/qrcode-4/01.png b/tests/samples/qrcode-4/01.png deleted file mode 100644 index af9c3be..0000000 Binary files a/tests/samples/qrcode-4/01.png and /dev/null differ diff --git a/tests/samples/qrcode-4/01.txt b/tests/samples/qrcode-4/01.txt deleted file mode 100644 index f94af84..0000000 --- a/tests/samples/qrcode-4/01.txt +++ /dev/null @@ -1 +0,0 @@ -Google Print Ads - T.G.I.A.F. - January 31, 2008 \ No newline at end of file diff --git a/tests/samples/qrcode-4/02.png b/tests/samples/qrcode-4/02.png deleted file mode 100644 index 69786f5..0000000 Binary files a/tests/samples/qrcode-4/02.png and /dev/null differ diff --git a/tests/samples/qrcode-4/02.txt b/tests/samples/qrcode-4/02.txt deleted file mode 100644 index f94af84..0000000 --- a/tests/samples/qrcode-4/02.txt +++ /dev/null @@ -1 +0,0 @@ -Google Print Ads - T.G.I.A.F. - January 31, 2008 \ No newline at end of file diff --git a/tests/samples/qrcode-4/03.png b/tests/samples/qrcode-4/03.png deleted file mode 100644 index f515b95..0000000 Binary files a/tests/samples/qrcode-4/03.png and /dev/null differ diff --git a/tests/samples/qrcode-4/03.txt b/tests/samples/qrcode-4/03.txt deleted file mode 100644 index f94af84..0000000 --- a/tests/samples/qrcode-4/03.txt +++ /dev/null @@ -1 +0,0 @@ -Google Print Ads - T.G.I.A.F. - January 31, 2008 \ No newline at end of file diff --git a/tests/samples/qrcode-4/04.png b/tests/samples/qrcode-4/04.png deleted file mode 100644 index 292e6c3..0000000 Binary files a/tests/samples/qrcode-4/04.png and /dev/null differ diff --git a/tests/samples/qrcode-4/04.txt b/tests/samples/qrcode-4/04.txt deleted file mode 100644 index f94af84..0000000 --- a/tests/samples/qrcode-4/04.txt +++ /dev/null @@ -1 +0,0 @@ -Google Print Ads - T.G.I.A.F. - January 31, 2008 \ No newline at end of file diff --git a/tests/samples/qrcode-4/05.png b/tests/samples/qrcode-4/05.png deleted file mode 100644 index 726d416..0000000 Binary files a/tests/samples/qrcode-4/05.png and /dev/null differ diff --git a/tests/samples/qrcode-4/05.txt b/tests/samples/qrcode-4/05.txt deleted file mode 100644 index f94af84..0000000 --- a/tests/samples/qrcode-4/05.txt +++ /dev/null @@ -1 +0,0 @@ -Google Print Ads - T.G.I.A.F. - January 31, 2008 \ No newline at end of file diff --git a/tests/samples/qrcode-4/06.png b/tests/samples/qrcode-4/06.png deleted file mode 100644 index 2dce25b..0000000 Binary files a/tests/samples/qrcode-4/06.png and /dev/null differ diff --git a/tests/samples/qrcode-4/06.txt b/tests/samples/qrcode-4/06.txt deleted file mode 100644 index f94af84..0000000 --- a/tests/samples/qrcode-4/06.txt +++ /dev/null @@ -1 +0,0 @@ -Google Print Ads - T.G.I.A.F. - January 31, 2008 \ No newline at end of file diff --git a/tests/samples/qrcode-4/07.png b/tests/samples/qrcode-4/07.png deleted file mode 100644 index 86e2bb9..0000000 Binary files a/tests/samples/qrcode-4/07.png and /dev/null differ diff --git a/tests/samples/qrcode-4/07.txt b/tests/samples/qrcode-4/07.txt deleted file mode 100644 index f94af84..0000000 --- a/tests/samples/qrcode-4/07.txt +++ /dev/null @@ -1 +0,0 @@ -Google Print Ads - T.G.I.A.F. - January 31, 2008 \ No newline at end of file diff --git a/tests/samples/qrcode-4/08.png b/tests/samples/qrcode-4/08.png deleted file mode 100644 index 994be96..0000000 Binary files a/tests/samples/qrcode-4/08.png and /dev/null differ diff --git a/tests/samples/qrcode-4/08.txt b/tests/samples/qrcode-4/08.txt deleted file mode 100644 index f94af84..0000000 --- a/tests/samples/qrcode-4/08.txt +++ /dev/null @@ -1 +0,0 @@ -Google Print Ads - T.G.I.A.F. - January 31, 2008 \ No newline at end of file diff --git a/tests/samples/qrcode-4/09.png b/tests/samples/qrcode-4/09.png deleted file mode 100644 index 2e6b712..0000000 Binary files a/tests/samples/qrcode-4/09.png and /dev/null differ diff --git a/tests/samples/qrcode-4/09.txt b/tests/samples/qrcode-4/09.txt deleted file mode 100644 index f94af84..0000000 --- a/tests/samples/qrcode-4/09.txt +++ /dev/null @@ -1 +0,0 @@ -Google Print Ads - T.G.I.A.F. - January 31, 2008 \ No newline at end of file diff --git a/tests/samples/qrcode-4/10.png b/tests/samples/qrcode-4/10.png deleted file mode 100644 index 4964eec..0000000 Binary files a/tests/samples/qrcode-4/10.png and /dev/null differ diff --git a/tests/samples/qrcode-4/10.txt b/tests/samples/qrcode-4/10.txt deleted file mode 100644 index f94af84..0000000 --- a/tests/samples/qrcode-4/10.txt +++ /dev/null @@ -1 +0,0 @@ -Google Print Ads - T.G.I.A.F. - January 31, 2008 \ No newline at end of file diff --git a/tests/samples/qrcode-4/11.png b/tests/samples/qrcode-4/11.png deleted file mode 100644 index b0e8ac2..0000000 Binary files a/tests/samples/qrcode-4/11.png and /dev/null differ diff --git a/tests/samples/qrcode-4/11.txt b/tests/samples/qrcode-4/11.txt deleted file mode 100644 index f94af84..0000000 --- a/tests/samples/qrcode-4/11.txt +++ /dev/null @@ -1 +0,0 @@ -Google Print Ads - T.G.I.A.F. - January 31, 2008 \ No newline at end of file diff --git a/tests/samples/qrcode-4/12.png b/tests/samples/qrcode-4/12.png deleted file mode 100644 index 3c77693..0000000 Binary files a/tests/samples/qrcode-4/12.png and /dev/null differ diff --git a/tests/samples/qrcode-4/12.txt b/tests/samples/qrcode-4/12.txt deleted file mode 100644 index f94af84..0000000 --- a/tests/samples/qrcode-4/12.txt +++ /dev/null @@ -1 +0,0 @@ -Google Print Ads - T.G.I.A.F. - January 31, 2008 \ No newline at end of file diff --git a/tests/samples/qrcode-4/13.png b/tests/samples/qrcode-4/13.png deleted file mode 100644 index f272635..0000000 Binary files a/tests/samples/qrcode-4/13.png and /dev/null differ diff --git a/tests/samples/qrcode-4/13.txt b/tests/samples/qrcode-4/13.txt deleted file mode 100644 index f94af84..0000000 --- a/tests/samples/qrcode-4/13.txt +++ /dev/null @@ -1 +0,0 @@ -Google Print Ads - T.G.I.A.F. - January 31, 2008 \ No newline at end of file diff --git a/tests/samples/qrcode-4/14.png b/tests/samples/qrcode-4/14.png deleted file mode 100644 index 957461e..0000000 Binary files a/tests/samples/qrcode-4/14.png and /dev/null differ diff --git a/tests/samples/qrcode-4/14.txt b/tests/samples/qrcode-4/14.txt deleted file mode 100644 index f94af84..0000000 --- a/tests/samples/qrcode-4/14.txt +++ /dev/null @@ -1 +0,0 @@ -Google Print Ads - T.G.I.A.F. - January 31, 2008 \ No newline at end of file diff --git a/tests/samples/qrcode-4/15.png b/tests/samples/qrcode-4/15.png deleted file mode 100644 index 1267fe8..0000000 Binary files a/tests/samples/qrcode-4/15.png and /dev/null differ diff --git a/tests/samples/qrcode-4/15.txt b/tests/samples/qrcode-4/15.txt deleted file mode 100644 index 1469db2..0000000 --- a/tests/samples/qrcode-4/15.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com \ No newline at end of file diff --git a/tests/samples/qrcode-4/16.png b/tests/samples/qrcode-4/16.png deleted file mode 100644 index 32561ec..0000000 Binary files a/tests/samples/qrcode-4/16.png and /dev/null differ diff --git a/tests/samples/qrcode-4/16.txt b/tests/samples/qrcode-4/16.txt deleted file mode 100644 index 1469db2..0000000 --- a/tests/samples/qrcode-4/16.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com \ No newline at end of file diff --git a/tests/samples/qrcode-4/17.png b/tests/samples/qrcode-4/17.png deleted file mode 100644 index ba5e8bb..0000000 Binary files a/tests/samples/qrcode-4/17.png and /dev/null differ diff --git a/tests/samples/qrcode-4/17.txt b/tests/samples/qrcode-4/17.txt deleted file mode 100644 index 1469db2..0000000 --- a/tests/samples/qrcode-4/17.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com \ No newline at end of file diff --git a/tests/samples/qrcode-4/18.png b/tests/samples/qrcode-4/18.png deleted file mode 100644 index e029d19..0000000 Binary files a/tests/samples/qrcode-4/18.png and /dev/null differ diff --git a/tests/samples/qrcode-4/18.txt b/tests/samples/qrcode-4/18.txt deleted file mode 100644 index 1469db2..0000000 --- a/tests/samples/qrcode-4/18.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com \ No newline at end of file diff --git a/tests/samples/qrcode-4/19.png b/tests/samples/qrcode-4/19.png deleted file mode 100644 index 614d918..0000000 Binary files a/tests/samples/qrcode-4/19.png and /dev/null differ diff --git a/tests/samples/qrcode-4/19.txt b/tests/samples/qrcode-4/19.txt deleted file mode 100644 index 1469db2..0000000 --- a/tests/samples/qrcode-4/19.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com \ No newline at end of file diff --git a/tests/samples/qrcode-4/20.png b/tests/samples/qrcode-4/20.png deleted file mode 100644 index b9ffc64..0000000 Binary files a/tests/samples/qrcode-4/20.png and /dev/null differ diff --git a/tests/samples/qrcode-4/20.txt b/tests/samples/qrcode-4/20.txt deleted file mode 100644 index 1469db2..0000000 --- a/tests/samples/qrcode-4/20.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com \ No newline at end of file diff --git a/tests/samples/qrcode-4/21.png b/tests/samples/qrcode-4/21.png deleted file mode 100644 index a08f282..0000000 Binary files a/tests/samples/qrcode-4/21.png and /dev/null differ diff --git a/tests/samples/qrcode-4/21.txt b/tests/samples/qrcode-4/21.txt deleted file mode 100644 index 1469db2..0000000 --- a/tests/samples/qrcode-4/21.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com \ No newline at end of file diff --git a/tests/samples/qrcode-4/22.png b/tests/samples/qrcode-4/22.png deleted file mode 100644 index e3c80d6..0000000 Binary files a/tests/samples/qrcode-4/22.png and /dev/null differ diff --git a/tests/samples/qrcode-4/22.txt b/tests/samples/qrcode-4/22.txt deleted file mode 100644 index 1469db2..0000000 --- a/tests/samples/qrcode-4/22.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com \ No newline at end of file diff --git a/tests/samples/qrcode-4/23.png b/tests/samples/qrcode-4/23.png deleted file mode 100644 index 89d33a4..0000000 Binary files a/tests/samples/qrcode-4/23.png and /dev/null differ diff --git a/tests/samples/qrcode-4/23.txt b/tests/samples/qrcode-4/23.txt deleted file mode 100644 index 1469db2..0000000 --- a/tests/samples/qrcode-4/23.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com \ No newline at end of file diff --git a/tests/samples/qrcode-4/24.png b/tests/samples/qrcode-4/24.png deleted file mode 100644 index 0fb5adc..0000000 Binary files a/tests/samples/qrcode-4/24.png and /dev/null differ diff --git a/tests/samples/qrcode-4/24.txt b/tests/samples/qrcode-4/24.txt deleted file mode 100644 index 1469db2..0000000 --- a/tests/samples/qrcode-4/24.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com \ No newline at end of file diff --git a/tests/samples/qrcode-4/26.png b/tests/samples/qrcode-4/26.png deleted file mode 100644 index 5c7f418..0000000 Binary files a/tests/samples/qrcode-4/26.png and /dev/null differ diff --git a/tests/samples/qrcode-4/26.txt b/tests/samples/qrcode-4/26.txt deleted file mode 100644 index 1469db2..0000000 --- a/tests/samples/qrcode-4/26.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com \ No newline at end of file diff --git a/tests/samples/qrcode-4/27.png b/tests/samples/qrcode-4/27.png deleted file mode 100644 index 668a20b..0000000 Binary files a/tests/samples/qrcode-4/27.png and /dev/null differ diff --git a/tests/samples/qrcode-4/27.txt b/tests/samples/qrcode-4/27.txt deleted file mode 100644 index 1469db2..0000000 --- a/tests/samples/qrcode-4/27.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com \ No newline at end of file diff --git a/tests/samples/qrcode-4/28.png b/tests/samples/qrcode-4/28.png deleted file mode 100644 index dfcdc67..0000000 Binary files a/tests/samples/qrcode-4/28.png and /dev/null differ diff --git a/tests/samples/qrcode-4/28.txt b/tests/samples/qrcode-4/28.txt deleted file mode 100644 index 1469db2..0000000 --- a/tests/samples/qrcode-4/28.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com \ No newline at end of file diff --git a/tests/samples/qrcode-4/29.png b/tests/samples/qrcode-4/29.png deleted file mode 100644 index 70e8184..0000000 Binary files a/tests/samples/qrcode-4/29.png and /dev/null differ diff --git a/tests/samples/qrcode-4/29.txt b/tests/samples/qrcode-4/29.txt deleted file mode 100644 index 1469db2..0000000 --- a/tests/samples/qrcode-4/29.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com \ No newline at end of file diff --git a/tests/samples/qrcode-4/30.png b/tests/samples/qrcode-4/30.png deleted file mode 100644 index cd4f45e..0000000 Binary files a/tests/samples/qrcode-4/30.png and /dev/null differ diff --git a/tests/samples/qrcode-4/30.txt b/tests/samples/qrcode-4/30.txt deleted file mode 100644 index 1469db2..0000000 --- a/tests/samples/qrcode-4/30.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com \ No newline at end of file diff --git a/tests/samples/qrcode-4/31.png b/tests/samples/qrcode-4/31.png deleted file mode 100644 index 5dd1460..0000000 Binary files a/tests/samples/qrcode-4/31.png and /dev/null differ diff --git a/tests/samples/qrcode-4/31.txt b/tests/samples/qrcode-4/31.txt deleted file mode 100644 index 1469db2..0000000 --- a/tests/samples/qrcode-4/31.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com \ No newline at end of file diff --git a/tests/samples/qrcode-4/32.png b/tests/samples/qrcode-4/32.png deleted file mode 100644 index 7fb36dc..0000000 Binary files a/tests/samples/qrcode-4/32.png and /dev/null differ diff --git a/tests/samples/qrcode-4/32.txt b/tests/samples/qrcode-4/32.txt deleted file mode 100644 index 1469db2..0000000 --- a/tests/samples/qrcode-4/32.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com \ No newline at end of file diff --git a/tests/samples/qrcode-4/33.png b/tests/samples/qrcode-4/33.png deleted file mode 100644 index 822e8be..0000000 Binary files a/tests/samples/qrcode-4/33.png and /dev/null differ diff --git a/tests/samples/qrcode-4/33.txt b/tests/samples/qrcode-4/33.txt deleted file mode 100644 index 1469db2..0000000 --- a/tests/samples/qrcode-4/33.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com \ No newline at end of file diff --git a/tests/samples/qrcode-4/34.png b/tests/samples/qrcode-4/34.png deleted file mode 100644 index 1354c29..0000000 Binary files a/tests/samples/qrcode-4/34.png and /dev/null differ diff --git a/tests/samples/qrcode-4/34.txt b/tests/samples/qrcode-4/34.txt deleted file mode 100644 index 1469db2..0000000 --- a/tests/samples/qrcode-4/34.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com \ No newline at end of file diff --git a/tests/samples/qrcode-4/36.png b/tests/samples/qrcode-4/36.png deleted file mode 100644 index d751a31..0000000 Binary files a/tests/samples/qrcode-4/36.png and /dev/null differ diff --git a/tests/samples/qrcode-4/36.txt b/tests/samples/qrcode-4/36.txt deleted file mode 100644 index 41872c8..0000000 --- a/tests/samples/qrcode-4/36.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com/p/zxing/ \ No newline at end of file diff --git a/tests/samples/qrcode-4/39.png b/tests/samples/qrcode-4/39.png deleted file mode 100644 index 85625c8..0000000 Binary files a/tests/samples/qrcode-4/39.png and /dev/null differ diff --git a/tests/samples/qrcode-4/39.txt b/tests/samples/qrcode-4/39.txt deleted file mode 100644 index 41872c8..0000000 --- a/tests/samples/qrcode-4/39.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com/p/zxing/ \ No newline at end of file diff --git a/tests/samples/qrcode-4/40.png b/tests/samples/qrcode-4/40.png deleted file mode 100644 index d72b7fb..0000000 Binary files a/tests/samples/qrcode-4/40.png and /dev/null differ diff --git a/tests/samples/qrcode-4/40.txt b/tests/samples/qrcode-4/40.txt deleted file mode 100644 index 41872c8..0000000 --- a/tests/samples/qrcode-4/40.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com/p/zxing/ \ No newline at end of file diff --git a/tests/samples/qrcode-4/41.png b/tests/samples/qrcode-4/41.png deleted file mode 100644 index eb6f84f..0000000 Binary files a/tests/samples/qrcode-4/41.png and /dev/null differ diff --git a/tests/samples/qrcode-4/41.txt b/tests/samples/qrcode-4/41.txt deleted file mode 100644 index 41872c8..0000000 --- a/tests/samples/qrcode-4/41.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com/p/zxing/ \ No newline at end of file diff --git a/tests/samples/qrcode-4/42.png b/tests/samples/qrcode-4/42.png deleted file mode 100644 index 8f4a88f..0000000 Binary files a/tests/samples/qrcode-4/42.png and /dev/null differ diff --git a/tests/samples/qrcode-4/42.txt b/tests/samples/qrcode-4/42.txt deleted file mode 100644 index 41872c8..0000000 --- a/tests/samples/qrcode-4/42.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com/p/zxing/ \ No newline at end of file diff --git a/tests/samples/qrcode-4/43.png b/tests/samples/qrcode-4/43.png deleted file mode 100644 index c8ba53e..0000000 Binary files a/tests/samples/qrcode-4/43.png and /dev/null differ diff --git a/tests/samples/qrcode-4/43.txt b/tests/samples/qrcode-4/43.txt deleted file mode 100644 index 41872c8..0000000 --- a/tests/samples/qrcode-4/43.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com/p/zxing/ \ No newline at end of file diff --git a/tests/samples/qrcode-4/46.png b/tests/samples/qrcode-4/46.png deleted file mode 100644 index 7bfd15e..0000000 Binary files a/tests/samples/qrcode-4/46.png and /dev/null differ diff --git a/tests/samples/qrcode-4/46.txt b/tests/samples/qrcode-4/46.txt deleted file mode 100644 index 41872c8..0000000 --- a/tests/samples/qrcode-4/46.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com/p/zxing/ \ No newline at end of file diff --git a/tests/samples/qrcode-4/48.png b/tests/samples/qrcode-4/48.png deleted file mode 100644 index 323ca12..0000000 Binary files a/tests/samples/qrcode-4/48.png and /dev/null differ diff --git a/tests/samples/qrcode-4/48.txt b/tests/samples/qrcode-4/48.txt deleted file mode 100644 index 41872c8..0000000 --- a/tests/samples/qrcode-4/48.txt +++ /dev/null @@ -1 +0,0 @@ -http://code.google.com/p/zxing/ \ No newline at end of file diff --git a/tests/samples/qrcode-5/01.png b/tests/samples/qrcode-5/01.png deleted file mode 100644 index 746d771..0000000 Binary files a/tests/samples/qrcode-5/01.png and /dev/null differ diff --git a/tests/samples/qrcode-5/01.txt b/tests/samples/qrcode-5/01.txt deleted file mode 100644 index 424f852..0000000 --- a/tests/samples/qrcode-5/01.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:Sean Owen;TEL:+12125658770;EMAIL:srowen@google.com;; \ No newline at end of file diff --git a/tests/samples/qrcode-5/02.png b/tests/samples/qrcode-5/02.png deleted file mode 100644 index 87604d0..0000000 Binary files a/tests/samples/qrcode-5/02.png and /dev/null differ diff --git a/tests/samples/qrcode-5/02.txt b/tests/samples/qrcode-5/02.txt deleted file mode 100644 index 424f852..0000000 --- a/tests/samples/qrcode-5/02.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:Sean Owen;TEL:+12125658770;EMAIL:srowen@google.com;; \ No newline at end of file diff --git a/tests/samples/qrcode-5/03.png b/tests/samples/qrcode-5/03.png deleted file mode 100644 index af12df6..0000000 Binary files a/tests/samples/qrcode-5/03.png and /dev/null differ diff --git a/tests/samples/qrcode-5/03.txt b/tests/samples/qrcode-5/03.txt deleted file mode 100644 index 424f852..0000000 --- a/tests/samples/qrcode-5/03.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:Sean Owen;TEL:+12125658770;EMAIL:srowen@google.com;; \ No newline at end of file diff --git a/tests/samples/qrcode-5/04.png b/tests/samples/qrcode-5/04.png deleted file mode 100644 index 5e0f5d1..0000000 Binary files a/tests/samples/qrcode-5/04.png and /dev/null differ diff --git a/tests/samples/qrcode-5/04.txt b/tests/samples/qrcode-5/04.txt deleted file mode 100644 index 424f852..0000000 --- a/tests/samples/qrcode-5/04.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:Sean Owen;TEL:+12125658770;EMAIL:srowen@google.com;; \ No newline at end of file diff --git a/tests/samples/qrcode-5/05.png b/tests/samples/qrcode-5/05.png deleted file mode 100644 index fc727c3..0000000 Binary files a/tests/samples/qrcode-5/05.png and /dev/null differ diff --git a/tests/samples/qrcode-5/05.txt b/tests/samples/qrcode-5/05.txt deleted file mode 100644 index 424f852..0000000 --- a/tests/samples/qrcode-5/05.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:Sean Owen;TEL:+12125658770;EMAIL:srowen@google.com;; \ No newline at end of file diff --git a/tests/samples/qrcode-5/08.png b/tests/samples/qrcode-5/08.png deleted file mode 100644 index 3fe39e2..0000000 Binary files a/tests/samples/qrcode-5/08.png and /dev/null differ diff --git a/tests/samples/qrcode-5/08.txt b/tests/samples/qrcode-5/08.txt deleted file mode 100644 index 424f852..0000000 --- a/tests/samples/qrcode-5/08.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:Sean Owen;TEL:+12125658770;EMAIL:srowen@google.com;; \ No newline at end of file diff --git a/tests/samples/qrcode-5/09.png b/tests/samples/qrcode-5/09.png deleted file mode 100644 index 3a19fa7..0000000 Binary files a/tests/samples/qrcode-5/09.png and /dev/null differ diff --git a/tests/samples/qrcode-5/09.txt b/tests/samples/qrcode-5/09.txt deleted file mode 100644 index 424f852..0000000 --- a/tests/samples/qrcode-5/09.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:Sean Owen;TEL:+12125658770;EMAIL:srowen@google.com;; \ No newline at end of file diff --git a/tests/samples/qrcode-5/11.png b/tests/samples/qrcode-5/11.png deleted file mode 100644 index 5efcd19..0000000 Binary files a/tests/samples/qrcode-5/11.png and /dev/null differ diff --git a/tests/samples/qrcode-5/11.txt b/tests/samples/qrcode-5/11.txt deleted file mode 100644 index 424f852..0000000 --- a/tests/samples/qrcode-5/11.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:Sean Owen;TEL:+12125658770;EMAIL:srowen@google.com;; \ No newline at end of file diff --git a/tests/samples/qrcode-5/12.png b/tests/samples/qrcode-5/12.png deleted file mode 100644 index 49b8a6f..0000000 Binary files a/tests/samples/qrcode-5/12.png and /dev/null differ diff --git a/tests/samples/qrcode-5/12.txt b/tests/samples/qrcode-5/12.txt deleted file mode 100644 index 424f852..0000000 --- a/tests/samples/qrcode-5/12.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:Sean Owen;TEL:+12125658770;EMAIL:srowen@google.com;; \ No newline at end of file diff --git a/tests/samples/qrcode-5/13.png b/tests/samples/qrcode-5/13.png deleted file mode 100644 index fabf571..0000000 Binary files a/tests/samples/qrcode-5/13.png and /dev/null differ diff --git a/tests/samples/qrcode-5/13.txt b/tests/samples/qrcode-5/13.txt deleted file mode 100644 index 424f852..0000000 --- a/tests/samples/qrcode-5/13.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:Sean Owen;TEL:+12125658770;EMAIL:srowen@google.com;; \ No newline at end of file diff --git a/tests/samples/qrcode-5/14.png b/tests/samples/qrcode-5/14.png deleted file mode 100644 index 3c90b46..0000000 Binary files a/tests/samples/qrcode-5/14.png and /dev/null differ diff --git a/tests/samples/qrcode-5/14.txt b/tests/samples/qrcode-5/14.txt deleted file mode 100644 index 424f852..0000000 --- a/tests/samples/qrcode-5/14.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:Sean Owen;TEL:+12125658770;EMAIL:srowen@google.com;; \ No newline at end of file diff --git a/tests/samples/qrcode-5/15.png b/tests/samples/qrcode-5/15.png deleted file mode 100644 index b472317..0000000 Binary files a/tests/samples/qrcode-5/15.png and /dev/null differ diff --git a/tests/samples/qrcode-5/15.txt b/tests/samples/qrcode-5/15.txt deleted file mode 100644 index 424f852..0000000 --- a/tests/samples/qrcode-5/15.txt +++ /dev/null @@ -1 +0,0 @@ -MECARD:N:Sean Owen;TEL:+12125658770;EMAIL:srowen@google.com;; \ No newline at end of file diff --git a/tests/samples/qrcode-5/16.png b/tests/samples/qrcode-5/16.png deleted file mode 100644 index fb27dac..0000000 Binary files a/tests/samples/qrcode-5/16.png and /dev/null differ diff --git a/tests/samples/qrcode-5/16.txt b/tests/samples/qrcode-5/16.txt deleted file mode 100644 index 7175d7a..0000000 --- a/tests/samples/qrcode-5/16.txt +++ /dev/null @@ -1,57 +0,0 @@ -THROUGH THE LOOKING-GLASS - -By Lewis Carroll - - -CHAPTER I. Looking-Glass house - -One thing was certain, that the WHITE kitten had had nothing to do with -it:--it was the black kitten's fault entirely. For the white kitten had -been having its face washed by the old cat for the last quarter of -an hour (and bearing it pretty well, considering); so you see that it -COULDN'T have had any hand in the mischief. - -The way Dinah washed her children's faces was this: first she held the -poor thing down by its ear with one paw, and then with the other paw she -rubbed its face all over, the wrong way, beginning at the nose: and -just now, as I said, she was hard at work on the white kitten, which was -lying quite still and trying to purr--no doubt feeling that it was all -meant for its good. - -But the black kitten had been finished with earlier in the afternoon, -and so, while Alice was sitting curled up in a corner of the great -arm-chair, half talking to herself and half asleep, the kitten had been -having a grand game of romps with the ball of worsted Alice had been -trying to wind up, and had been rolling it up and down till it had all -come undone again; and there it was, spread over the hearth-rug, all -knots and tangles, with the kitten running after its own tail in the -middle. - -'Oh, you wicked little thing!' cried Alice, catching up the kitten, and -giving it a little kiss to make it understand that it was in disgrace. -'Really, Dinah ought to have taught you better manners! You OUGHT, -Dinah, you know you ought!' she added, looking reproachfully at the old -cat, and speaking in as cross a voice as she could manage--and then she -scrambled back into the arm-chair, taking the kitten and the worsted -with her, and began winding up the ball again. But she didn't get on -very fast, as she was talking all the time, sometimes to the kitten, and -sometimes to herself. Kitty sat very demurely on her knee, pretending to -watch the progress of the winding, and now and then putting out one -paw and gently touching the ball, as if it would be glad to help, if it -might. - -'Do you know what to-morrow is, Kitty?' Alice began. 'You'd have guessed -if you'd been up in the window with me--only Dinah was making you tidy, -so you couldn't. I was watching the boys getting in sticks for the -bonfire--and it wants plenty of sticks, Kitty! Only it got so cold, and -it snowed so, they had to leave off. Never mind, Kitty, we'll go and -see the bonfire to-morrow.' Here Alice wound two or three turns of the -worsted round the kitten's neck, just to see how it would look: this led -to a scramble, in which the ball rolled down upon the floor, and yards -and yards of it got unwound again. - -'Do you know, I was so angry, Kitty,' Alice went on as soon as they were -comfortably settled again, 'when I saw all the mischief you had been -doing, I was very nearly opening the window, and putting you out into -the snow! And you'd have deserved it, you little mischievous darling! -Wha diff --git a/tests/samples/qrcode-5/17.png b/tests/samples/qrcode-5/17.png deleted file mode 100644 index e30429a..0000000 Binary files a/tests/samples/qrcode-5/17.png and /dev/null differ diff --git a/tests/samples/qrcode-5/17.txt b/tests/samples/qrcode-5/17.txt deleted file mode 100644 index 967a10b..0000000 --- a/tests/samples/qrcode-5/17.txt +++ /dev/null @@ -1,46 +0,0 @@ -THROUGH THE LOOKING-GLASS - -By Lewis Carroll - - -CHAPTER I. Looking-Glass house - -One thing was certain, that the WHITE kitten had had nothing to do with -it:--it was the black kitten's fault entirely. For the white kitten had -been having its face washed by the old cat for the last quarter of -an hour (and bearing it pretty well, considering); so you see that it -COULDN'T have had any hand in the mischief. - -The way Dinah washed her children's faces was this: first she held the -poor thing down by its ear with one paw, and then with the other paw she -rubbed its face all over, the wrong way, beginning at the nose: and -just now, as I said, she was hard at work on the white kitten, which was -lying quite still and trying to purr--no doubt feeling that it was all -meant for its good. - -But the black kitten had been finished with earlier in the afternoon, -and so, while Alice was sitting curled up in a corner of the great -arm-chair, half talking to herself and half asleep, the kitten had been -having a grand game of romps with the ball of worsted Alice had been -trying to wind up, and had been rolling it up and down till it had all -come undone again; and there it was, spread over the hearth-rug, all -knots and tangles, with the kitten running after its own tail in the -middle. - -'Oh, you wicked little thing!' cried Alice, catching up the kitten, and -giving it a little kiss to make it understand that it was in disgrace. -'Really, Dinah ought to have taught you better manners! You OUGHT, -Dinah, you know you ought!' she added, looking reproachfully at the old -cat, and speaking in as cross a voice as she could manage--and then she -scrambled back into the arm-chair, taking the kitten and the worsted -with her, and began winding up the ball again. But she didn't get on -very fast, as she was talking all the time, sometimes to the kitten, and -sometimes to herself. Kitty sat very demurely on her knee, pretending to -watch the progress of the winding, and now and then putting out one -paw and gently touching the ball, as if it would be glad to help, if it -might. - -'Do you know what to-morrow is, Kitty?' Alice began. 'You'd have guessed -if you'd been up in the window with me--only Dinah was making you tidy, -so you couldn't. I was watching the boys getting in sticks for the -bonfire--and it wants plenty of sticks, Kitty! Only it diff --git a/tests/samples/qrcode-5/18.png b/tests/samples/qrcode-5/18.png deleted file mode 100644 index be9943a..0000000 Binary files a/tests/samples/qrcode-5/18.png and /dev/null differ diff --git a/tests/samples/qrcode-5/18.txt b/tests/samples/qrcode-5/18.txt deleted file mode 100644 index 863b77f..0000000 --- a/tests/samples/qrcode-5/18.txt +++ /dev/null @@ -1,36 +0,0 @@ -THROUGH THE LOOKING-GLASS - -By Lewis Carroll - - -CHAPTER I. Looking-Glass house - -One thing was certain, that the WHITE kitten had had nothing to do with -it:--it was the black kitten's fault entirely. For the white kitten had -been having its face washed by the old cat for the last quarter of -an hour (and bearing it pretty well, considering); so you see that it -COULDN'T have had any hand in the mischief. - -The way Dinah washed her children's faces was this: first she held the -poor thing down by its ear with one paw, and then with the other paw she -rubbed its face all over, the wrong way, beginning at the nose: and -just now, as I said, she was hard at work on the white kitten, which was -lying quite still and trying to purr--no doubt feeling that it was all -meant for its good. - -But the black kitten had been finished with earlier in the afternoon, -and so, while Alice was sitting curled up in a corner of the great -arm-chair, half talking to herself and half asleep, the kitten had been -having a grand game of romps with the ball of worsted Alice had been -trying to wind up, and had been rolling it up and down till it had all -come undone again; and there it was, spread over the hearth-rug, all -knots and tangles, with the kitten running after its own tail in the -middle. - -'Oh, you wicked little thing!' cried Alice, catching up the kitten, and -giving it a little kiss to make it understand that it was in disgrace. -'Really, Dinah ought to have taught you better manners! You OUGHT, -Dinah, you know you ought!' she added, looking reproachfully at the old -cat, and speaking in as cross a voice as she could manage--and then she -scrambled back into the arm-ch - diff --git a/tests/samples/qrcode-5/19.png b/tests/samples/qrcode-5/19.png deleted file mode 100644 index 545d2ed..0000000 Binary files a/tests/samples/qrcode-5/19.png and /dev/null differ diff --git a/tests/samples/qrcode-5/19.txt b/tests/samples/qrcode-5/19.txt deleted file mode 100644 index 845cd05..0000000 --- a/tests/samples/qrcode-5/19.txt +++ /dev/null @@ -1,28 +0,0 @@ -THROUGH THE LOOKING-GLASS - -By Lewis Carroll - - -CHAPTER I. Looking-Glass house - -One thing was certain, that the WHITE kitten had had nothing to do with -it:--it was the black kitten's fault entirely. For the white kitten had -been having its face washed by the old cat for the last quarter of -an hour (and bearing it pretty well, considering); so you see that it -COULDN'T have had any hand in the mischief. - -The way Dinah washed her children's faces was this: first she held the -poor thing down by its ear with one paw, and then with the other paw she -rubbed its face all over, the wrong way, beginning at the nose: and -just now, as I said, she was hard at work on the white kitten, which was -lying quite still and trying to purr--no doubt feeling that it was all -meant for its good. - -But the black kitten had been finished with earlier in the afternoon, -and so, while Alice was sitting curled up in a corner of the great -arm-chair, half talking to herself and half asleep, the kitten had been -having a grand game of romps with the ball of worsted Alice had been -trying to wind up, and had been rolling it up and down till it had all -come undone again; and there it was, spread over the hearth-rug, all -knots and tangles, with the kitten running after its own tail in the -midd diff --git a/tests/samples/qrcode-6/1.png b/tests/samples/qrcode-6/1.png deleted file mode 100644 index 9c54da9..0000000 Binary files a/tests/samples/qrcode-6/1.png and /dev/null differ diff --git a/tests/samples/qrcode-6/1.txt b/tests/samples/qrcode-6/1.txt deleted file mode 100644 index 6a537b5..0000000 --- a/tests/samples/qrcode-6/1.txt +++ /dev/null @@ -1 +0,0 @@ -1234567890 \ No newline at end of file diff --git a/tests/samples/qrcode-6/10.png b/tests/samples/qrcode-6/10.png deleted file mode 100644 index f603ab1..0000000 Binary files a/tests/samples/qrcode-6/10.png and /dev/null differ diff --git a/tests/samples/qrcode-6/10.txt b/tests/samples/qrcode-6/10.txt deleted file mode 100644 index 6a537b5..0000000 --- a/tests/samples/qrcode-6/10.txt +++ /dev/null @@ -1 +0,0 @@ -1234567890 \ No newline at end of file diff --git a/tests/samples/qrcode-6/11.png b/tests/samples/qrcode-6/11.png deleted file mode 100644 index 1ade6f5..0000000 Binary files a/tests/samples/qrcode-6/11.png and /dev/null differ diff --git a/tests/samples/qrcode-6/11.txt b/tests/samples/qrcode-6/11.txt deleted file mode 100644 index 6a537b5..0000000 --- a/tests/samples/qrcode-6/11.txt +++ /dev/null @@ -1 +0,0 @@ -1234567890 \ No newline at end of file diff --git a/tests/samples/qrcode-6/12.png b/tests/samples/qrcode-6/12.png deleted file mode 100644 index bd03f12..0000000 Binary files a/tests/samples/qrcode-6/12.png and /dev/null differ diff --git a/tests/samples/qrcode-6/12.txt b/tests/samples/qrcode-6/12.txt deleted file mode 100644 index 6a537b5..0000000 --- a/tests/samples/qrcode-6/12.txt +++ /dev/null @@ -1 +0,0 @@ -1234567890 \ No newline at end of file diff --git a/tests/samples/qrcode-6/13.png b/tests/samples/qrcode-6/13.png deleted file mode 100644 index ddecef9..0000000 Binary files a/tests/samples/qrcode-6/13.png and /dev/null differ diff --git a/tests/samples/qrcode-6/13.txt b/tests/samples/qrcode-6/13.txt deleted file mode 100644 index 6a537b5..0000000 --- a/tests/samples/qrcode-6/13.txt +++ /dev/null @@ -1 +0,0 @@ -1234567890 \ No newline at end of file diff --git a/tests/samples/qrcode-6/14.png b/tests/samples/qrcode-6/14.png deleted file mode 100644 index 7cf8b68..0000000 Binary files a/tests/samples/qrcode-6/14.png and /dev/null differ diff --git a/tests/samples/qrcode-6/14.txt b/tests/samples/qrcode-6/14.txt deleted file mode 100644 index 6a537b5..0000000 --- a/tests/samples/qrcode-6/14.txt +++ /dev/null @@ -1 +0,0 @@ -1234567890 \ No newline at end of file diff --git a/tests/samples/qrcode-6/15.png b/tests/samples/qrcode-6/15.png deleted file mode 100644 index a22aa94..0000000 Binary files a/tests/samples/qrcode-6/15.png and /dev/null differ diff --git a/tests/samples/qrcode-6/15.txt b/tests/samples/qrcode-6/15.txt deleted file mode 100644 index 3b12464..0000000 --- a/tests/samples/qrcode-6/15.txt +++ /dev/null @@ -1 +0,0 @@ -TEST \ No newline at end of file diff --git a/tests/samples/qrcode-6/2.png b/tests/samples/qrcode-6/2.png deleted file mode 100644 index cc4b119..0000000 Binary files a/tests/samples/qrcode-6/2.png and /dev/null differ diff --git a/tests/samples/qrcode-6/2.txt b/tests/samples/qrcode-6/2.txt deleted file mode 100644 index 6a537b5..0000000 --- a/tests/samples/qrcode-6/2.txt +++ /dev/null @@ -1 +0,0 @@ -1234567890 \ No newline at end of file diff --git a/tests/samples/qrcode-6/3.png b/tests/samples/qrcode-6/3.png deleted file mode 100644 index 0112d17..0000000 Binary files a/tests/samples/qrcode-6/3.png and /dev/null differ diff --git a/tests/samples/qrcode-6/3.txt b/tests/samples/qrcode-6/3.txt deleted file mode 100644 index 6a537b5..0000000 --- a/tests/samples/qrcode-6/3.txt +++ /dev/null @@ -1 +0,0 @@ -1234567890 \ No newline at end of file diff --git a/tests/samples/qrcode-6/4.png b/tests/samples/qrcode-6/4.png deleted file mode 100644 index a88b8dc..0000000 Binary files a/tests/samples/qrcode-6/4.png and /dev/null differ diff --git a/tests/samples/qrcode-6/4.txt b/tests/samples/qrcode-6/4.txt deleted file mode 100644 index 6a537b5..0000000 --- a/tests/samples/qrcode-6/4.txt +++ /dev/null @@ -1 +0,0 @@ -1234567890 \ No newline at end of file diff --git a/tests/samples/qrcode-6/5.png b/tests/samples/qrcode-6/5.png deleted file mode 100644 index 0e41c2c..0000000 Binary files a/tests/samples/qrcode-6/5.png and /dev/null differ diff --git a/tests/samples/qrcode-6/5.txt b/tests/samples/qrcode-6/5.txt deleted file mode 100644 index 6a537b5..0000000 --- a/tests/samples/qrcode-6/5.txt +++ /dev/null @@ -1 +0,0 @@ -1234567890 \ No newline at end of file diff --git a/tests/samples/qrcode-6/6.png b/tests/samples/qrcode-6/6.png deleted file mode 100644 index 0d382a8..0000000 Binary files a/tests/samples/qrcode-6/6.png and /dev/null differ diff --git a/tests/samples/qrcode-6/6.txt b/tests/samples/qrcode-6/6.txt deleted file mode 100644 index 6a537b5..0000000 --- a/tests/samples/qrcode-6/6.txt +++ /dev/null @@ -1 +0,0 @@ -1234567890 \ No newline at end of file diff --git a/tests/samples/qrcode-6/7.png b/tests/samples/qrcode-6/7.png deleted file mode 100644 index 340a3ca..0000000 Binary files a/tests/samples/qrcode-6/7.png and /dev/null differ diff --git a/tests/samples/qrcode-6/7.txt b/tests/samples/qrcode-6/7.txt deleted file mode 100644 index 6a537b5..0000000 --- a/tests/samples/qrcode-6/7.txt +++ /dev/null @@ -1 +0,0 @@ -1234567890 \ No newline at end of file diff --git a/tests/samples/qrcode-6/8.png b/tests/samples/qrcode-6/8.png deleted file mode 100644 index d0d9bcc..0000000 Binary files a/tests/samples/qrcode-6/8.png and /dev/null differ diff --git a/tests/samples/qrcode-6/8.txt b/tests/samples/qrcode-6/8.txt deleted file mode 100644 index 6a537b5..0000000 --- a/tests/samples/qrcode-6/8.txt +++ /dev/null @@ -1 +0,0 @@ -1234567890 \ No newline at end of file diff --git a/tests/samples/qrcode-6/9.png b/tests/samples/qrcode-6/9.png deleted file mode 100644 index 43070ff..0000000 Binary files a/tests/samples/qrcode-6/9.png and /dev/null differ diff --git a/tests/samples/qrcode-6/9.txt b/tests/samples/qrcode-6/9.txt deleted file mode 100644 index 6a537b5..0000000 --- a/tests/samples/qrcode-6/9.txt +++ /dev/null @@ -1 +0,0 @@ -1234567890 \ No newline at end of file diff --git a/tests/samples/qrcode-7/01-01.png b/tests/samples/qrcode-7/01-01.png deleted file mode 100644 index 3358f3d..0000000 Binary files a/tests/samples/qrcode-7/01-01.png and /dev/null differ diff --git a/tests/samples/qrcode-7/01-02.png b/tests/samples/qrcode-7/01-02.png deleted file mode 100644 index 343316b..0000000 Binary files a/tests/samples/qrcode-7/01-02.png and /dev/null differ diff --git a/tests/samples/qrcode-7/01-03.png b/tests/samples/qrcode-7/01-03.png deleted file mode 100644 index 7fff534..0000000 Binary files a/tests/samples/qrcode-7/01-03.png and /dev/null differ diff --git a/tests/samples/qrcode-7/01-04.png b/tests/samples/qrcode-7/01-04.png deleted file mode 100644 index 348fc23..0000000 Binary files a/tests/samples/qrcode-7/01-04.png and /dev/null differ diff --git a/tests/samples/qrcode-7/01.result.txt b/tests/samples/qrcode-7/01.result.txt deleted file mode 100644 index 0631ce5..0000000 --- a/tests/samples/qrcode-7/01.result.txt +++ /dev/null @@ -1,6 +0,0 @@ -symbologyIdentifier=]Q1 -# ecLevel not set when "runStructuredAppendTest" -sequenceSize=4 -# sequenceIndex set to -1 in MergeStructuredAppendResults -sequenceIndex=-1 -sequenceId=95 diff --git a/tests/samples/qrcode-7/01.txt b/tests/samples/qrcode-7/01.txt deleted file mode 100644 index 8ac6a93..0000000 --- a/tests/samples/qrcode-7/01.txt +++ /dev/null @@ -1,49 +0,0 @@ -initrd vs initramfs - -Monolithic vs Modular kernel vs MicroKernel - -Monolithic: - All drivers, operations and code to perform kernel related tasks are compilied into the kernel. Interactions with kernel are done through system calls. - advantages: - 1) Less code = less complexity - 2) Less code = smaller size - 3) Less code = fewer bugs and security issues - disadvantages - 1) difficult to patch and test - 2) bugs can affect large parts of system - -Microkernel - Only the fundamental tasks and drives are handled by the kernel - memory management, passing messages between processes. - All other tasks are handled in user space by "servers" or "user-mode servers." - advantages - 1) easier to maintain - 2) testing is easier - can swap patches in and out - disadvantages - 1) Larger running footprint - 2) More complex to interact with - port calls from user-mode servers - 3) Process management can be more complex - -Modular Kernel - A monolithic kernel with binary modules/drivers that can me dynamically loaded or unloaded. - advantages: - 1) Faster and easier development for drivers that can operate as modules - 2) Easier to added drivers/services via modules - disadvantages - 1) More interfaces to pass through increases possibility of bugs - 2) Maintaining modules can be more difficult - - -To be clear, loading a module dynamically into the kernel can incure some overhead compared to having the module compiled into the kernel. But, -this can be offset by having an overall smaller footprint in the monolithic kernel due to not having unnecessary code compiled into the kernel. This -is chiefly beneficial to embedded systems. - - - - - -Resources - -http://www.systhread.net/texts/200510kdiff.php -http://en.wikipedia.org/wiki/Microkernel -http://en.wikipedia.org/wiki/Monolithic_kernel -http://en.wikipedia.org/wiki/Initramfs diff --git a/tests/samples/rss14-1/1.png b/tests/samples/rss14-1/1.png deleted file mode 100644 index b4f2dd9..0000000 Binary files a/tests/samples/rss14-1/1.png and /dev/null differ diff --git a/tests/samples/rss14-1/1.result.txt b/tests/samples/rss14-1/1.result.txt deleted file mode 100644 index 76dbad0..0000000 --- a/tests/samples/rss14-1/1.result.txt +++ /dev/null @@ -1 +0,0 @@ -symbologyIdentifier=]e0 diff --git a/tests/samples/rss14-1/1.txt b/tests/samples/rss14-1/1.txt deleted file mode 100644 index da8b2e7..0000000 --- a/tests/samples/rss14-1/1.txt +++ /dev/null @@ -1 +0,0 @@ -04412345678909 \ No newline at end of file diff --git a/tests/samples/rss14-1/2.png b/tests/samples/rss14-1/2.png deleted file mode 100644 index 4c3b29a..0000000 Binary files a/tests/samples/rss14-1/2.png and /dev/null differ diff --git a/tests/samples/rss14-1/2.txt b/tests/samples/rss14-1/2.txt deleted file mode 100644 index 6a694e3..0000000 --- a/tests/samples/rss14-1/2.txt +++ /dev/null @@ -1 +0,0 @@ -00821935106427 \ No newline at end of file diff --git a/tests/samples/rss14-1/3.png b/tests/samples/rss14-1/3.png deleted file mode 100644 index 77105a4..0000000 Binary files a/tests/samples/rss14-1/3.png and /dev/null differ diff --git a/tests/samples/rss14-1/3.txt b/tests/samples/rss14-1/3.txt deleted file mode 100644 index accc36e..0000000 --- a/tests/samples/rss14-1/3.txt +++ /dev/null @@ -1 +0,0 @@ -00075678164125 \ No newline at end of file diff --git a/tests/samples/rss14-1/4.png b/tests/samples/rss14-1/4.png deleted file mode 100644 index da62a75..0000000 Binary files a/tests/samples/rss14-1/4.png and /dev/null differ diff --git a/tests/samples/rss14-1/4.txt b/tests/samples/rss14-1/4.txt deleted file mode 100644 index b8d2ea4..0000000 --- a/tests/samples/rss14-1/4.txt +++ /dev/null @@ -1 +0,0 @@ -20012345678909 \ No newline at end of file diff --git a/tests/samples/rss14-1/5.png b/tests/samples/rss14-1/5.png deleted file mode 100644 index 648bf02..0000000 Binary files a/tests/samples/rss14-1/5.png and /dev/null differ diff --git a/tests/samples/rss14-1/5.txt b/tests/samples/rss14-1/5.txt deleted file mode 100644 index 50109f5..0000000 --- a/tests/samples/rss14-1/5.txt +++ /dev/null @@ -1 +0,0 @@ -00034567890125 \ No newline at end of file diff --git a/tests/samples/rss14-1/6.png b/tests/samples/rss14-1/6.png deleted file mode 100644 index 2f4cf1f..0000000 Binary files a/tests/samples/rss14-1/6.png and /dev/null differ diff --git a/tests/samples/rss14-1/6.txt b/tests/samples/rss14-1/6.txt deleted file mode 100644 index eabb743..0000000 --- a/tests/samples/rss14-1/6.txt +++ /dev/null @@ -1 +0,0 @@ -00012345678905 \ No newline at end of file diff --git a/tests/samples/rss14-2/11.png b/tests/samples/rss14-2/11.png deleted file mode 100644 index a803d25..0000000 Binary files a/tests/samples/rss14-2/11.png and /dev/null differ diff --git a/tests/samples/rss14-2/11.txt b/tests/samples/rss14-2/11.txt deleted file mode 100644 index adb4ff3..0000000 --- a/tests/samples/rss14-2/11.txt +++ /dev/null @@ -1 +0,0 @@ -02001234567893 \ No newline at end of file diff --git a/tests/samples/rss14-2/13.png b/tests/samples/rss14-2/13.png deleted file mode 100644 index c2306f3..0000000 Binary files a/tests/samples/rss14-2/13.png and /dev/null differ diff --git a/tests/samples/rss14-2/13.txt b/tests/samples/rss14-2/13.txt deleted file mode 100644 index adb4ff3..0000000 --- a/tests/samples/rss14-2/13.txt +++ /dev/null @@ -1 +0,0 @@ -02001234567893 \ No newline at end of file diff --git a/tests/samples/rss14-2/14.png b/tests/samples/rss14-2/14.png deleted file mode 100644 index 9e6cccc..0000000 Binary files a/tests/samples/rss14-2/14.png and /dev/null differ diff --git a/tests/samples/rss14-2/14.txt b/tests/samples/rss14-2/14.txt deleted file mode 100644 index adb4ff3..0000000 --- a/tests/samples/rss14-2/14.txt +++ /dev/null @@ -1 +0,0 @@ -02001234567893 \ No newline at end of file diff --git a/tests/samples/rss14-2/15.png b/tests/samples/rss14-2/15.png deleted file mode 100644 index 8cc62b0..0000000 Binary files a/tests/samples/rss14-2/15.png and /dev/null differ diff --git a/tests/samples/rss14-2/15.txt b/tests/samples/rss14-2/15.txt deleted file mode 100644 index adb4ff3..0000000 --- a/tests/samples/rss14-2/15.txt +++ /dev/null @@ -1 +0,0 @@ -02001234567893 \ No newline at end of file diff --git a/tests/samples/rss14-2/16.png b/tests/samples/rss14-2/16.png deleted file mode 100644 index e919782..0000000 Binary files a/tests/samples/rss14-2/16.png and /dev/null differ diff --git a/tests/samples/rss14-2/16.txt b/tests/samples/rss14-2/16.txt deleted file mode 100644 index adb4ff3..0000000 --- a/tests/samples/rss14-2/16.txt +++ /dev/null @@ -1 +0,0 @@ -02001234567893 \ No newline at end of file diff --git a/tests/samples/rss14-2/17.png b/tests/samples/rss14-2/17.png deleted file mode 100644 index 253139d..0000000 Binary files a/tests/samples/rss14-2/17.png and /dev/null differ diff --git a/tests/samples/rss14-2/17.txt b/tests/samples/rss14-2/17.txt deleted file mode 100644 index adb4ff3..0000000 --- a/tests/samples/rss14-2/17.txt +++ /dev/null @@ -1 +0,0 @@ -02001234567893 \ No newline at end of file diff --git a/tests/samples/rss14-2/18.png b/tests/samples/rss14-2/18.png deleted file mode 100644 index c7d76c9..0000000 Binary files a/tests/samples/rss14-2/18.png and /dev/null differ diff --git a/tests/samples/rss14-2/18.txt b/tests/samples/rss14-2/18.txt deleted file mode 100644 index adb4ff3..0000000 --- a/tests/samples/rss14-2/18.txt +++ /dev/null @@ -1 +0,0 @@ -02001234567893 \ No newline at end of file diff --git a/tests/samples/rss14-2/20.png b/tests/samples/rss14-2/20.png deleted file mode 100644 index 4776755..0000000 Binary files a/tests/samples/rss14-2/20.png and /dev/null differ diff --git a/tests/samples/rss14-2/20.txt b/tests/samples/rss14-2/20.txt deleted file mode 100644 index eabb743..0000000 --- a/tests/samples/rss14-2/20.txt +++ /dev/null @@ -1 +0,0 @@ -00012345678905 \ No newline at end of file diff --git a/tests/samples/rss14-2/21.png b/tests/samples/rss14-2/21.png deleted file mode 100644 index afbb277..0000000 Binary files a/tests/samples/rss14-2/21.png and /dev/null differ diff --git a/tests/samples/rss14-2/21.txt b/tests/samples/rss14-2/21.txt deleted file mode 100644 index eabb743..0000000 --- a/tests/samples/rss14-2/21.txt +++ /dev/null @@ -1 +0,0 @@ -00012345678905 \ No newline at end of file diff --git a/tests/samples/rss14-2/22.png b/tests/samples/rss14-2/22.png deleted file mode 100644 index 15afdf8..0000000 Binary files a/tests/samples/rss14-2/22.png and /dev/null differ diff --git a/tests/samples/rss14-2/22.txt b/tests/samples/rss14-2/22.txt deleted file mode 100644 index eabb743..0000000 --- a/tests/samples/rss14-2/22.txt +++ /dev/null @@ -1 +0,0 @@ -00012345678905 \ No newline at end of file diff --git a/tests/samples/rss14-2/23.png b/tests/samples/rss14-2/23.png deleted file mode 100644 index 4dbfeba..0000000 Binary files a/tests/samples/rss14-2/23.png and /dev/null differ diff --git a/tests/samples/rss14-2/23.txt b/tests/samples/rss14-2/23.txt deleted file mode 100644 index eabb743..0000000 --- a/tests/samples/rss14-2/23.txt +++ /dev/null @@ -1 +0,0 @@ -00012345678905 \ No newline at end of file diff --git a/tests/samples/rss14-2/24.png b/tests/samples/rss14-2/24.png deleted file mode 100644 index a5459ad..0000000 Binary files a/tests/samples/rss14-2/24.png and /dev/null differ diff --git a/tests/samples/rss14-2/24.txt b/tests/samples/rss14-2/24.txt deleted file mode 100644 index eabb743..0000000 --- a/tests/samples/rss14-2/24.txt +++ /dev/null @@ -1 +0,0 @@ -00012345678905 \ No newline at end of file diff --git a/tests/samples/rss14-2/6.png b/tests/samples/rss14-2/6.png deleted file mode 100644 index 474064c..0000000 Binary files a/tests/samples/rss14-2/6.png and /dev/null differ diff --git a/tests/samples/rss14-2/6.txt b/tests/samples/rss14-2/6.txt deleted file mode 100644 index adb4ff3..0000000 --- a/tests/samples/rss14-2/6.txt +++ /dev/null @@ -1 +0,0 @@ -02001234567893 \ No newline at end of file diff --git a/tests/samples/rss14-2/7.png b/tests/samples/rss14-2/7.png deleted file mode 100644 index 41fc612..0000000 Binary files a/tests/samples/rss14-2/7.png and /dev/null differ diff --git a/tests/samples/rss14-2/7.txt b/tests/samples/rss14-2/7.txt deleted file mode 100644 index adb4ff3..0000000 --- a/tests/samples/rss14-2/7.txt +++ /dev/null @@ -1 +0,0 @@ -02001234567893 \ No newline at end of file diff --git a/tests/samples/rss14-2/8.png b/tests/samples/rss14-2/8.png deleted file mode 100644 index fcfabd2..0000000 Binary files a/tests/samples/rss14-2/8.png and /dev/null differ diff --git a/tests/samples/rss14-2/8.txt b/tests/samples/rss14-2/8.txt deleted file mode 100644 index adb4ff3..0000000 --- a/tests/samples/rss14-2/8.txt +++ /dev/null @@ -1 +0,0 @@ -02001234567893 \ No newline at end of file diff --git a/tests/samples/rss14-2/9.png b/tests/samples/rss14-2/9.png deleted file mode 100644 index 3b81f0a..0000000 Binary files a/tests/samples/rss14-2/9.png and /dev/null differ diff --git a/tests/samples/rss14-2/9.txt b/tests/samples/rss14-2/9.txt deleted file mode 100644 index adb4ff3..0000000 --- a/tests/samples/rss14-2/9.txt +++ /dev/null @@ -1 +0,0 @@ -02001234567893 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/1.png b/tests/samples/rssexpanded-1/1.png deleted file mode 100644 index 36569ed..0000000 Binary files a/tests/samples/rssexpanded-1/1.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/1.result.txt b/tests/samples/rssexpanded-1/1.result.txt deleted file mode 100644 index 76dbad0..0000000 --- a/tests/samples/rssexpanded-1/1.result.txt +++ /dev/null @@ -1 +0,0 @@ -symbologyIdentifier=]e0 diff --git a/tests/samples/rssexpanded-1/1.txt b/tests/samples/rssexpanded-1/1.txt deleted file mode 100644 index 199a948..0000000 --- a/tests/samples/rssexpanded-1/1.txt +++ /dev/null @@ -1 +0,0 @@ -11100224171102243102000100 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/10-corrected.png b/tests/samples/rssexpanded-1/10-corrected.png deleted file mode 100644 index 758a182..0000000 Binary files a/tests/samples/rssexpanded-1/10-corrected.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/10-corrected.txt b/tests/samples/rssexpanded-1/10-corrected.txt deleted file mode 100644 index b0885ac..0000000 --- a/tests/samples/rssexpanded-1/10-corrected.txt +++ /dev/null @@ -1 +0,0 @@ -01988987654321061599123131030017501012A42212321123456423012345678901 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/10.png b/tests/samples/rssexpanded-1/10.png deleted file mode 100644 index 2752648..0000000 Binary files a/tests/samples/rssexpanded-1/10.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/10.txt b/tests/samples/rssexpanded-1/10.txt deleted file mode 100644 index b0885ac..0000000 --- a/tests/samples/rssexpanded-1/10.txt +++ /dev/null @@ -1 +0,0 @@ -01988987654321061599123131030017501012A42212321123456423012345678901 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/11.png b/tests/samples/rssexpanded-1/11.png deleted file mode 100644 index f3948b0..0000000 Binary files a/tests/samples/rssexpanded-1/11.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/11.txt b/tests/samples/rssexpanded-1/11.txt deleted file mode 100644 index ea688c1..0000000 --- a/tests/samples/rssexpanded-1/11.txt +++ /dev/null @@ -1 +0,0 @@ -01988987654321061599123131030017501012A42212321123456 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/12.png b/tests/samples/rssexpanded-1/12.png deleted file mode 100644 index 7f89521..0000000 Binary files a/tests/samples/rssexpanded-1/12.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/12.txt b/tests/samples/rssexpanded-1/12.txt deleted file mode 100644 index 9b255f9..0000000 --- a/tests/samples/rssexpanded-1/12.txt +++ /dev/null @@ -1 +0,0 @@ -01988987654321063103001750 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/13.png b/tests/samples/rssexpanded-1/13.png deleted file mode 100644 index 5bcf683..0000000 Binary files a/tests/samples/rssexpanded-1/13.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/13.txt b/tests/samples/rssexpanded-1/13.txt deleted file mode 100644 index 1d29f26..0000000 --- a/tests/samples/rssexpanded-1/13.txt +++ /dev/null @@ -1 +0,0 @@ -01900123456789083922795 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/14.png b/tests/samples/rssexpanded-1/14.png deleted file mode 100644 index 71831a9..0000000 Binary files a/tests/samples/rssexpanded-1/14.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/14.txt b/tests/samples/rssexpanded-1/14.txt deleted file mode 100644 index 1be59ac..0000000 --- a/tests/samples/rssexpanded-1/14.txt +++ /dev/null @@ -1 +0,0 @@ -019001234567890839320401234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/15.png b/tests/samples/rssexpanded-1/15.png deleted file mode 100644 index 67c4198..0000000 Binary files a/tests/samples/rssexpanded-1/15.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/15.txt b/tests/samples/rssexpanded-1/15.txt deleted file mode 100644 index 4d6883f..0000000 --- a/tests/samples/rssexpanded-1/15.txt +++ /dev/null @@ -1 +0,0 @@ -0190012345678908310200175011100312 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/16.png b/tests/samples/rssexpanded-1/16.png deleted file mode 100644 index d9280ff..0000000 Binary files a/tests/samples/rssexpanded-1/16.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/16.txt b/tests/samples/rssexpanded-1/16.txt deleted file mode 100644 index 082bbe5..0000000 --- a/tests/samples/rssexpanded-1/16.txt +++ /dev/null @@ -1 +0,0 @@ -0190012345678908320200175011100312 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/17.png b/tests/samples/rssexpanded-1/17.png deleted file mode 100644 index ebe4a8a..0000000 Binary files a/tests/samples/rssexpanded-1/17.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/17.txt b/tests/samples/rssexpanded-1/17.txt deleted file mode 100644 index 8df8043..0000000 --- a/tests/samples/rssexpanded-1/17.txt +++ /dev/null @@ -1 +0,0 @@ -0190012345678908310200175013100312 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/18.png b/tests/samples/rssexpanded-1/18.png deleted file mode 100644 index 6463459..0000000 Binary files a/tests/samples/rssexpanded-1/18.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/18.txt b/tests/samples/rssexpanded-1/18.txt deleted file mode 100644 index fd734e7..0000000 --- a/tests/samples/rssexpanded-1/18.txt +++ /dev/null @@ -1 +0,0 @@ -0190012345678908320200175013100312 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/19.png b/tests/samples/rssexpanded-1/19.png deleted file mode 100644 index 7624ef5..0000000 Binary files a/tests/samples/rssexpanded-1/19.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/19.txt b/tests/samples/rssexpanded-1/19.txt deleted file mode 100644 index b973bbd..0000000 --- a/tests/samples/rssexpanded-1/19.txt +++ /dev/null @@ -1 +0,0 @@ -0190012345678908310200175015100312 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/2.png b/tests/samples/rssexpanded-1/2.png deleted file mode 100644 index 131548d..0000000 Binary files a/tests/samples/rssexpanded-1/2.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/2.txt b/tests/samples/rssexpanded-1/2.txt deleted file mode 100644 index aee1d62..0000000 --- a/tests/samples/rssexpanded-1/2.txt +++ /dev/null @@ -1 +0,0 @@ -01900123456789083103001750 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/20.png b/tests/samples/rssexpanded-1/20.png deleted file mode 100644 index 430ac41..0000000 Binary files a/tests/samples/rssexpanded-1/20.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/20.txt b/tests/samples/rssexpanded-1/20.txt deleted file mode 100644 index 28f9159..0000000 --- a/tests/samples/rssexpanded-1/20.txt +++ /dev/null @@ -1 +0,0 @@ -0190012345678908320200175015100312 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/21.png b/tests/samples/rssexpanded-1/21.png deleted file mode 100644 index f75f481..0000000 Binary files a/tests/samples/rssexpanded-1/21.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/21.txt b/tests/samples/rssexpanded-1/21.txt deleted file mode 100644 index b7dfdd3..0000000 --- a/tests/samples/rssexpanded-1/21.txt +++ /dev/null @@ -1 +0,0 @@ -0190012345678908310200175017100312 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/22.png b/tests/samples/rssexpanded-1/22.png deleted file mode 100644 index a6ef92b..0000000 Binary files a/tests/samples/rssexpanded-1/22.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/22.txt b/tests/samples/rssexpanded-1/22.txt deleted file mode 100644 index 32c140c..0000000 --- a/tests/samples/rssexpanded-1/22.txt +++ /dev/null @@ -1 +0,0 @@ -0190012345678908320200175017100312 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/23.png b/tests/samples/rssexpanded-1/23.png deleted file mode 100644 index 72d0282..0000000 Binary files a/tests/samples/rssexpanded-1/23.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/23.txt b/tests/samples/rssexpanded-1/23.txt deleted file mode 100644 index 8f58a2c..0000000 --- a/tests/samples/rssexpanded-1/23.txt +++ /dev/null @@ -1 +0,0 @@ -105678911010101 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/24.png b/tests/samples/rssexpanded-1/24.png deleted file mode 100644 index bb60ed2..0000000 Binary files a/tests/samples/rssexpanded-1/24.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/24.txt b/tests/samples/rssexpanded-1/24.txt deleted file mode 100644 index b236cb3..0000000 --- a/tests/samples/rssexpanded-1/24.txt +++ /dev/null @@ -1 +0,0 @@ -1056789011010101 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/25.png b/tests/samples/rssexpanded-1/25.png deleted file mode 100644 index e56fa4a..0000000 Binary files a/tests/samples/rssexpanded-1/25.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/25.txt b/tests/samples/rssexpanded-1/25.txt deleted file mode 100644 index 3bbd5e5..0000000 --- a/tests/samples/rssexpanded-1/25.txt +++ /dev/null @@ -1 +0,0 @@ -10123 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/26.png b/tests/samples/rssexpanded-1/26.png deleted file mode 100644 index 486f43d..0000000 Binary files a/tests/samples/rssexpanded-1/26.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/26.txt b/tests/samples/rssexpanded-1/26.txt deleted file mode 100644 index efff0d4..0000000 --- a/tests/samples/rssexpanded-1/26.txt +++ /dev/null @@ -1 +0,0 @@ -10567811010101 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/27.png b/tests/samples/rssexpanded-1/27.png deleted file mode 100644 index 87d5024..0000000 Binary files a/tests/samples/rssexpanded-1/27.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/27.txt b/tests/samples/rssexpanded-1/27.txt deleted file mode 100644 index a6113cb..0000000 --- a/tests/samples/rssexpanded-1/27.txt +++ /dev/null @@ -1 +0,0 @@ -101098-1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/28.png b/tests/samples/rssexpanded-1/28.png deleted file mode 100644 index 60ffb2d..0000000 Binary files a/tests/samples/rssexpanded-1/28.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/28.txt b/tests/samples/rssexpanded-1/28.txt deleted file mode 100644 index 4921a32..0000000 --- a/tests/samples/rssexpanded-1/28.txt +++ /dev/null @@ -1 +0,0 @@ -101098/1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/29.png b/tests/samples/rssexpanded-1/29.png deleted file mode 100644 index 0e33130..0000000 Binary files a/tests/samples/rssexpanded-1/29.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/29.txt b/tests/samples/rssexpanded-1/29.txt deleted file mode 100644 index 37d26ab..0000000 --- a/tests/samples/rssexpanded-1/29.txt +++ /dev/null @@ -1 +0,0 @@ -101098.1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/3.png b/tests/samples/rssexpanded-1/3.png deleted file mode 100644 index 2945639..0000000 Binary files a/tests/samples/rssexpanded-1/3.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/3.txt b/tests/samples/rssexpanded-1/3.txt deleted file mode 100644 index 9a7b90a..0000000 --- a/tests/samples/rssexpanded-1/3.txt +++ /dev/null @@ -1 +0,0 @@ -1012A \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/30.png b/tests/samples/rssexpanded-1/30.png deleted file mode 100644 index 629bee8..0000000 Binary files a/tests/samples/rssexpanded-1/30.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/30.txt b/tests/samples/rssexpanded-1/30.txt deleted file mode 100644 index 9bb5c07..0000000 --- a/tests/samples/rssexpanded-1/30.txt +++ /dev/null @@ -1 +0,0 @@ -101098*1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/31.png b/tests/samples/rssexpanded-1/31.png deleted file mode 100644 index afd945a..0000000 Binary files a/tests/samples/rssexpanded-1/31.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/31.txt b/tests/samples/rssexpanded-1/31.txt deleted file mode 100644 index 203ccbb..0000000 --- a/tests/samples/rssexpanded-1/31.txt +++ /dev/null @@ -1 +0,0 @@ -101098,1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/32.png b/tests/samples/rssexpanded-1/32.png deleted file mode 100644 index 93c76d9..0000000 Binary files a/tests/samples/rssexpanded-1/32.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/32.txt b/tests/samples/rssexpanded-1/32.txt deleted file mode 100644 index 8f35538..0000000 --- a/tests/samples/rssexpanded-1/32.txt +++ /dev/null @@ -1 +0,0 @@ -1599123131030017501012A422123211234564230123456789012 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/384.png b/tests/samples/rssexpanded-1/384.png deleted file mode 100644 index 5366aa7..0000000 Binary files a/tests/samples/rssexpanded-1/384.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/384.txt b/tests/samples/rssexpanded-1/384.txt deleted file mode 100644 index 1879fa3..0000000 --- a/tests/samples/rssexpanded-1/384.txt +++ /dev/null @@ -1 +0,0 @@ -0100000000000000 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/4.png b/tests/samples/rssexpanded-1/4.png deleted file mode 100644 index 690e178..0000000 Binary files a/tests/samples/rssexpanded-1/4.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/4.txt b/tests/samples/rssexpanded-1/4.txt deleted file mode 100644 index 395fb68..0000000 --- a/tests/samples/rssexpanded-1/4.txt +++ /dev/null @@ -1 +0,0 @@ -0198898765432106320201234515991231 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/5.png b/tests/samples/rssexpanded-1/5.png deleted file mode 100644 index f439689..0000000 Binary files a/tests/samples/rssexpanded-1/5.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/5.txt b/tests/samples/rssexpanded-1/5.txt deleted file mode 100644 index cc3ec9d..0000000 --- a/tests/samples/rssexpanded-1/5.txt +++ /dev/null @@ -1 +0,0 @@ -01906141410000153202000150 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/6.png b/tests/samples/rssexpanded-1/6.png deleted file mode 100644 index c5ff9ac..0000000 Binary files a/tests/samples/rssexpanded-1/6.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/6.txt b/tests/samples/rssexpanded-1/6.txt deleted file mode 100644 index a0bb85e..0000000 --- a/tests/samples/rssexpanded-1/6.txt +++ /dev/null @@ -1 +0,0 @@ -10567019001234567890811010101 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/7.png b/tests/samples/rssexpanded-1/7.png deleted file mode 100644 index 6f29180..0000000 Binary files a/tests/samples/rssexpanded-1/7.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/7.txt b/tests/samples/rssexpanded-1/7.txt deleted file mode 100644 index 258e2f0..0000000 --- a/tests/samples/rssexpanded-1/7.txt +++ /dev/null @@ -1 +0,0 @@ -1056711010101 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/8.png b/tests/samples/rssexpanded-1/8.png deleted file mode 100644 index 983eec8..0000000 Binary files a/tests/samples/rssexpanded-1/8.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/8.txt b/tests/samples/rssexpanded-1/8.txt deleted file mode 100644 index aeec179..0000000 --- a/tests/samples/rssexpanded-1/8.txt +++ /dev/null @@ -1 +0,0 @@ -105671101010113010101 \ No newline at end of file diff --git a/tests/samples/rssexpanded-1/9.png b/tests/samples/rssexpanded-1/9.png deleted file mode 100644 index cf656a5..0000000 Binary files a/tests/samples/rssexpanded-1/9.png and /dev/null differ diff --git a/tests/samples/rssexpanded-1/9.txt b/tests/samples/rssexpanded-1/9.txt deleted file mode 100644 index 0aa6205..0000000 --- a/tests/samples/rssexpanded-1/9.txt +++ /dev/null @@ -1 +0,0 @@ -105673102123456 \ No newline at end of file diff --git a/tests/samples/rssexpanded-2/12.png b/tests/samples/rssexpanded-2/12.png deleted file mode 100644 index 9e5808d..0000000 Binary files a/tests/samples/rssexpanded-2/12.png and /dev/null differ diff --git a/tests/samples/rssexpanded-2/12.txt b/tests/samples/rssexpanded-2/12.txt deleted file mode 100644 index 9b255f9..0000000 --- a/tests/samples/rssexpanded-2/12.txt +++ /dev/null @@ -1 +0,0 @@ -01988987654321063103001750 \ No newline at end of file diff --git a/tests/samples/rssexpanded-2/16.png b/tests/samples/rssexpanded-2/16.png deleted file mode 100644 index e6bd128..0000000 Binary files a/tests/samples/rssexpanded-2/16.png and /dev/null differ diff --git a/tests/samples/rssexpanded-2/16.txt b/tests/samples/rssexpanded-2/16.txt deleted file mode 100644 index 082bbe5..0000000 --- a/tests/samples/rssexpanded-2/16.txt +++ /dev/null @@ -1 +0,0 @@ -0190012345678908320200175011100312 \ No newline at end of file diff --git a/tests/samples/rssexpanded-2/17.png b/tests/samples/rssexpanded-2/17.png deleted file mode 100644 index 500e95f..0000000 Binary files a/tests/samples/rssexpanded-2/17.png and /dev/null differ diff --git a/tests/samples/rssexpanded-2/17.txt b/tests/samples/rssexpanded-2/17.txt deleted file mode 100644 index 8df8043..0000000 --- a/tests/samples/rssexpanded-2/17.txt +++ /dev/null @@ -1 +0,0 @@ -0190012345678908310200175013100312 \ No newline at end of file diff --git a/tests/samples/rssexpanded-2/18.png b/tests/samples/rssexpanded-2/18.png deleted file mode 100644 index e073f94..0000000 Binary files a/tests/samples/rssexpanded-2/18.png and /dev/null differ diff --git a/tests/samples/rssexpanded-2/18.txt b/tests/samples/rssexpanded-2/18.txt deleted file mode 100644 index fd734e7..0000000 --- a/tests/samples/rssexpanded-2/18.txt +++ /dev/null @@ -1 +0,0 @@ -0190012345678908320200175013100312 \ No newline at end of file diff --git a/tests/samples/rssexpanded-2/3_01.png b/tests/samples/rssexpanded-2/3_01.png deleted file mode 100644 index 130b0e7..0000000 Binary files a/tests/samples/rssexpanded-2/3_01.png and /dev/null differ diff --git a/tests/samples/rssexpanded-2/3_01.txt b/tests/samples/rssexpanded-2/3_01.txt deleted file mode 100644 index 9a7b90a..0000000 --- a/tests/samples/rssexpanded-2/3_01.txt +++ /dev/null @@ -1 +0,0 @@ -1012A \ No newline at end of file diff --git a/tests/samples/rssexpanded-2/3_02.png b/tests/samples/rssexpanded-2/3_02.png deleted file mode 100644 index 5c3d794..0000000 Binary files a/tests/samples/rssexpanded-2/3_02.png and /dev/null differ diff --git a/tests/samples/rssexpanded-2/3_02.txt b/tests/samples/rssexpanded-2/3_02.txt deleted file mode 100644 index 9a7b90a..0000000 --- a/tests/samples/rssexpanded-2/3_02.txt +++ /dev/null @@ -1 +0,0 @@ -1012A \ No newline at end of file diff --git a/tests/samples/rssexpanded-2/3_05.png b/tests/samples/rssexpanded-2/3_05.png deleted file mode 100644 index fd9922f..0000000 Binary files a/tests/samples/rssexpanded-2/3_05.png and /dev/null differ diff --git a/tests/samples/rssexpanded-2/3_05.txt b/tests/samples/rssexpanded-2/3_05.txt deleted file mode 100644 index 9a7b90a..0000000 --- a/tests/samples/rssexpanded-2/3_05.txt +++ /dev/null @@ -1 +0,0 @@ -1012A \ No newline at end of file diff --git a/tests/samples/rssexpanded-2/3_06.png b/tests/samples/rssexpanded-2/3_06.png deleted file mode 100644 index 6f519b0..0000000 Binary files a/tests/samples/rssexpanded-2/3_06.png and /dev/null differ diff --git a/tests/samples/rssexpanded-2/3_06.txt b/tests/samples/rssexpanded-2/3_06.txt deleted file mode 100644 index 9a7b90a..0000000 --- a/tests/samples/rssexpanded-2/3_06.txt +++ /dev/null @@ -1 +0,0 @@ -1012A \ No newline at end of file diff --git a/tests/samples/rssexpanded-2/3_07.png b/tests/samples/rssexpanded-2/3_07.png deleted file mode 100644 index e0b1913..0000000 Binary files a/tests/samples/rssexpanded-2/3_07.png and /dev/null differ diff --git a/tests/samples/rssexpanded-2/3_07.txt b/tests/samples/rssexpanded-2/3_07.txt deleted file mode 100644 index 9a7b90a..0000000 --- a/tests/samples/rssexpanded-2/3_07.txt +++ /dev/null @@ -1 +0,0 @@ -1012A \ No newline at end of file diff --git a/tests/samples/rssexpanded-2/3_09.png b/tests/samples/rssexpanded-2/3_09.png deleted file mode 100644 index 80b73d7..0000000 Binary files a/tests/samples/rssexpanded-2/3_09.png and /dev/null differ diff --git a/tests/samples/rssexpanded-2/3_09.txt b/tests/samples/rssexpanded-2/3_09.txt deleted file mode 100644 index 9a7b90a..0000000 --- a/tests/samples/rssexpanded-2/3_09.txt +++ /dev/null @@ -1 +0,0 @@ -1012A \ No newline at end of file diff --git a/tests/samples/rssexpanded-2/4_00.png b/tests/samples/rssexpanded-2/4_00.png deleted file mode 100644 index 01f32ed..0000000 Binary files a/tests/samples/rssexpanded-2/4_00.png and /dev/null differ diff --git a/tests/samples/rssexpanded-2/4_00.txt b/tests/samples/rssexpanded-2/4_00.txt deleted file mode 100644 index 395fb68..0000000 --- a/tests/samples/rssexpanded-2/4_00.txt +++ /dev/null @@ -1 +0,0 @@ -0198898765432106320201234515991231 \ No newline at end of file diff --git a/tests/samples/rssexpanded-2/4_02.png b/tests/samples/rssexpanded-2/4_02.png deleted file mode 100644 index 2d3732a..0000000 Binary files a/tests/samples/rssexpanded-2/4_02.png and /dev/null differ diff --git a/tests/samples/rssexpanded-2/4_02.txt b/tests/samples/rssexpanded-2/4_02.txt deleted file mode 100644 index 395fb68..0000000 --- a/tests/samples/rssexpanded-2/4_02.txt +++ /dev/null @@ -1 +0,0 @@ -0198898765432106320201234515991231 \ No newline at end of file diff --git a/tests/samples/rssexpanded-2/4_03.png b/tests/samples/rssexpanded-2/4_03.png deleted file mode 100644 index 259168b..0000000 Binary files a/tests/samples/rssexpanded-2/4_03.png and /dev/null differ diff --git a/tests/samples/rssexpanded-2/4_03.txt b/tests/samples/rssexpanded-2/4_03.txt deleted file mode 100644 index 395fb68..0000000 --- a/tests/samples/rssexpanded-2/4_03.txt +++ /dev/null @@ -1 +0,0 @@ -0198898765432106320201234515991231 \ No newline at end of file diff --git a/tests/samples/rssexpanded-2/4_04.png b/tests/samples/rssexpanded-2/4_04.png deleted file mode 100644 index b6c0a8f..0000000 Binary files a/tests/samples/rssexpanded-2/4_04.png and /dev/null differ diff --git a/tests/samples/rssexpanded-2/4_04.txt b/tests/samples/rssexpanded-2/4_04.txt deleted file mode 100644 index 395fb68..0000000 --- a/tests/samples/rssexpanded-2/4_04.txt +++ /dev/null @@ -1 +0,0 @@ -0198898765432106320201234515991231 \ No newline at end of file diff --git a/tests/samples/rssexpanded-2/5.png b/tests/samples/rssexpanded-2/5.png deleted file mode 100644 index 606c8f6..0000000 Binary files a/tests/samples/rssexpanded-2/5.png and /dev/null differ diff --git a/tests/samples/rssexpanded-2/5.txt b/tests/samples/rssexpanded-2/5.txt deleted file mode 100644 index cc3ec9d..0000000 --- a/tests/samples/rssexpanded-2/5.txt +++ /dev/null @@ -1 +0,0 @@ -01906141410000153202000150 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/1.png b/tests/samples/rssexpanded-3/1.png deleted file mode 100644 index 2e7a029..0000000 Binary files a/tests/samples/rssexpanded-3/1.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/1.txt b/tests/samples/rssexpanded-3/1.txt deleted file mode 100644 index 4a607fa..0000000 --- a/tests/samples/rssexpanded-3/1.txt +++ /dev/null @@ -1 +0,0 @@ -0190012345678908310301223315991231 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/10.png b/tests/samples/rssexpanded-3/10.png deleted file mode 100644 index 3b1d7d0..0000000 Binary files a/tests/samples/rssexpanded-3/10.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/10.txt b/tests/samples/rssexpanded-3/10.txt deleted file mode 100644 index 410a24b..0000000 --- a/tests/samples/rssexpanded-3/10.txt +++ /dev/null @@ -1 +0,0 @@ -01900123456789083203010000 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/100.png b/tests/samples/rssexpanded-3/100.png deleted file mode 100644 index c53a5ac..0000000 Binary files a/tests/samples/rssexpanded-3/100.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/100.txt b/tests/samples/rssexpanded-3/100.txt deleted file mode 100644 index 07d4b42..0000000 --- a/tests/samples/rssexpanded-3/100.txt +++ /dev/null @@ -1 +0,0 @@ -101098 1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/101.png b/tests/samples/rssexpanded-3/101.png deleted file mode 100644 index d7cc2a7..0000000 Binary files a/tests/samples/rssexpanded-3/101.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/101.txt b/tests/samples/rssexpanded-3/101.txt deleted file mode 100644 index 8dda74e..0000000 --- a/tests/samples/rssexpanded-3/101.txt +++ /dev/null @@ -1 +0,0 @@ -10123456A \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/102.png b/tests/samples/rssexpanded-3/102.png deleted file mode 100644 index 6289950..0000000 Binary files a/tests/samples/rssexpanded-3/102.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/102.txt b/tests/samples/rssexpanded-3/102.txt deleted file mode 100644 index 9638dbe..0000000 --- a/tests/samples/rssexpanded-3/102.txt +++ /dev/null @@ -1 +0,0 @@ -10123456A1 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/103.png b/tests/samples/rssexpanded-3/103.png deleted file mode 100644 index 170ed36..0000000 Binary files a/tests/samples/rssexpanded-3/103.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/103.txt b/tests/samples/rssexpanded-3/103.txt deleted file mode 100644 index 90e6765..0000000 --- a/tests/samples/rssexpanded-3/103.txt +++ /dev/null @@ -1 +0,0 @@ -10123456A123 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/104.png b/tests/samples/rssexpanded-3/104.png deleted file mode 100644 index a9d213c..0000000 Binary files a/tests/samples/rssexpanded-3/104.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/104.txt b/tests/samples/rssexpanded-3/104.txt deleted file mode 100644 index c894b12..0000000 --- a/tests/samples/rssexpanded-3/104.txt +++ /dev/null @@ -1 +0,0 @@ -10123456A1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/105.png b/tests/samples/rssexpanded-3/105.png deleted file mode 100644 index cfd2674..0000000 Binary files a/tests/samples/rssexpanded-3/105.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/105.txt b/tests/samples/rssexpanded-3/105.txt deleted file mode 100644 index 0019761..0000000 --- a/tests/samples/rssexpanded-3/105.txt +++ /dev/null @@ -1 +0,0 @@ -10123456A1234A \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/106.png b/tests/samples/rssexpanded-3/106.png deleted file mode 100644 index c285ff7..0000000 Binary files a/tests/samples/rssexpanded-3/106.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/106.txt b/tests/samples/rssexpanded-3/106.txt deleted file mode 100644 index fc70522..0000000 --- a/tests/samples/rssexpanded-3/106.txt +++ /dev/null @@ -1 +0,0 @@ -10123456A123456 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/107.png b/tests/samples/rssexpanded-3/107.png deleted file mode 100644 index d16848f..0000000 Binary files a/tests/samples/rssexpanded-3/107.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/107.txt b/tests/samples/rssexpanded-3/107.txt deleted file mode 100644 index b1a0a89..0000000 --- a/tests/samples/rssexpanded-3/107.txt +++ /dev/null @@ -1 +0,0 @@ -10123456A12345678 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/108-corrected.png b/tests/samples/rssexpanded-3/108-corrected.png deleted file mode 100644 index 6e766ea..0000000 Binary files a/tests/samples/rssexpanded-3/108-corrected.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/108-corrected.txt b/tests/samples/rssexpanded-3/108-corrected.txt deleted file mode 100644 index b7ca18f..0000000 --- a/tests/samples/rssexpanded-3/108-corrected.txt +++ /dev/null @@ -1 +0,0 @@ -10123456A1234A15991231 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/108.png b/tests/samples/rssexpanded-3/108.png deleted file mode 100644 index a701661..0000000 Binary files a/tests/samples/rssexpanded-3/108.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/108.txt b/tests/samples/rssexpanded-3/108.txt deleted file mode 100644 index b7ca18f..0000000 --- a/tests/samples/rssexpanded-3/108.txt +++ /dev/null @@ -1 +0,0 @@ -10123456A1234A15991231 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/109.png b/tests/samples/rssexpanded-3/109.png deleted file mode 100644 index 22da6f2..0000000 Binary files a/tests/samples/rssexpanded-3/109.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/109.txt b/tests/samples/rssexpanded-3/109.txt deleted file mode 100644 index c906388..0000000 --- a/tests/samples/rssexpanded-3/109.txt +++ /dev/null @@ -1 +0,0 @@ -101ABCDEF;:/1234567 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/11.png b/tests/samples/rssexpanded-3/11.png deleted file mode 100644 index c8b6464..0000000 Binary files a/tests/samples/rssexpanded-3/11.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/11.txt b/tests/samples/rssexpanded-3/11.txt deleted file mode 100644 index 868c296..0000000 --- a/tests/samples/rssexpanded-3/11.txt +++ /dev/null @@ -1 +0,0 @@ -01900123456789083203032767 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/110.png b/tests/samples/rssexpanded-3/110.png deleted file mode 100644 index 73e75b5..0000000 Binary files a/tests/samples/rssexpanded-3/110.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/110.txt b/tests/samples/rssexpanded-3/110.txt deleted file mode 100644 index a8e72e0..0000000 --- a/tests/samples/rssexpanded-3/110.txt +++ /dev/null @@ -1 +0,0 @@ -101ABCDEF;:/ABCDEFG \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/111.png b/tests/samples/rssexpanded-3/111.png deleted file mode 100644 index 9d69994..0000000 Binary files a/tests/samples/rssexpanded-3/111.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/111.txt b/tests/samples/rssexpanded-3/111.txt deleted file mode 100644 index 5e59f66..0000000 --- a/tests/samples/rssexpanded-3/111.txt +++ /dev/null @@ -1 +0,0 @@ -101;:/ABCDEFGHIJKLM \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/112.png b/tests/samples/rssexpanded-3/112.png deleted file mode 100644 index 3f011e0..0000000 Binary files a/tests/samples/rssexpanded-3/112.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/112.txt b/tests/samples/rssexpanded-3/112.txt deleted file mode 100644 index 41d6022..0000000 --- a/tests/samples/rssexpanded-3/112.txt +++ /dev/null @@ -1 +0,0 @@ -101;:/0123456789012 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/113.png b/tests/samples/rssexpanded-3/113.png deleted file mode 100644 index 4fe7d7c..0000000 Binary files a/tests/samples/rssexpanded-3/113.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/113.txt b/tests/samples/rssexpanded-3/113.txt deleted file mode 100644 index 1778e17..0000000 --- a/tests/samples/rssexpanded-3/113.txt +++ /dev/null @@ -1 +0,0 @@ -101;:/0123 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/114.png b/tests/samples/rssexpanded-3/114.png deleted file mode 100644 index 349484b..0000000 Binary files a/tests/samples/rssexpanded-3/114.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/114.txt b/tests/samples/rssexpanded-3/114.txt deleted file mode 100644 index 21abbac..0000000 --- a/tests/samples/rssexpanded-3/114.txt +++ /dev/null @@ -1 +0,0 @@ -101;:/012315991231 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/115.png b/tests/samples/rssexpanded-3/115.png deleted file mode 100644 index cdbe230..0000000 Binary files a/tests/samples/rssexpanded-3/115.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/115.txt b/tests/samples/rssexpanded-3/115.txt deleted file mode 100644 index 97a55e1..0000000 --- a/tests/samples/rssexpanded-3/115.txt +++ /dev/null @@ -1 +0,0 @@ -101 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/116.png b/tests/samples/rssexpanded-3/116.png deleted file mode 100644 index 7488f8c..0000000 Binary files a/tests/samples/rssexpanded-3/116.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/116.txt b/tests/samples/rssexpanded-3/116.txt deleted file mode 100644 index 9a7b90a..0000000 --- a/tests/samples/rssexpanded-3/116.txt +++ /dev/null @@ -1 +0,0 @@ -1012A \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/117.png b/tests/samples/rssexpanded-3/117.png deleted file mode 100644 index e56fa4a..0000000 Binary files a/tests/samples/rssexpanded-3/117.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/117.txt b/tests/samples/rssexpanded-3/117.txt deleted file mode 100644 index 3bbd5e5..0000000 --- a/tests/samples/rssexpanded-3/117.txt +++ /dev/null @@ -1 +0,0 @@ -10123 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/12.png b/tests/samples/rssexpanded-3/12.png deleted file mode 100644 index 6493c71..0000000 Binary files a/tests/samples/rssexpanded-3/12.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/12.txt b/tests/samples/rssexpanded-3/12.txt deleted file mode 100644 index 1d29f26..0000000 --- a/tests/samples/rssexpanded-3/12.txt +++ /dev/null @@ -1 +0,0 @@ -01900123456789083922795 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/13.png b/tests/samples/rssexpanded-3/13.png deleted file mode 100644 index 3d37479..0000000 Binary files a/tests/samples/rssexpanded-3/13.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/13.txt b/tests/samples/rssexpanded-3/13.txt deleted file mode 100644 index ac550ef..0000000 --- a/tests/samples/rssexpanded-3/13.txt +++ /dev/null @@ -1 +0,0 @@ -01900123456789083922795888888888888888888888888888888888888888888888888888 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/14.png b/tests/samples/rssexpanded-3/14.png deleted file mode 100644 index fb761ab..0000000 Binary files a/tests/samples/rssexpanded-3/14.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/14.txt b/tests/samples/rssexpanded-3/14.txt deleted file mode 100644 index 1be59ac..0000000 --- a/tests/samples/rssexpanded-3/14.txt +++ /dev/null @@ -1 +0,0 @@ -019001234567890839320401234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/15.png b/tests/samples/rssexpanded-3/15.png deleted file mode 100644 index e04fde0..0000000 Binary files a/tests/samples/rssexpanded-3/15.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/15.txt b/tests/samples/rssexpanded-3/15.txt deleted file mode 100644 index d2e6b8f..0000000 --- a/tests/samples/rssexpanded-3/15.txt +++ /dev/null @@ -1 +0,0 @@ -010001234567890510ABC123 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/16.png b/tests/samples/rssexpanded-3/16.png deleted file mode 100644 index 68a7d67..0000000 Binary files a/tests/samples/rssexpanded-3/16.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/16.txt b/tests/samples/rssexpanded-3/16.txt deleted file mode 100644 index 8fce00b..0000000 --- a/tests/samples/rssexpanded-3/16.txt +++ /dev/null @@ -1 +0,0 @@ -011234567890123110UNIVERSITY-OF-DEUSTO \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/17.png b/tests/samples/rssexpanded-3/17.png deleted file mode 100644 index 0399470..0000000 Binary files a/tests/samples/rssexpanded-3/17.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/17.txt b/tests/samples/rssexpanded-3/17.txt deleted file mode 100644 index f639b98..0000000 --- a/tests/samples/rssexpanded-3/17.txt +++ /dev/null @@ -1 +0,0 @@ -011234567890123110PIRAMIDE-PROJECT \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/18.png b/tests/samples/rssexpanded-3/18.png deleted file mode 100644 index d15d8d1..0000000 Binary files a/tests/samples/rssexpanded-3/18.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/18.txt b/tests/samples/rssexpanded-3/18.txt deleted file mode 100644 index 41a8e0f..0000000 --- a/tests/samples/rssexpanded-3/18.txt +++ /dev/null @@ -1 +0,0 @@ -011234567890123110TREELOGIC \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/19.png b/tests/samples/rssexpanded-3/19.png deleted file mode 100644 index 486f43d..0000000 Binary files a/tests/samples/rssexpanded-3/19.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/19.txt b/tests/samples/rssexpanded-3/19.txt deleted file mode 100644 index efff0d4..0000000 --- a/tests/samples/rssexpanded-3/19.txt +++ /dev/null @@ -1 +0,0 @@ -10567811010101 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/2.png b/tests/samples/rssexpanded-3/2.png deleted file mode 100644 index 759048a..0000000 Binary files a/tests/samples/rssexpanded-3/2.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/2.txt b/tests/samples/rssexpanded-3/2.txt deleted file mode 100644 index 6a2bd9c..0000000 --- a/tests/samples/rssexpanded-3/2.txt +++ /dev/null @@ -1 +0,0 @@ -0191234567980129310301223315991231 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/20.png b/tests/samples/rssexpanded-3/20.png deleted file mode 100644 index 7a81b12..0000000 Binary files a/tests/samples/rssexpanded-3/20.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/20.txt b/tests/samples/rssexpanded-3/20.txt deleted file mode 100644 index 1fe9058..0000000 --- a/tests/samples/rssexpanded-3/20.txt +++ /dev/null @@ -1 +0,0 @@ -10567811001010 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/21.png b/tests/samples/rssexpanded-3/21.png deleted file mode 100644 index bb60ed2..0000000 Binary files a/tests/samples/rssexpanded-3/21.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/21.txt b/tests/samples/rssexpanded-3/21.txt deleted file mode 100644 index b236cb3..0000000 --- a/tests/samples/rssexpanded-3/21.txt +++ /dev/null @@ -1 +0,0 @@ -1056789011010101 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/22.png b/tests/samples/rssexpanded-3/22.png deleted file mode 100644 index c34fbbb..0000000 Binary files a/tests/samples/rssexpanded-3/22.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/22.txt b/tests/samples/rssexpanded-3/22.txt deleted file mode 100644 index 258e2f0..0000000 --- a/tests/samples/rssexpanded-3/22.txt +++ /dev/null @@ -1 +0,0 @@ -1056711010101 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/23.png b/tests/samples/rssexpanded-3/23.png deleted file mode 100644 index 87d5024..0000000 Binary files a/tests/samples/rssexpanded-3/23.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/23.txt b/tests/samples/rssexpanded-3/23.txt deleted file mode 100644 index a6113cb..0000000 --- a/tests/samples/rssexpanded-3/23.txt +++ /dev/null @@ -1 +0,0 @@ -101098-1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/24.png b/tests/samples/rssexpanded-3/24.png deleted file mode 100644 index afd945a..0000000 Binary files a/tests/samples/rssexpanded-3/24.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/24.txt b/tests/samples/rssexpanded-3/24.txt deleted file mode 100644 index 203ccbb..0000000 --- a/tests/samples/rssexpanded-3/24.txt +++ /dev/null @@ -1 +0,0 @@ -101098,1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/25.png b/tests/samples/rssexpanded-3/25.png deleted file mode 100644 index 60ffb2d..0000000 Binary files a/tests/samples/rssexpanded-3/25.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/25.txt b/tests/samples/rssexpanded-3/25.txt deleted file mode 100644 index 4921a32..0000000 --- a/tests/samples/rssexpanded-3/25.txt +++ /dev/null @@ -1 +0,0 @@ -101098/1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/26.png b/tests/samples/rssexpanded-3/26.png deleted file mode 100644 index 0e33130..0000000 Binary files a/tests/samples/rssexpanded-3/26.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/26.txt b/tests/samples/rssexpanded-3/26.txt deleted file mode 100644 index 37d26ab..0000000 --- a/tests/samples/rssexpanded-3/26.txt +++ /dev/null @@ -1 +0,0 @@ -101098.1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/27.png b/tests/samples/rssexpanded-3/27.png deleted file mode 100644 index 629bee8..0000000 Binary files a/tests/samples/rssexpanded-3/27.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/27.txt b/tests/samples/rssexpanded-3/27.txt deleted file mode 100644 index 9bb5c07..0000000 --- a/tests/samples/rssexpanded-3/27.txt +++ /dev/null @@ -1 +0,0 @@ -101098*1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/28.png b/tests/samples/rssexpanded-3/28.png deleted file mode 100644 index ea09035..0000000 Binary files a/tests/samples/rssexpanded-3/28.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/28.txt b/tests/samples/rssexpanded-3/28.txt deleted file mode 100644 index f5c98f2..0000000 --- a/tests/samples/rssexpanded-3/28.txt +++ /dev/null @@ -1 +0,0 @@ -101098a1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/29.png b/tests/samples/rssexpanded-3/29.png deleted file mode 100644 index 512f1bc..0000000 Binary files a/tests/samples/rssexpanded-3/29.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/29.txt b/tests/samples/rssexpanded-3/29.txt deleted file mode 100644 index 33a6725..0000000 --- a/tests/samples/rssexpanded-3/29.txt +++ /dev/null @@ -1 +0,0 @@ -101098!1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/3.png b/tests/samples/rssexpanded-3/3.png deleted file mode 100644 index 6a330ad..0000000 Binary files a/tests/samples/rssexpanded-3/3.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/3.txt b/tests/samples/rssexpanded-3/3.txt deleted file mode 100644 index b25c416..0000000 --- a/tests/samples/rssexpanded-3/3.txt +++ /dev/null @@ -1 +0,0 @@ -0191234567980129310201223315991231 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/30.png b/tests/samples/rssexpanded-3/30.png deleted file mode 100644 index 18d0cbb..0000000 Binary files a/tests/samples/rssexpanded-3/30.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/30.txt b/tests/samples/rssexpanded-3/30.txt deleted file mode 100644 index afff584..0000000 --- a/tests/samples/rssexpanded-3/30.txt +++ /dev/null @@ -1 +0,0 @@ -101098"1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/31.png b/tests/samples/rssexpanded-3/31.png deleted file mode 100644 index ccd8441..0000000 Binary files a/tests/samples/rssexpanded-3/31.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/31.txt b/tests/samples/rssexpanded-3/31.txt deleted file mode 100644 index df57c75..0000000 --- a/tests/samples/rssexpanded-3/31.txt +++ /dev/null @@ -1 +0,0 @@ -101098%1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/32.png b/tests/samples/rssexpanded-3/32.png deleted file mode 100644 index fc70a66..0000000 Binary files a/tests/samples/rssexpanded-3/32.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/32.txt b/tests/samples/rssexpanded-3/32.txt deleted file mode 100644 index 6a2dc09..0000000 --- a/tests/samples/rssexpanded-3/32.txt +++ /dev/null @@ -1 +0,0 @@ -101098&1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/33.png b/tests/samples/rssexpanded-3/33.png deleted file mode 100644 index fc0abef..0000000 Binary files a/tests/samples/rssexpanded-3/33.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/33.txt b/tests/samples/rssexpanded-3/33.txt deleted file mode 100644 index 8b2cc6b..0000000 --- a/tests/samples/rssexpanded-3/33.txt +++ /dev/null @@ -1 +0,0 @@ -101098'1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/34.png b/tests/samples/rssexpanded-3/34.png deleted file mode 100644 index 23a1add..0000000 Binary files a/tests/samples/rssexpanded-3/34.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/34.txt b/tests/samples/rssexpanded-3/34.txt deleted file mode 100644 index 3feae80..0000000 --- a/tests/samples/rssexpanded-3/34.txt +++ /dev/null @@ -1 +0,0 @@ -101098+1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/35.png b/tests/samples/rssexpanded-3/35.png deleted file mode 100644 index c087f11..0000000 Binary files a/tests/samples/rssexpanded-3/35.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/35.txt b/tests/samples/rssexpanded-3/35.txt deleted file mode 100644 index 43ec78f..0000000 --- a/tests/samples/rssexpanded-3/35.txt +++ /dev/null @@ -1 +0,0 @@ -101098:1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/36.png b/tests/samples/rssexpanded-3/36.png deleted file mode 100644 index 4c35bff..0000000 Binary files a/tests/samples/rssexpanded-3/36.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/36.txt b/tests/samples/rssexpanded-3/36.txt deleted file mode 100644 index 4b0a483..0000000 --- a/tests/samples/rssexpanded-3/36.txt +++ /dev/null @@ -1 +0,0 @@ -101098;1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/37.png b/tests/samples/rssexpanded-3/37.png deleted file mode 100644 index 6f68cea..0000000 Binary files a/tests/samples/rssexpanded-3/37.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/37.txt b/tests/samples/rssexpanded-3/37.txt deleted file mode 100644 index bac6e34..0000000 --- a/tests/samples/rssexpanded-3/37.txt +++ /dev/null @@ -1 +0,0 @@ -101098<1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/38.png b/tests/samples/rssexpanded-3/38.png deleted file mode 100644 index e4d59c0..0000000 Binary files a/tests/samples/rssexpanded-3/38.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/38.txt b/tests/samples/rssexpanded-3/38.txt deleted file mode 100644 index 1678854..0000000 --- a/tests/samples/rssexpanded-3/38.txt +++ /dev/null @@ -1 +0,0 @@ -101098=1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/39.png b/tests/samples/rssexpanded-3/39.png deleted file mode 100644 index 9ac5da1..0000000 Binary files a/tests/samples/rssexpanded-3/39.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/39.txt b/tests/samples/rssexpanded-3/39.txt deleted file mode 100644 index 967d803..0000000 --- a/tests/samples/rssexpanded-3/39.txt +++ /dev/null @@ -1 +0,0 @@ -101098>1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/4.png b/tests/samples/rssexpanded-3/4.png deleted file mode 100644 index bde44dd..0000000 Binary files a/tests/samples/rssexpanded-3/4.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/4.txt b/tests/samples/rssexpanded-3/4.txt deleted file mode 100644 index bf3d1e6..0000000 --- a/tests/samples/rssexpanded-3/4.txt +++ /dev/null @@ -1 +0,0 @@ -0191234567980129310201223315000101 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/40.png b/tests/samples/rssexpanded-3/40.png deleted file mode 100644 index af000cb..0000000 Binary files a/tests/samples/rssexpanded-3/40.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/40.txt b/tests/samples/rssexpanded-3/40.txt deleted file mode 100644 index 91293e5..0000000 --- a/tests/samples/rssexpanded-3/40.txt +++ /dev/null @@ -1 +0,0 @@ -101098?1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/41.png b/tests/samples/rssexpanded-3/41.png deleted file mode 100644 index a3ad925..0000000 Binary files a/tests/samples/rssexpanded-3/41.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/41.txt b/tests/samples/rssexpanded-3/41.txt deleted file mode 100644 index d892771..0000000 --- a/tests/samples/rssexpanded-3/41.txt +++ /dev/null @@ -1 +0,0 @@ -101098_1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/42.png b/tests/samples/rssexpanded-3/42.png deleted file mode 100644 index c217da5..0000000 Binary files a/tests/samples/rssexpanded-3/42.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/42.txt b/tests/samples/rssexpanded-3/42.txt deleted file mode 100644 index 07d4b42..0000000 --- a/tests/samples/rssexpanded-3/42.txt +++ /dev/null @@ -1 +0,0 @@ -101098 1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/43.png b/tests/samples/rssexpanded-3/43.png deleted file mode 100644 index ef66adb..0000000 Binary files a/tests/samples/rssexpanded-3/43.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/43.txt b/tests/samples/rssexpanded-3/43.txt deleted file mode 100644 index 8dda74e..0000000 --- a/tests/samples/rssexpanded-3/43.txt +++ /dev/null @@ -1 +0,0 @@ -10123456A \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/44.png b/tests/samples/rssexpanded-3/44.png deleted file mode 100644 index 6a44c68..0000000 Binary files a/tests/samples/rssexpanded-3/44.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/44.txt b/tests/samples/rssexpanded-3/44.txt deleted file mode 100644 index c894b12..0000000 --- a/tests/samples/rssexpanded-3/44.txt +++ /dev/null @@ -1 +0,0 @@ -10123456A1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/45.png b/tests/samples/rssexpanded-3/45.png deleted file mode 100644 index 6b46e3a..0000000 Binary files a/tests/samples/rssexpanded-3/45.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/45.txt b/tests/samples/rssexpanded-3/45.txt deleted file mode 100644 index 0019761..0000000 --- a/tests/samples/rssexpanded-3/45.txt +++ /dev/null @@ -1 +0,0 @@ -10123456A1234A \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/46.png b/tests/samples/rssexpanded-3/46.png deleted file mode 100644 index 20ab323..0000000 Binary files a/tests/samples/rssexpanded-3/46.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/46.txt b/tests/samples/rssexpanded-3/46.txt deleted file mode 100644 index fc70522..0000000 --- a/tests/samples/rssexpanded-3/46.txt +++ /dev/null @@ -1 +0,0 @@ -10123456A123456 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/47.png b/tests/samples/rssexpanded-3/47.png deleted file mode 100644 index 6e91bf1..0000000 Binary files a/tests/samples/rssexpanded-3/47.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/47.txt b/tests/samples/rssexpanded-3/47.txt deleted file mode 100644 index b1a0a89..0000000 --- a/tests/samples/rssexpanded-3/47.txt +++ /dev/null @@ -1 +0,0 @@ -10123456A12345678 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/48.png b/tests/samples/rssexpanded-3/48.png deleted file mode 100644 index eac9f24..0000000 Binary files a/tests/samples/rssexpanded-3/48.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/48.txt b/tests/samples/rssexpanded-3/48.txt deleted file mode 100644 index c906388..0000000 --- a/tests/samples/rssexpanded-3/48.txt +++ /dev/null @@ -1 +0,0 @@ -101ABCDEF;:/1234567 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/49.png b/tests/samples/rssexpanded-3/49.png deleted file mode 100644 index ddb44cc..0000000 Binary files a/tests/samples/rssexpanded-3/49.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/49.txt b/tests/samples/rssexpanded-3/49.txt deleted file mode 100644 index a8e72e0..0000000 --- a/tests/samples/rssexpanded-3/49.txt +++ /dev/null @@ -1 +0,0 @@ -101ABCDEF;:/ABCDEFG \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/5.png b/tests/samples/rssexpanded-3/5.png deleted file mode 100644 index 1194aa9..0000000 Binary files a/tests/samples/rssexpanded-3/5.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/5.txt b/tests/samples/rssexpanded-3/5.txt deleted file mode 100644 index aee1d62..0000000 --- a/tests/samples/rssexpanded-3/5.txt +++ /dev/null @@ -1 +0,0 @@ -01900123456789083103001750 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/50.png b/tests/samples/rssexpanded-3/50.png deleted file mode 100644 index 666720b..0000000 Binary files a/tests/samples/rssexpanded-3/50.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/50.txt b/tests/samples/rssexpanded-3/50.txt deleted file mode 100644 index 5e59f66..0000000 --- a/tests/samples/rssexpanded-3/50.txt +++ /dev/null @@ -1 +0,0 @@ -101;:/ABCDEFGHIJKLM \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/51.png b/tests/samples/rssexpanded-3/51.png deleted file mode 100644 index b0dc8cb..0000000 Binary files a/tests/samples/rssexpanded-3/51.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/51.txt b/tests/samples/rssexpanded-3/51.txt deleted file mode 100644 index 41d6022..0000000 --- a/tests/samples/rssexpanded-3/51.txt +++ /dev/null @@ -1 +0,0 @@ -101;:/0123456789012 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/52.png b/tests/samples/rssexpanded-3/52.png deleted file mode 100644 index bfa6ab2..0000000 Binary files a/tests/samples/rssexpanded-3/52.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/52.txt b/tests/samples/rssexpanded-3/52.txt deleted file mode 100644 index 1778e17..0000000 --- a/tests/samples/rssexpanded-3/52.txt +++ /dev/null @@ -1 +0,0 @@ -101;:/0123 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/53.png b/tests/samples/rssexpanded-3/53.png deleted file mode 100644 index f406106..0000000 Binary files a/tests/samples/rssexpanded-3/53.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/53.txt b/tests/samples/rssexpanded-3/53.txt deleted file mode 100644 index 21abbac..0000000 --- a/tests/samples/rssexpanded-3/53.txt +++ /dev/null @@ -1 +0,0 @@ -101;:/012315991231 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/54.png b/tests/samples/rssexpanded-3/54.png deleted file mode 100644 index 0fb7456..0000000 Binary files a/tests/samples/rssexpanded-3/54.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/54.txt b/tests/samples/rssexpanded-3/54.txt deleted file mode 100644 index 4a607fa..0000000 --- a/tests/samples/rssexpanded-3/54.txt +++ /dev/null @@ -1 +0,0 @@ -0190012345678908310301223315991231 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/55.png b/tests/samples/rssexpanded-3/55.png deleted file mode 100644 index 595a0b8..0000000 Binary files a/tests/samples/rssexpanded-3/55.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/55.txt b/tests/samples/rssexpanded-3/55.txt deleted file mode 100644 index 6a2bd9c..0000000 --- a/tests/samples/rssexpanded-3/55.txt +++ /dev/null @@ -1 +0,0 @@ -0191234567980129310301223315991231 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/56.png b/tests/samples/rssexpanded-3/56.png deleted file mode 100644 index b14b584..0000000 Binary files a/tests/samples/rssexpanded-3/56.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/56.txt b/tests/samples/rssexpanded-3/56.txt deleted file mode 100644 index b25c416..0000000 --- a/tests/samples/rssexpanded-3/56.txt +++ /dev/null @@ -1 +0,0 @@ -0191234567980129310201223315991231 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/57.png b/tests/samples/rssexpanded-3/57.png deleted file mode 100644 index 33fd856..0000000 Binary files a/tests/samples/rssexpanded-3/57.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/57.txt b/tests/samples/rssexpanded-3/57.txt deleted file mode 100644 index bf3d1e6..0000000 --- a/tests/samples/rssexpanded-3/57.txt +++ /dev/null @@ -1 +0,0 @@ -0191234567980129310201223315000101 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/58.png b/tests/samples/rssexpanded-3/58.png deleted file mode 100644 index 32aa881..0000000 Binary files a/tests/samples/rssexpanded-3/58.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/58.txt b/tests/samples/rssexpanded-3/58.txt deleted file mode 100644 index aee1d62..0000000 --- a/tests/samples/rssexpanded-3/58.txt +++ /dev/null @@ -1 +0,0 @@ -01900123456789083103001750 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/59.png b/tests/samples/rssexpanded-3/59.png deleted file mode 100644 index 8c235a5..0000000 Binary files a/tests/samples/rssexpanded-3/59.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/59.txt b/tests/samples/rssexpanded-3/59.txt deleted file mode 100644 index 2838c85..0000000 --- a/tests/samples/rssexpanded-3/59.txt +++ /dev/null @@ -1 +0,0 @@ -01921098765432133103032767 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/6.png b/tests/samples/rssexpanded-3/6.png deleted file mode 100644 index eba430a..0000000 Binary files a/tests/samples/rssexpanded-3/6.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/6.txt b/tests/samples/rssexpanded-3/6.txt deleted file mode 100644 index 2838c85..0000000 --- a/tests/samples/rssexpanded-3/6.txt +++ /dev/null @@ -1 +0,0 @@ -01921098765432133103032767 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/60.png b/tests/samples/rssexpanded-3/60.png deleted file mode 100644 index 703df6c..0000000 Binary files a/tests/samples/rssexpanded-3/60.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/60.txt b/tests/samples/rssexpanded-3/60.txt deleted file mode 100644 index d091ce7..0000000 --- a/tests/samples/rssexpanded-3/60.txt +++ /dev/null @@ -1 +0,0 @@ -01921098765432133103000000 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/61.png b/tests/samples/rssexpanded-3/61.png deleted file mode 100644 index 4783470..0000000 Binary files a/tests/samples/rssexpanded-3/61.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/61.txt b/tests/samples/rssexpanded-3/61.txt deleted file mode 100644 index 6e64d02..0000000 --- a/tests/samples/rssexpanded-3/61.txt +++ /dev/null @@ -1 +0,0 @@ -01900123456789083202000156 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/62.png b/tests/samples/rssexpanded-3/62.png deleted file mode 100644 index 70599af..0000000 Binary files a/tests/samples/rssexpanded-3/62.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/62.txt b/tests/samples/rssexpanded-3/62.txt deleted file mode 100644 index 5218dfc..0000000 --- a/tests/samples/rssexpanded-3/62.txt +++ /dev/null @@ -1 +0,0 @@ -01900123456789083202009999 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/63.png b/tests/samples/rssexpanded-3/63.png deleted file mode 100644 index 2c6c1dc..0000000 Binary files a/tests/samples/rssexpanded-3/63.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/63.txt b/tests/samples/rssexpanded-3/63.txt deleted file mode 100644 index 410a24b..0000000 --- a/tests/samples/rssexpanded-3/63.txt +++ /dev/null @@ -1 +0,0 @@ -01900123456789083203010000 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/64.png b/tests/samples/rssexpanded-3/64.png deleted file mode 100644 index e4e9782..0000000 Binary files a/tests/samples/rssexpanded-3/64.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/64.txt b/tests/samples/rssexpanded-3/64.txt deleted file mode 100644 index 868c296..0000000 --- a/tests/samples/rssexpanded-3/64.txt +++ /dev/null @@ -1 +0,0 @@ -01900123456789083203032767 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/65.png b/tests/samples/rssexpanded-3/65.png deleted file mode 100644 index 5bcf683..0000000 Binary files a/tests/samples/rssexpanded-3/65.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/65.txt b/tests/samples/rssexpanded-3/65.txt deleted file mode 100644 index 1d29f26..0000000 --- a/tests/samples/rssexpanded-3/65.txt +++ /dev/null @@ -1 +0,0 @@ -01900123456789083922795 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/66.png b/tests/samples/rssexpanded-3/66.png deleted file mode 100644 index 9c0826f..0000000 Binary files a/tests/samples/rssexpanded-3/66.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/66.txt b/tests/samples/rssexpanded-3/66.txt deleted file mode 100644 index ac550ef..0000000 --- a/tests/samples/rssexpanded-3/66.txt +++ /dev/null @@ -1 +0,0 @@ -01900123456789083922795888888888888888888888888888888888888888888888888888 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/67.png b/tests/samples/rssexpanded-3/67.png deleted file mode 100644 index 71831a9..0000000 Binary files a/tests/samples/rssexpanded-3/67.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/67.txt b/tests/samples/rssexpanded-3/67.txt deleted file mode 100644 index 1be59ac..0000000 --- a/tests/samples/rssexpanded-3/67.txt +++ /dev/null @@ -1 +0,0 @@ -019001234567890839320401234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/68.png b/tests/samples/rssexpanded-3/68.png deleted file mode 100644 index ef1892d..0000000 Binary files a/tests/samples/rssexpanded-3/68.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/68.txt b/tests/samples/rssexpanded-3/68.txt deleted file mode 100644 index 383b584..0000000 --- a/tests/samples/rssexpanded-3/68.txt +++ /dev/null @@ -1 +0,0 @@ -01900123456789083932040EUR \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/69.png b/tests/samples/rssexpanded-3/69.png deleted file mode 100644 index fd1a469..0000000 Binary files a/tests/samples/rssexpanded-3/69.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/69.txt b/tests/samples/rssexpanded-3/69.txt deleted file mode 100644 index f9a5e0b..0000000 --- a/tests/samples/rssexpanded-3/69.txt +++ /dev/null @@ -1 +0,0 @@ -0190012345678908393204055GBP \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/7.png b/tests/samples/rssexpanded-3/7.png deleted file mode 100644 index b16ef93..0000000 Binary files a/tests/samples/rssexpanded-3/7.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/7.txt b/tests/samples/rssexpanded-3/7.txt deleted file mode 100644 index d091ce7..0000000 --- a/tests/samples/rssexpanded-3/7.txt +++ /dev/null @@ -1 +0,0 @@ -01921098765432133103000000 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/70.png b/tests/samples/rssexpanded-3/70.png deleted file mode 100644 index 9aa16ef..0000000 Binary files a/tests/samples/rssexpanded-3/70.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/70.txt b/tests/samples/rssexpanded-3/70.txt deleted file mode 100644 index 9702210..0000000 --- a/tests/samples/rssexpanded-3/70.txt +++ /dev/null @@ -1 +0,0 @@ -0190012345678908393204066USD778899 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/71.png b/tests/samples/rssexpanded-3/71.png deleted file mode 100644 index fc41c6c..0000000 Binary files a/tests/samples/rssexpanded-3/71.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/71.txt b/tests/samples/rssexpanded-3/71.txt deleted file mode 100644 index d2e6b8f..0000000 --- a/tests/samples/rssexpanded-3/71.txt +++ /dev/null @@ -1 +0,0 @@ -010001234567890510ABC123 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/72.png b/tests/samples/rssexpanded-3/72.png deleted file mode 100644 index d0cfa1e..0000000 Binary files a/tests/samples/rssexpanded-3/72.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/72.txt b/tests/samples/rssexpanded-3/72.txt deleted file mode 100644 index 8fce00b..0000000 --- a/tests/samples/rssexpanded-3/72.txt +++ /dev/null @@ -1 +0,0 @@ -011234567890123110UNIVERSITY-OF-DEUSTO \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/73.png b/tests/samples/rssexpanded-3/73.png deleted file mode 100644 index e2e9320..0000000 Binary files a/tests/samples/rssexpanded-3/73.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/73.txt b/tests/samples/rssexpanded-3/73.txt deleted file mode 100644 index f639b98..0000000 --- a/tests/samples/rssexpanded-3/73.txt +++ /dev/null @@ -1 +0,0 @@ -011234567890123110PIRAMIDE-PROJECT \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/74.png b/tests/samples/rssexpanded-3/74.png deleted file mode 100644 index 73cef0f..0000000 Binary files a/tests/samples/rssexpanded-3/74.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/74.txt b/tests/samples/rssexpanded-3/74.txt deleted file mode 100644 index 41a8e0f..0000000 --- a/tests/samples/rssexpanded-3/74.txt +++ /dev/null @@ -1 +0,0 @@ -011234567890123110TREELOGIC \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/75.png b/tests/samples/rssexpanded-3/75.png deleted file mode 100644 index 2752648..0000000 Binary files a/tests/samples/rssexpanded-3/75.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/75.txt b/tests/samples/rssexpanded-3/75.txt deleted file mode 100644 index b0885ac..0000000 --- a/tests/samples/rssexpanded-3/75.txt +++ /dev/null @@ -1 +0,0 @@ -01988987654321061599123131030017501012A42212321123456423012345678901 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/76.png b/tests/samples/rssexpanded-3/76.png deleted file mode 100644 index 93c76d9..0000000 Binary files a/tests/samples/rssexpanded-3/76.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/76.txt b/tests/samples/rssexpanded-3/76.txt deleted file mode 100644 index 8f35538..0000000 --- a/tests/samples/rssexpanded-3/76.txt +++ /dev/null @@ -1 +0,0 @@ -1599123131030017501012A422123211234564230123456789012 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/77.png b/tests/samples/rssexpanded-3/77.png deleted file mode 100644 index cc4bd83..0000000 Binary files a/tests/samples/rssexpanded-3/77.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/77.txt b/tests/samples/rssexpanded-3/77.txt deleted file mode 100644 index efff0d4..0000000 --- a/tests/samples/rssexpanded-3/77.txt +++ /dev/null @@ -1 +0,0 @@ -10567811010101 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/78.png b/tests/samples/rssexpanded-3/78.png deleted file mode 100644 index ddab3bb..0000000 Binary files a/tests/samples/rssexpanded-3/78.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/78.txt b/tests/samples/rssexpanded-3/78.txt deleted file mode 100644 index 1fe9058..0000000 --- a/tests/samples/rssexpanded-3/78.txt +++ /dev/null @@ -1 +0,0 @@ -10567811001010 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/79.png b/tests/samples/rssexpanded-3/79.png deleted file mode 100644 index 3cc3f2d..0000000 Binary files a/tests/samples/rssexpanded-3/79.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/79.txt b/tests/samples/rssexpanded-3/79.txt deleted file mode 100644 index b236cb3..0000000 --- a/tests/samples/rssexpanded-3/79.txt +++ /dev/null @@ -1 +0,0 @@ -1056789011010101 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/8.png b/tests/samples/rssexpanded-3/8.png deleted file mode 100644 index 891b3dd..0000000 Binary files a/tests/samples/rssexpanded-3/8.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/8.txt b/tests/samples/rssexpanded-3/8.txt deleted file mode 100644 index 6e64d02..0000000 --- a/tests/samples/rssexpanded-3/8.txt +++ /dev/null @@ -1 +0,0 @@ -01900123456789083202000156 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/80.png b/tests/samples/rssexpanded-3/80.png deleted file mode 100644 index 6f29180..0000000 Binary files a/tests/samples/rssexpanded-3/80.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/80.txt b/tests/samples/rssexpanded-3/80.txt deleted file mode 100644 index 258e2f0..0000000 --- a/tests/samples/rssexpanded-3/80.txt +++ /dev/null @@ -1 +0,0 @@ -1056711010101 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/81.png b/tests/samples/rssexpanded-3/81.png deleted file mode 100644 index f27941a..0000000 Binary files a/tests/samples/rssexpanded-3/81.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/81.txt b/tests/samples/rssexpanded-3/81.txt deleted file mode 100644 index a6113cb..0000000 --- a/tests/samples/rssexpanded-3/81.txt +++ /dev/null @@ -1 +0,0 @@ -101098-1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/82.png b/tests/samples/rssexpanded-3/82.png deleted file mode 100644 index abd9c5f..0000000 Binary files a/tests/samples/rssexpanded-3/82.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/82.txt b/tests/samples/rssexpanded-3/82.txt deleted file mode 100644 index 203ccbb..0000000 --- a/tests/samples/rssexpanded-3/82.txt +++ /dev/null @@ -1 +0,0 @@ -101098,1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/83.png b/tests/samples/rssexpanded-3/83.png deleted file mode 100644 index 3fdbac9..0000000 Binary files a/tests/samples/rssexpanded-3/83.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/83.txt b/tests/samples/rssexpanded-3/83.txt deleted file mode 100644 index 4921a32..0000000 --- a/tests/samples/rssexpanded-3/83.txt +++ /dev/null @@ -1 +0,0 @@ -101098/1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/84.png b/tests/samples/rssexpanded-3/84.png deleted file mode 100644 index 6be2964..0000000 Binary files a/tests/samples/rssexpanded-3/84.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/84.txt b/tests/samples/rssexpanded-3/84.txt deleted file mode 100644 index 37d26ab..0000000 --- a/tests/samples/rssexpanded-3/84.txt +++ /dev/null @@ -1 +0,0 @@ -101098.1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/85.png b/tests/samples/rssexpanded-3/85.png deleted file mode 100644 index 9249ad0..0000000 Binary files a/tests/samples/rssexpanded-3/85.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/85.txt b/tests/samples/rssexpanded-3/85.txt deleted file mode 100644 index 9bb5c07..0000000 --- a/tests/samples/rssexpanded-3/85.txt +++ /dev/null @@ -1 +0,0 @@ -101098*1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/86.png b/tests/samples/rssexpanded-3/86.png deleted file mode 100644 index 278529f..0000000 Binary files a/tests/samples/rssexpanded-3/86.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/86.txt b/tests/samples/rssexpanded-3/86.txt deleted file mode 100644 index f5c98f2..0000000 --- a/tests/samples/rssexpanded-3/86.txt +++ /dev/null @@ -1 +0,0 @@ -101098a1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/87.png b/tests/samples/rssexpanded-3/87.png deleted file mode 100644 index 9b5a4a9..0000000 Binary files a/tests/samples/rssexpanded-3/87.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/87.txt b/tests/samples/rssexpanded-3/87.txt deleted file mode 100644 index 33a6725..0000000 --- a/tests/samples/rssexpanded-3/87.txt +++ /dev/null @@ -1 +0,0 @@ -101098!1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/88.png b/tests/samples/rssexpanded-3/88.png deleted file mode 100644 index f9be990..0000000 Binary files a/tests/samples/rssexpanded-3/88.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/88.txt b/tests/samples/rssexpanded-3/88.txt deleted file mode 100644 index afff584..0000000 --- a/tests/samples/rssexpanded-3/88.txt +++ /dev/null @@ -1 +0,0 @@ -101098"1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/89.png b/tests/samples/rssexpanded-3/89.png deleted file mode 100644 index 0033606..0000000 Binary files a/tests/samples/rssexpanded-3/89.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/89.txt b/tests/samples/rssexpanded-3/89.txt deleted file mode 100644 index df57c75..0000000 --- a/tests/samples/rssexpanded-3/89.txt +++ /dev/null @@ -1 +0,0 @@ -101098%1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/9.png b/tests/samples/rssexpanded-3/9.png deleted file mode 100644 index 27d22d5..0000000 Binary files a/tests/samples/rssexpanded-3/9.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/9.txt b/tests/samples/rssexpanded-3/9.txt deleted file mode 100644 index 5218dfc..0000000 --- a/tests/samples/rssexpanded-3/9.txt +++ /dev/null @@ -1 +0,0 @@ -01900123456789083202009999 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/90.png b/tests/samples/rssexpanded-3/90.png deleted file mode 100644 index ad173c3..0000000 Binary files a/tests/samples/rssexpanded-3/90.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/90.txt b/tests/samples/rssexpanded-3/90.txt deleted file mode 100644 index 6a2dc09..0000000 --- a/tests/samples/rssexpanded-3/90.txt +++ /dev/null @@ -1 +0,0 @@ -101098&1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/91.png b/tests/samples/rssexpanded-3/91.png deleted file mode 100644 index d4c043a..0000000 Binary files a/tests/samples/rssexpanded-3/91.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/91.txt b/tests/samples/rssexpanded-3/91.txt deleted file mode 100644 index 8b2cc6b..0000000 --- a/tests/samples/rssexpanded-3/91.txt +++ /dev/null @@ -1 +0,0 @@ -101098'1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/92.png b/tests/samples/rssexpanded-3/92.png deleted file mode 100644 index 5574828..0000000 Binary files a/tests/samples/rssexpanded-3/92.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/92.txt b/tests/samples/rssexpanded-3/92.txt deleted file mode 100644 index 3feae80..0000000 --- a/tests/samples/rssexpanded-3/92.txt +++ /dev/null @@ -1 +0,0 @@ -101098+1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/93.png b/tests/samples/rssexpanded-3/93.png deleted file mode 100644 index 872c96c..0000000 Binary files a/tests/samples/rssexpanded-3/93.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/93.txt b/tests/samples/rssexpanded-3/93.txt deleted file mode 100644 index 43ec78f..0000000 --- a/tests/samples/rssexpanded-3/93.txt +++ /dev/null @@ -1 +0,0 @@ -101098:1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/94.png b/tests/samples/rssexpanded-3/94.png deleted file mode 100644 index 7b6483d..0000000 Binary files a/tests/samples/rssexpanded-3/94.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/94.txt b/tests/samples/rssexpanded-3/94.txt deleted file mode 100644 index 4b0a483..0000000 --- a/tests/samples/rssexpanded-3/94.txt +++ /dev/null @@ -1 +0,0 @@ -101098;1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/95.png b/tests/samples/rssexpanded-3/95.png deleted file mode 100644 index a0dbdda..0000000 Binary files a/tests/samples/rssexpanded-3/95.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/95.txt b/tests/samples/rssexpanded-3/95.txt deleted file mode 100644 index bac6e34..0000000 --- a/tests/samples/rssexpanded-3/95.txt +++ /dev/null @@ -1 +0,0 @@ -101098<1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/96.png b/tests/samples/rssexpanded-3/96.png deleted file mode 100644 index 186f6cf..0000000 Binary files a/tests/samples/rssexpanded-3/96.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/96.txt b/tests/samples/rssexpanded-3/96.txt deleted file mode 100644 index 1678854..0000000 --- a/tests/samples/rssexpanded-3/96.txt +++ /dev/null @@ -1 +0,0 @@ -101098=1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/97.png b/tests/samples/rssexpanded-3/97.png deleted file mode 100644 index 298a293..0000000 Binary files a/tests/samples/rssexpanded-3/97.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/97.txt b/tests/samples/rssexpanded-3/97.txt deleted file mode 100644 index 967d803..0000000 --- a/tests/samples/rssexpanded-3/97.txt +++ /dev/null @@ -1 +0,0 @@ -101098>1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/98.png b/tests/samples/rssexpanded-3/98.png deleted file mode 100644 index c2e2aec..0000000 Binary files a/tests/samples/rssexpanded-3/98.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/98.txt b/tests/samples/rssexpanded-3/98.txt deleted file mode 100644 index 91293e5..0000000 --- a/tests/samples/rssexpanded-3/98.txt +++ /dev/null @@ -1 +0,0 @@ -101098?1234 \ No newline at end of file diff --git a/tests/samples/rssexpanded-3/99.png b/tests/samples/rssexpanded-3/99.png deleted file mode 100644 index ec72cac..0000000 Binary files a/tests/samples/rssexpanded-3/99.png and /dev/null differ diff --git a/tests/samples/rssexpanded-3/99.txt b/tests/samples/rssexpanded-3/99.txt deleted file mode 100644 index d892771..0000000 --- a/tests/samples/rssexpanded-3/99.txt +++ /dev/null @@ -1 +0,0 @@ -101098_1234 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/1.png b/tests/samples/rssexpandedstacked-1/1.png deleted file mode 100644 index 9b5b896..0000000 Binary files a/tests/samples/rssexpandedstacked-1/1.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/1.result.txt b/tests/samples/rssexpandedstacked-1/1.result.txt deleted file mode 100644 index 76dbad0..0000000 --- a/tests/samples/rssexpandedstacked-1/1.result.txt +++ /dev/null @@ -1 +0,0 @@ -symbologyIdentifier=]e0 diff --git a/tests/samples/rssexpandedstacked-1/1.txt b/tests/samples/rssexpandedstacked-1/1.txt deleted file mode 100644 index 4a607fa..0000000 --- a/tests/samples/rssexpandedstacked-1/1.txt +++ /dev/null @@ -1 +0,0 @@ -0190012345678908310301223315991231 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/10.png b/tests/samples/rssexpandedstacked-1/10.png deleted file mode 100644 index 395855e..0000000 Binary files a/tests/samples/rssexpandedstacked-1/10.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/10.txt b/tests/samples/rssexpandedstacked-1/10.txt deleted file mode 100644 index 410a24b..0000000 --- a/tests/samples/rssexpandedstacked-1/10.txt +++ /dev/null @@ -1 +0,0 @@ -01900123456789083203010000 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/11.png b/tests/samples/rssexpandedstacked-1/11.png deleted file mode 100644 index 338e3f8..0000000 Binary files a/tests/samples/rssexpandedstacked-1/11.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/11.txt b/tests/samples/rssexpandedstacked-1/11.txt deleted file mode 100644 index 868c296..0000000 --- a/tests/samples/rssexpandedstacked-1/11.txt +++ /dev/null @@ -1 +0,0 @@ -01900123456789083203032767 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/12.png b/tests/samples/rssexpandedstacked-1/12.png deleted file mode 100644 index 78ab42c..0000000 Binary files a/tests/samples/rssexpandedstacked-1/12.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/12.txt b/tests/samples/rssexpandedstacked-1/12.txt deleted file mode 100644 index 1d29f26..0000000 --- a/tests/samples/rssexpandedstacked-1/12.txt +++ /dev/null @@ -1 +0,0 @@ -01900123456789083922795 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/13.png b/tests/samples/rssexpandedstacked-1/13.png deleted file mode 100644 index 21dc744..0000000 Binary files a/tests/samples/rssexpandedstacked-1/13.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/13.txt b/tests/samples/rssexpandedstacked-1/13.txt deleted file mode 100644 index ac550ef..0000000 --- a/tests/samples/rssexpandedstacked-1/13.txt +++ /dev/null @@ -1 +0,0 @@ -01900123456789083922795888888888888888888888888888888888888888888888888888 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/14.png b/tests/samples/rssexpandedstacked-1/14.png deleted file mode 100644 index 12d2267..0000000 Binary files a/tests/samples/rssexpandedstacked-1/14.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/14.txt b/tests/samples/rssexpandedstacked-1/14.txt deleted file mode 100644 index 1be59ac..0000000 --- a/tests/samples/rssexpandedstacked-1/14.txt +++ /dev/null @@ -1 +0,0 @@ -019001234567890839320401234 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/15.png b/tests/samples/rssexpandedstacked-1/15.png deleted file mode 100644 index e6f3f32..0000000 Binary files a/tests/samples/rssexpandedstacked-1/15.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/15.txt b/tests/samples/rssexpandedstacked-1/15.txt deleted file mode 100644 index 383b584..0000000 --- a/tests/samples/rssexpandedstacked-1/15.txt +++ /dev/null @@ -1 +0,0 @@ -01900123456789083932040EUR \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/16.png b/tests/samples/rssexpandedstacked-1/16.png deleted file mode 100644 index ca7c09a..0000000 Binary files a/tests/samples/rssexpandedstacked-1/16.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/16.txt b/tests/samples/rssexpandedstacked-1/16.txt deleted file mode 100644 index f9a5e0b..0000000 --- a/tests/samples/rssexpandedstacked-1/16.txt +++ /dev/null @@ -1 +0,0 @@ -0190012345678908393204055GBP \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/17.png b/tests/samples/rssexpandedstacked-1/17.png deleted file mode 100644 index 8108246..0000000 Binary files a/tests/samples/rssexpandedstacked-1/17.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/17.txt b/tests/samples/rssexpandedstacked-1/17.txt deleted file mode 100644 index 9702210..0000000 --- a/tests/samples/rssexpandedstacked-1/17.txt +++ /dev/null @@ -1 +0,0 @@ -0190012345678908393204066USD778899 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/18.png b/tests/samples/rssexpandedstacked-1/18.png deleted file mode 100644 index 16dc86b..0000000 Binary files a/tests/samples/rssexpandedstacked-1/18.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/18.txt b/tests/samples/rssexpandedstacked-1/18.txt deleted file mode 100644 index d2e6b8f..0000000 --- a/tests/samples/rssexpandedstacked-1/18.txt +++ /dev/null @@ -1 +0,0 @@ -010001234567890510ABC123 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/19.png b/tests/samples/rssexpandedstacked-1/19.png deleted file mode 100644 index f21183e..0000000 Binary files a/tests/samples/rssexpandedstacked-1/19.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/19.txt b/tests/samples/rssexpandedstacked-1/19.txt deleted file mode 100644 index 8fce00b..0000000 --- a/tests/samples/rssexpandedstacked-1/19.txt +++ /dev/null @@ -1 +0,0 @@ -011234567890123110UNIVERSITY-OF-DEUSTO \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/2.png b/tests/samples/rssexpandedstacked-1/2.png deleted file mode 100644 index 1325489..0000000 Binary files a/tests/samples/rssexpandedstacked-1/2.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/2.txt b/tests/samples/rssexpandedstacked-1/2.txt deleted file mode 100644 index 6a2bd9c..0000000 --- a/tests/samples/rssexpandedstacked-1/2.txt +++ /dev/null @@ -1 +0,0 @@ -0191234567980129310301223315991231 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/20.png b/tests/samples/rssexpandedstacked-1/20.png deleted file mode 100644 index 7f5d832..0000000 Binary files a/tests/samples/rssexpandedstacked-1/20.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/20.txt b/tests/samples/rssexpandedstacked-1/20.txt deleted file mode 100644 index f639b98..0000000 --- a/tests/samples/rssexpandedstacked-1/20.txt +++ /dev/null @@ -1 +0,0 @@ -011234567890123110PIRAMIDE-PROJECT \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/21.png b/tests/samples/rssexpandedstacked-1/21.png deleted file mode 100644 index b6e79e4..0000000 Binary files a/tests/samples/rssexpandedstacked-1/21.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/21.txt b/tests/samples/rssexpandedstacked-1/21.txt deleted file mode 100644 index 41a8e0f..0000000 --- a/tests/samples/rssexpandedstacked-1/21.txt +++ /dev/null @@ -1 +0,0 @@ -011234567890123110TREELOGIC \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/22.png b/tests/samples/rssexpandedstacked-1/22.png deleted file mode 100644 index 0e66891..0000000 Binary files a/tests/samples/rssexpandedstacked-1/22.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/22.txt b/tests/samples/rssexpandedstacked-1/22.txt deleted file mode 100644 index b0885ac..0000000 --- a/tests/samples/rssexpandedstacked-1/22.txt +++ /dev/null @@ -1 +0,0 @@ -01988987654321061599123131030017501012A42212321123456423012345678901 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/23.png b/tests/samples/rssexpandedstacked-1/23.png deleted file mode 100644 index 95ddce3..0000000 Binary files a/tests/samples/rssexpandedstacked-1/23.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/23.txt b/tests/samples/rssexpandedstacked-1/23.txt deleted file mode 100644 index 8f35538..0000000 --- a/tests/samples/rssexpandedstacked-1/23.txt +++ /dev/null @@ -1 +0,0 @@ -1599123131030017501012A422123211234564230123456789012 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/24.png b/tests/samples/rssexpandedstacked-1/24.png deleted file mode 100644 index 5813330..0000000 Binary files a/tests/samples/rssexpandedstacked-1/24.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/24.txt b/tests/samples/rssexpandedstacked-1/24.txt deleted file mode 100644 index efff0d4..0000000 --- a/tests/samples/rssexpandedstacked-1/24.txt +++ /dev/null @@ -1 +0,0 @@ -10567811010101 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/25.png b/tests/samples/rssexpandedstacked-1/25.png deleted file mode 100644 index 4943326..0000000 Binary files a/tests/samples/rssexpandedstacked-1/25.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/25.txt b/tests/samples/rssexpandedstacked-1/25.txt deleted file mode 100644 index 1fe9058..0000000 --- a/tests/samples/rssexpandedstacked-1/25.txt +++ /dev/null @@ -1 +0,0 @@ -10567811001010 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/26.png b/tests/samples/rssexpandedstacked-1/26.png deleted file mode 100644 index f3a4cfc..0000000 Binary files a/tests/samples/rssexpandedstacked-1/26.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/26.txt b/tests/samples/rssexpandedstacked-1/26.txt deleted file mode 100644 index b236cb3..0000000 --- a/tests/samples/rssexpandedstacked-1/26.txt +++ /dev/null @@ -1 +0,0 @@ -1056789011010101 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/27.png b/tests/samples/rssexpandedstacked-1/27.png deleted file mode 100644 index 40efa1c..0000000 Binary files a/tests/samples/rssexpandedstacked-1/27.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/27.txt b/tests/samples/rssexpandedstacked-1/27.txt deleted file mode 100644 index 258e2f0..0000000 --- a/tests/samples/rssexpandedstacked-1/27.txt +++ /dev/null @@ -1 +0,0 @@ -1056711010101 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/28.png b/tests/samples/rssexpandedstacked-1/28.png deleted file mode 100644 index 64115a5..0000000 Binary files a/tests/samples/rssexpandedstacked-1/28.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/28.txt b/tests/samples/rssexpandedstacked-1/28.txt deleted file mode 100644 index a6113cb..0000000 --- a/tests/samples/rssexpandedstacked-1/28.txt +++ /dev/null @@ -1 +0,0 @@ -101098-1234 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/29.png b/tests/samples/rssexpandedstacked-1/29.png deleted file mode 100644 index 6ec0b86..0000000 Binary files a/tests/samples/rssexpandedstacked-1/29.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/29.txt b/tests/samples/rssexpandedstacked-1/29.txt deleted file mode 100644 index 203ccbb..0000000 --- a/tests/samples/rssexpandedstacked-1/29.txt +++ /dev/null @@ -1 +0,0 @@ -101098,1234 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/3.png b/tests/samples/rssexpandedstacked-1/3.png deleted file mode 100644 index f8a0d39..0000000 Binary files a/tests/samples/rssexpandedstacked-1/3.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/3.txt b/tests/samples/rssexpandedstacked-1/3.txt deleted file mode 100644 index b25c416..0000000 --- a/tests/samples/rssexpandedstacked-1/3.txt +++ /dev/null @@ -1 +0,0 @@ -0191234567980129310201223315991231 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/30.png b/tests/samples/rssexpandedstacked-1/30.png deleted file mode 100644 index 2fff896..0000000 Binary files a/tests/samples/rssexpandedstacked-1/30.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/30.txt b/tests/samples/rssexpandedstacked-1/30.txt deleted file mode 100644 index 4921a32..0000000 --- a/tests/samples/rssexpandedstacked-1/30.txt +++ /dev/null @@ -1 +0,0 @@ -101098/1234 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/31.png b/tests/samples/rssexpandedstacked-1/31.png deleted file mode 100644 index 05361c4..0000000 Binary files a/tests/samples/rssexpandedstacked-1/31.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/31.txt b/tests/samples/rssexpandedstacked-1/31.txt deleted file mode 100644 index 37d26ab..0000000 --- a/tests/samples/rssexpandedstacked-1/31.txt +++ /dev/null @@ -1 +0,0 @@ -101098.1234 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/32.png b/tests/samples/rssexpandedstacked-1/32.png deleted file mode 100644 index c6d1f56..0000000 Binary files a/tests/samples/rssexpandedstacked-1/32.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/32.txt b/tests/samples/rssexpandedstacked-1/32.txt deleted file mode 100644 index 9bb5c07..0000000 --- a/tests/samples/rssexpandedstacked-1/32.txt +++ /dev/null @@ -1 +0,0 @@ -101098*1234 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/33.png b/tests/samples/rssexpandedstacked-1/33.png deleted file mode 100644 index 6755313..0000000 Binary files a/tests/samples/rssexpandedstacked-1/33.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/33.txt b/tests/samples/rssexpandedstacked-1/33.txt deleted file mode 100644 index f5c98f2..0000000 --- a/tests/samples/rssexpandedstacked-1/33.txt +++ /dev/null @@ -1 +0,0 @@ -101098a1234 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/34.png b/tests/samples/rssexpandedstacked-1/34.png deleted file mode 100644 index 1495dff..0000000 Binary files a/tests/samples/rssexpandedstacked-1/34.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/34.txt b/tests/samples/rssexpandedstacked-1/34.txt deleted file mode 100644 index 33a6725..0000000 --- a/tests/samples/rssexpandedstacked-1/34.txt +++ /dev/null @@ -1 +0,0 @@ -101098!1234 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/35.png b/tests/samples/rssexpandedstacked-1/35.png deleted file mode 100644 index 0af42c4..0000000 Binary files a/tests/samples/rssexpandedstacked-1/35.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/35.txt b/tests/samples/rssexpandedstacked-1/35.txt deleted file mode 100644 index afff584..0000000 --- a/tests/samples/rssexpandedstacked-1/35.txt +++ /dev/null @@ -1 +0,0 @@ -101098"1234 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/36.png b/tests/samples/rssexpandedstacked-1/36.png deleted file mode 100644 index 9eef179..0000000 Binary files a/tests/samples/rssexpandedstacked-1/36.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/36.txt b/tests/samples/rssexpandedstacked-1/36.txt deleted file mode 100644 index df57c75..0000000 --- a/tests/samples/rssexpandedstacked-1/36.txt +++ /dev/null @@ -1 +0,0 @@ -101098%1234 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/37.png b/tests/samples/rssexpandedstacked-1/37.png deleted file mode 100644 index 88bad82..0000000 Binary files a/tests/samples/rssexpandedstacked-1/37.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/37.txt b/tests/samples/rssexpandedstacked-1/37.txt deleted file mode 100644 index 6a2dc09..0000000 --- a/tests/samples/rssexpandedstacked-1/37.txt +++ /dev/null @@ -1 +0,0 @@ -101098&1234 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/38.png b/tests/samples/rssexpandedstacked-1/38.png deleted file mode 100644 index 5d0a41c..0000000 Binary files a/tests/samples/rssexpandedstacked-1/38.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/38.txt b/tests/samples/rssexpandedstacked-1/38.txt deleted file mode 100644 index 8b2cc6b..0000000 --- a/tests/samples/rssexpandedstacked-1/38.txt +++ /dev/null @@ -1 +0,0 @@ -101098'1234 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/39.png b/tests/samples/rssexpandedstacked-1/39.png deleted file mode 100644 index 24c9f02..0000000 Binary files a/tests/samples/rssexpandedstacked-1/39.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/39.txt b/tests/samples/rssexpandedstacked-1/39.txt deleted file mode 100644 index 3feae80..0000000 --- a/tests/samples/rssexpandedstacked-1/39.txt +++ /dev/null @@ -1 +0,0 @@ -101098+1234 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/4.png b/tests/samples/rssexpandedstacked-1/4.png deleted file mode 100644 index 35f7ec8..0000000 Binary files a/tests/samples/rssexpandedstacked-1/4.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/4.txt b/tests/samples/rssexpandedstacked-1/4.txt deleted file mode 100644 index bf3d1e6..0000000 --- a/tests/samples/rssexpandedstacked-1/4.txt +++ /dev/null @@ -1 +0,0 @@ -0191234567980129310201223315000101 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/40.png b/tests/samples/rssexpandedstacked-1/40.png deleted file mode 100644 index a772e0a..0000000 Binary files a/tests/samples/rssexpandedstacked-1/40.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/40.txt b/tests/samples/rssexpandedstacked-1/40.txt deleted file mode 100644 index 43ec78f..0000000 --- a/tests/samples/rssexpandedstacked-1/40.txt +++ /dev/null @@ -1 +0,0 @@ -101098:1234 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/41.png b/tests/samples/rssexpandedstacked-1/41.png deleted file mode 100644 index b6f3fbe..0000000 Binary files a/tests/samples/rssexpandedstacked-1/41.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/41.txt b/tests/samples/rssexpandedstacked-1/41.txt deleted file mode 100644 index 4b0a483..0000000 --- a/tests/samples/rssexpandedstacked-1/41.txt +++ /dev/null @@ -1 +0,0 @@ -101098;1234 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/42.png b/tests/samples/rssexpandedstacked-1/42.png deleted file mode 100644 index 491eb97..0000000 Binary files a/tests/samples/rssexpandedstacked-1/42.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/42.txt b/tests/samples/rssexpandedstacked-1/42.txt deleted file mode 100644 index bac6e34..0000000 --- a/tests/samples/rssexpandedstacked-1/42.txt +++ /dev/null @@ -1 +0,0 @@ -101098<1234 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/43.png b/tests/samples/rssexpandedstacked-1/43.png deleted file mode 100644 index 54244c5..0000000 Binary files a/tests/samples/rssexpandedstacked-1/43.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/43.txt b/tests/samples/rssexpandedstacked-1/43.txt deleted file mode 100644 index 1678854..0000000 --- a/tests/samples/rssexpandedstacked-1/43.txt +++ /dev/null @@ -1 +0,0 @@ -101098=1234 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/44.png b/tests/samples/rssexpandedstacked-1/44.png deleted file mode 100644 index cff6106..0000000 Binary files a/tests/samples/rssexpandedstacked-1/44.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/44.txt b/tests/samples/rssexpandedstacked-1/44.txt deleted file mode 100644 index 967d803..0000000 --- a/tests/samples/rssexpandedstacked-1/44.txt +++ /dev/null @@ -1 +0,0 @@ -101098>1234 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/45.png b/tests/samples/rssexpandedstacked-1/45.png deleted file mode 100644 index d71381b..0000000 Binary files a/tests/samples/rssexpandedstacked-1/45.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/45.txt b/tests/samples/rssexpandedstacked-1/45.txt deleted file mode 100644 index 91293e5..0000000 --- a/tests/samples/rssexpandedstacked-1/45.txt +++ /dev/null @@ -1 +0,0 @@ -101098?1234 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/46.png b/tests/samples/rssexpandedstacked-1/46.png deleted file mode 100644 index e0f8cdb..0000000 Binary files a/tests/samples/rssexpandedstacked-1/46.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/46.txt b/tests/samples/rssexpandedstacked-1/46.txt deleted file mode 100644 index d892771..0000000 --- a/tests/samples/rssexpandedstacked-1/46.txt +++ /dev/null @@ -1 +0,0 @@ -101098_1234 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/47.png b/tests/samples/rssexpandedstacked-1/47.png deleted file mode 100644 index 618fc9b..0000000 Binary files a/tests/samples/rssexpandedstacked-1/47.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/47.txt b/tests/samples/rssexpandedstacked-1/47.txt deleted file mode 100644 index 07d4b42..0000000 --- a/tests/samples/rssexpandedstacked-1/47.txt +++ /dev/null @@ -1 +0,0 @@ -101098 1234 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/48.png b/tests/samples/rssexpandedstacked-1/48.png deleted file mode 100644 index d29a7a2..0000000 Binary files a/tests/samples/rssexpandedstacked-1/48.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/48.txt b/tests/samples/rssexpandedstacked-1/48.txt deleted file mode 100644 index 8dda74e..0000000 --- a/tests/samples/rssexpandedstacked-1/48.txt +++ /dev/null @@ -1 +0,0 @@ -10123456A \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/49.png b/tests/samples/rssexpandedstacked-1/49.png deleted file mode 100644 index 947f104..0000000 Binary files a/tests/samples/rssexpandedstacked-1/49.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/49.txt b/tests/samples/rssexpandedstacked-1/49.txt deleted file mode 100644 index 9638dbe..0000000 --- a/tests/samples/rssexpandedstacked-1/49.txt +++ /dev/null @@ -1 +0,0 @@ -10123456A1 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/5.png b/tests/samples/rssexpandedstacked-1/5.png deleted file mode 100644 index 1a26e42..0000000 Binary files a/tests/samples/rssexpandedstacked-1/5.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/5.txt b/tests/samples/rssexpandedstacked-1/5.txt deleted file mode 100644 index aee1d62..0000000 --- a/tests/samples/rssexpandedstacked-1/5.txt +++ /dev/null @@ -1 +0,0 @@ -01900123456789083103001750 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/50.png b/tests/samples/rssexpandedstacked-1/50.png deleted file mode 100644 index b409732..0000000 Binary files a/tests/samples/rssexpandedstacked-1/50.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/50.txt b/tests/samples/rssexpandedstacked-1/50.txt deleted file mode 100644 index 90e6765..0000000 --- a/tests/samples/rssexpandedstacked-1/50.txt +++ /dev/null @@ -1 +0,0 @@ -10123456A123 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/51.png b/tests/samples/rssexpandedstacked-1/51.png deleted file mode 100644 index c2da905..0000000 Binary files a/tests/samples/rssexpandedstacked-1/51.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/51.txt b/tests/samples/rssexpandedstacked-1/51.txt deleted file mode 100644 index c894b12..0000000 --- a/tests/samples/rssexpandedstacked-1/51.txt +++ /dev/null @@ -1 +0,0 @@ -10123456A1234 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/52.png b/tests/samples/rssexpandedstacked-1/52.png deleted file mode 100644 index 5daa717..0000000 Binary files a/tests/samples/rssexpandedstacked-1/52.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/52.txt b/tests/samples/rssexpandedstacked-1/52.txt deleted file mode 100644 index 0019761..0000000 --- a/tests/samples/rssexpandedstacked-1/52.txt +++ /dev/null @@ -1 +0,0 @@ -10123456A1234A \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/53.png b/tests/samples/rssexpandedstacked-1/53.png deleted file mode 100644 index 81067c0..0000000 Binary files a/tests/samples/rssexpandedstacked-1/53.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/53.txt b/tests/samples/rssexpandedstacked-1/53.txt deleted file mode 100644 index fc70522..0000000 --- a/tests/samples/rssexpandedstacked-1/53.txt +++ /dev/null @@ -1 +0,0 @@ -10123456A123456 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/54.png b/tests/samples/rssexpandedstacked-1/54.png deleted file mode 100644 index d031e7e..0000000 Binary files a/tests/samples/rssexpandedstacked-1/54.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/54.txt b/tests/samples/rssexpandedstacked-1/54.txt deleted file mode 100644 index b1a0a89..0000000 --- a/tests/samples/rssexpandedstacked-1/54.txt +++ /dev/null @@ -1 +0,0 @@ -10123456A12345678 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/55-corrected.png b/tests/samples/rssexpandedstacked-1/55-corrected.png deleted file mode 100644 index a75097f..0000000 Binary files a/tests/samples/rssexpandedstacked-1/55-corrected.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/55-corrected.txt b/tests/samples/rssexpandedstacked-1/55-corrected.txt deleted file mode 100644 index b7ca18f..0000000 --- a/tests/samples/rssexpandedstacked-1/55-corrected.txt +++ /dev/null @@ -1 +0,0 @@ -10123456A1234A15991231 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/55.png b/tests/samples/rssexpandedstacked-1/55.png deleted file mode 100644 index 3915768..0000000 Binary files a/tests/samples/rssexpandedstacked-1/55.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/55.txt b/tests/samples/rssexpandedstacked-1/55.txt deleted file mode 100644 index b7ca18f..0000000 --- a/tests/samples/rssexpandedstacked-1/55.txt +++ /dev/null @@ -1 +0,0 @@ -10123456A1234A15991231 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/56.png b/tests/samples/rssexpandedstacked-1/56.png deleted file mode 100644 index 9842cb3..0000000 Binary files a/tests/samples/rssexpandedstacked-1/56.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/56.txt b/tests/samples/rssexpandedstacked-1/56.txt deleted file mode 100644 index c906388..0000000 --- a/tests/samples/rssexpandedstacked-1/56.txt +++ /dev/null @@ -1 +0,0 @@ -101ABCDEF;:/1234567 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/57.png b/tests/samples/rssexpandedstacked-1/57.png deleted file mode 100644 index 5f75a90..0000000 Binary files a/tests/samples/rssexpandedstacked-1/57.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/57.txt b/tests/samples/rssexpandedstacked-1/57.txt deleted file mode 100644 index a8e72e0..0000000 --- a/tests/samples/rssexpandedstacked-1/57.txt +++ /dev/null @@ -1 +0,0 @@ -101ABCDEF;:/ABCDEFG \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/58.png b/tests/samples/rssexpandedstacked-1/58.png deleted file mode 100644 index b7246b3..0000000 Binary files a/tests/samples/rssexpandedstacked-1/58.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/58.txt b/tests/samples/rssexpandedstacked-1/58.txt deleted file mode 100644 index 5e59f66..0000000 --- a/tests/samples/rssexpandedstacked-1/58.txt +++ /dev/null @@ -1 +0,0 @@ -101;:/ABCDEFGHIJKLM \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/59.png b/tests/samples/rssexpandedstacked-1/59.png deleted file mode 100644 index 73b8725..0000000 Binary files a/tests/samples/rssexpandedstacked-1/59.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/59.txt b/tests/samples/rssexpandedstacked-1/59.txt deleted file mode 100644 index 41d6022..0000000 --- a/tests/samples/rssexpandedstacked-1/59.txt +++ /dev/null @@ -1 +0,0 @@ -101;:/0123456789012 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/6.png b/tests/samples/rssexpandedstacked-1/6.png deleted file mode 100644 index da338a4..0000000 Binary files a/tests/samples/rssexpandedstacked-1/6.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/6.txt b/tests/samples/rssexpandedstacked-1/6.txt deleted file mode 100644 index 2838c85..0000000 --- a/tests/samples/rssexpandedstacked-1/6.txt +++ /dev/null @@ -1 +0,0 @@ -01921098765432133103032767 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/60.png b/tests/samples/rssexpandedstacked-1/60.png deleted file mode 100644 index 2d5d832..0000000 Binary files a/tests/samples/rssexpandedstacked-1/60.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/60.txt b/tests/samples/rssexpandedstacked-1/60.txt deleted file mode 100644 index 1778e17..0000000 --- a/tests/samples/rssexpandedstacked-1/60.txt +++ /dev/null @@ -1 +0,0 @@ -101;:/0123 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/61.png b/tests/samples/rssexpandedstacked-1/61.png deleted file mode 100644 index 786fc68..0000000 Binary files a/tests/samples/rssexpandedstacked-1/61.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/61.txt b/tests/samples/rssexpandedstacked-1/61.txt deleted file mode 100644 index 21abbac..0000000 --- a/tests/samples/rssexpandedstacked-1/61.txt +++ /dev/null @@ -1 +0,0 @@ -101;:/012315991231 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/62.png b/tests/samples/rssexpandedstacked-1/62.png deleted file mode 100644 index cdbe230..0000000 Binary files a/tests/samples/rssexpandedstacked-1/62.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/62.txt b/tests/samples/rssexpandedstacked-1/62.txt deleted file mode 100644 index 97a55e1..0000000 --- a/tests/samples/rssexpandedstacked-1/62.txt +++ /dev/null @@ -1 +0,0 @@ -101 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/63.png b/tests/samples/rssexpandedstacked-1/63.png deleted file mode 100644 index 7488f8c..0000000 Binary files a/tests/samples/rssexpandedstacked-1/63.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/63.txt b/tests/samples/rssexpandedstacked-1/63.txt deleted file mode 100644 index 9a7b90a..0000000 --- a/tests/samples/rssexpandedstacked-1/63.txt +++ /dev/null @@ -1 +0,0 @@ -1012A \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/64.png b/tests/samples/rssexpandedstacked-1/64.png deleted file mode 100644 index e56fa4a..0000000 Binary files a/tests/samples/rssexpandedstacked-1/64.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/64.txt b/tests/samples/rssexpandedstacked-1/64.txt deleted file mode 100644 index 3bbd5e5..0000000 --- a/tests/samples/rssexpandedstacked-1/64.txt +++ /dev/null @@ -1 +0,0 @@ -10123 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/7.png b/tests/samples/rssexpandedstacked-1/7.png deleted file mode 100644 index 840ef13..0000000 Binary files a/tests/samples/rssexpandedstacked-1/7.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/7.txt b/tests/samples/rssexpandedstacked-1/7.txt deleted file mode 100644 index d091ce7..0000000 --- a/tests/samples/rssexpandedstacked-1/7.txt +++ /dev/null @@ -1 +0,0 @@ -01921098765432133103000000 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/8.png b/tests/samples/rssexpandedstacked-1/8.png deleted file mode 100644 index 7e5df09..0000000 Binary files a/tests/samples/rssexpandedstacked-1/8.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/8.txt b/tests/samples/rssexpandedstacked-1/8.txt deleted file mode 100644 index 6e64d02..0000000 --- a/tests/samples/rssexpandedstacked-1/8.txt +++ /dev/null @@ -1 +0,0 @@ -01900123456789083202000156 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-1/9.png b/tests/samples/rssexpandedstacked-1/9.png deleted file mode 100644 index 144bbea..0000000 Binary files a/tests/samples/rssexpandedstacked-1/9.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-1/9.txt b/tests/samples/rssexpandedstacked-1/9.txt deleted file mode 100644 index 5218dfc..0000000 --- a/tests/samples/rssexpandedstacked-1/9.txt +++ /dev/null @@ -1 +0,0 @@ -01900123456789083202009999 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-2/1.png b/tests/samples/rssexpandedstacked-2/1.png deleted file mode 100644 index c3ce171..0000000 Binary files a/tests/samples/rssexpandedstacked-2/1.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-2/1.txt b/tests/samples/rssexpandedstacked-2/1.txt deleted file mode 100644 index ef7c551..0000000 --- a/tests/samples/rssexpandedstacked-2/1.txt +++ /dev/null @@ -1 +0,0 @@ -811010014141012345290110100 \ No newline at end of file diff --git a/tests/samples/rssexpandedstacked-2/1000.png b/tests/samples/rssexpandedstacked-2/1000.png deleted file mode 100644 index de25701..0000000 Binary files a/tests/samples/rssexpandedstacked-2/1000.png and /dev/null differ diff --git a/tests/samples/rssexpandedstacked-2/1000.txt b/tests/samples/rssexpandedstacked-2/1000.txt deleted file mode 100644 index 395fb68..0000000 --- a/tests/samples/rssexpandedstacked-2/1000.txt +++ /dev/null @@ -1 +0,0 @@ -0198898765432106320201234515991231 \ No newline at end of file diff --git a/tests/samples/toc.json b/tests/samples/toc.json deleted file mode 100644 index fb02b75..0000000 --- a/tests/samples/toc.json +++ /dev/null @@ -1 +0,0 @@ -[["aztec-1",["aztec-1/128.png","aztec-1/217.png","aztec-1/7.png","aztec-1/Historico.png","aztec-1/HistoricoLong.png","aztec-1/Z1-sequence4of7.png","aztec-1/abc-19x19C.png","aztec-1/abc-37x37.png","aztec-1/abc-inverted.png","aztec-1/abc-mirrored.png","aztec-1/az-thick.png","aztec-1/az-thin.png","aztec-1/dlusbs.png","aztec-1/gs1-figure-4.15.1-2-31x31.png","aztec-1/hello.png","aztec-1/lorem-075x075.png","aztec-1/lorem-105x105.png","aztec-1/lorem-131x131.png","aztec-1/lorem-151x151.png","aztec-1/mixed-ecis-41x41.png","aztec-1/partial-quiet-zone.png","aztec-1/readerinit-compact-15x15.png","aztec-1/readerinit-full-19x19.png","aztec-1/tableShifts.png","aztec-1/tag.png","aztec-1/texte.png"]],["aztec-2",["aztec-2/01.png","aztec-2/02.png","aztec-2/03.png","aztec-2/04.png","aztec-2/05.png","aztec-2/06.png","aztec-2/07.png","aztec-2/08.png","aztec-2/09.png","aztec-2/10.png","aztec-2/11.png","aztec-2/12.png","aztec-2/13.png","aztec-2/14.png","aztec-2/15.png","aztec-2/16.png","aztec-2/17.png","aztec-2/18.png","aztec-2/19.png","aztec-2/20.png","aztec-2/21.png","aztec-2/22.png"]],["codabar-1",["codabar-1/01.png","codabar-1/02.png","codabar-1/03.png","codabar-1/04.png","codabar-1/09.png","codabar-1/10.png","codabar-1/11.png","codabar-1/12.png","codabar-1/13.png","codabar-1/14.png","codabar-1/15.png"]],["codabar-2",["codabar-2/01.jpg","codabar-2/02.jpg","codabar-2/03.jpg","codabar-2/04.jpg"]],["code128-1",["code128-1/1.png","code128-1/2.png","code128-1/3.png","code128-1/4.png","code128-1/5.png","code128-1/6.png"]],["code128-2",["code128-2/01.png","code128-2/02.png","code128-2/03.png","code128-2/05.png","code128-2/06.png","code128-2/10.png","code128-2/12.png","code128-2/14.png","code128-2/16.png","code128-2/17.png","code128-2/19.png","code128-2/22.png","code128-2/25.png","code128-2/27.png","code128-2/28.png","code128-2/31.png","code128-2/32.png","code128-2/35.png","code128-2/36.png","code128-2/37.png","code128-2/38.png","code128-2/444.jpg"]],["code128-3",["code128-3/1.png","code128-3/2.png"]],["code39-1",["code39-1/1.png","code39-1/2.png","code39-1/3.png","code39-1/4.png"]],["code39-2",["code39-2/1.png","code39-2/2.png"]],["code39-3",["code39-3/01.png","code39-3/02.png","code39-3/03.png","code39-3/05.png","code39-3/07.png","code39-3/08.png","code39-3/09.png","code39-3/10.png","code39-3/12.png","code39-3/14.png","code39-3/15.png","code39-3/16.png"]],["code93-1",["code93-1/1.png","code93-1/2.png","code93-1/3.png"]],["datamatrix-1",["datamatrix-1/0123456789.png","datamatrix-1/144x144_wrong.png","datamatrix-1/378.png","datamatrix-1/C40.png","datamatrix-1/EDIFACT.png","datamatrix-1/GUID.png","datamatrix-1/HelloWorld_Text_L_Kaywa.png","datamatrix-1/HelloWorld_Text_L_Kaywa_1_error_byte.png","datamatrix-1/HelloWorld_Text_L_Kaywa_2_error_byte.png","datamatrix-1/HelloWorld_Text_L_Kaywa_3_error_byte.png","datamatrix-1/HelloWorld_Text_L_Kaywa_4_error_byte.png","datamatrix-1/X12.png","datamatrix-1/abcd-18x8.png","datamatrix-1/abcd-26x12.png","datamatrix-1/abcd-32x8.png","datamatrix-1/abcd-36x12-mirrored.png","datamatrix-1/abcd-36x12.png","datamatrix-1/abcd-36x16.png","datamatrix-1/abcd-48x16.png","datamatrix-1/abcd-52x52-IDAutomation.png","datamatrix-1/abcd-52x52.png","datamatrix-1/abcdefg-64x64.png","datamatrix-1/abcdefg.png","datamatrix-1/eci-mixed.png","datamatrix-1/eci.png","datamatrix-1/gs1-figure-4.15.1-2-32x32.png","datamatrix-1/mod-size-1.png","datamatrix-1/readerinit.png","datamatrix-1/zxing_URL_L_Kayway.png"]],["datamatrix-2",["datamatrix-2/01.png","datamatrix-2/02.png","datamatrix-2/03.png","datamatrix-2/04.png","datamatrix-2/09.png","datamatrix-2/10.png","datamatrix-2/11.png","datamatrix-2/12.png","datamatrix-2/13.png","datamatrix-2/14.png","datamatrix-2/16.png","datamatrix-2/17.png","datamatrix-2/18.png"]],["datamatrix-3",["datamatrix-3/OldDetectorFallback.jpg","datamatrix-3/dm-0.jpg","datamatrix-3/dm-1.jpg","datamatrix-3/dm-2.jpg","datamatrix-3/dm-3.png","datamatrix-3/dm-4.jpg","datamatrix-3/dm-5.png","datamatrix-3/dm-6.jpg","datamatrix-3/dm-7.jpg","datamatrix-3/dm-8.jpg","datamatrix-3/dm-9.jpg","datamatrix-3/dm-a.jpg","datamatrix-3/dm-c.jpg","datamatrix-3/dm-d.jpg","datamatrix-3/dm-e.jpg","datamatrix-3/dm-f.jpg","datamatrix-3/dm-h.jpg","datamatrix-3/dm-i.jpg","datamatrix-3/dm-j.jpg","datamatrix-3/dm-k.jpg"]],["datamatrix-4",["datamatrix-4/abcd-120x8.png","datamatrix-4/abcd-144x8.png","datamatrix-4/abcd-36x20.png","datamatrix-4/abcd-40x26.png","datamatrix-4/abcd-44x20.png","datamatrix-4/abcd-48x22.png","datamatrix-4/abcd-48x24.png","datamatrix-4/abcd-48x26.png","datamatrix-4/abcd-48x8.png","datamatrix-4/abcd-64x12.png","datamatrix-4/abcd-64x16.png","datamatrix-4/abcd-64x20.png","datamatrix-4/abcd-64x24.png","datamatrix-4/abcd-64x26.png","datamatrix-4/abcd-64x8.png","datamatrix-4/abcd-80x8.png","datamatrix-4/abcd-88x12.png","datamatrix-4/abcd-96x8.png","datamatrix-4/dm-e-d-c-edifice.jpg","datamatrix-4/dm-e-d-c-ultrakain.jpg","datamatrix-4/gs1-figure-4.15.1-2-44x20.png"]],["ean13-1",["ean13-1/1.png","ean13-1/10.png","ean13-1/12.png","ean13-1/13.png","ean13-1/14.png","ean13-1/15.png","ean13-1/18.png","ean13-1/19.png","ean13-1/2.png","ean13-1/20.png","ean13-1/21.png","ean13-1/22.png","ean13-1/23.png","ean13-1/24.png","ean13-1/25.png","ean13-1/26.png","ean13-1/28.png","ean13-1/29.png","ean13-1/3.png","ean13-1/30.png","ean13-1/31.png","ean13-1/34.png","ean13-1/35.png","ean13-1/36.png","ean13-1/37.png","ean13-1/4.png","ean13-1/5.png","ean13-1/526.jpg","ean13-1/6.png","ean13-1/7.png","ean13-1/8.png","ean13-1/9.png"]],["ean13-2",["ean13-2/01.png","ean13-2/02.png","ean13-2/03.png","ean13-2/04.png","ean13-2/05.png","ean13-2/06.png","ean13-2/07.png","ean13-2/08.png","ean13-2/09.png","ean13-2/10.png","ean13-2/11.png","ean13-2/12.png","ean13-2/13.png","ean13-2/14.png","ean13-2/17.png","ean13-2/19.png","ean13-2/21.png","ean13-2/22.png","ean13-2/23.png","ean13-2/24.png","ean13-2/25.png","ean13-2/26.png","ean13-2/27.png","ean13-2/28.png"]],["ean13-3",["ean13-3/01.png","ean13-3/02.png","ean13-3/03.png","ean13-3/10.png","ean13-3/12.png","ean13-3/14.png","ean13-3/17.png","ean13-3/22.png","ean13-3/24.png","ean13-3/26.png","ean13-3/30.png","ean13-3/34.png","ean13-3/36.png","ean13-3/38.png","ean13-3/41.png","ean13-3/43.png","ean13-3/44.png","ean13-3/45.png","ean13-3/47.png","ean13-3/52.png","ean13-3/53.png"]],["ean13-4",["ean13-4/01.png","ean13-4/02.png","ean13-4/03.png","ean13-4/04.png","ean13-4/05.png","ean13-4/06.png","ean13-4/07.png","ean13-4/08.png","ean13-4/09.png","ean13-4/10.png","ean13-4/11.png","ean13-4/12.png","ean13-4/13.png","ean13-4/14.png","ean13-4/15.png","ean13-4/16.png","ean13-4/17.png","ean13-4/18.png","ean13-4/19.png","ean13-4/20.png","ean13-4/21.png","ean13-4/22.png"]],["ean13-extension-1",["ean13-extension-1/1.png","ean13-extension-1/2.png","ean13-extension-1/32.png","ean13-extension-1/33.png","ean13-extension-1/38.png"]],["ean8-1",["ean8-1/1.png","ean8-1/2.png","ean8-1/3.png","ean8-1/4.png","ean8-1/5.png","ean8-1/6.png","ean8-1/7.png","ean8-1/8.png"]],["falsepositives-1",["falsepositives-1/01.png","falsepositives-1/02.png","falsepositives-1/03.png","falsepositives-1/04.png","falsepositives-1/05.png","falsepositives-1/06.png","falsepositives-1/07.png","falsepositives-1/08.png","falsepositives-1/09.png","falsepositives-1/10.png","falsepositives-1/11.png","falsepositives-1/12.png","falsepositives-1/13.png","falsepositives-1/14.png","falsepositives-1/15.png","falsepositives-1/16.png","falsepositives-1/17.png","falsepositives-1/18.png","falsepositives-1/19.png","falsepositives-1/1x1.png","falsepositives-1/1x100.png","falsepositives-1/20.png","falsepositives-1/21.png","falsepositives-1/22.png","falsepositives-1/245.png","falsepositives-1/570.png","falsepositives-1/MQR-falsepositive.jpg"]],["falsepositives-2",["falsepositives-2/01.png","falsepositives-2/02.png","falsepositives-2/03.png","falsepositives-2/04.png","falsepositives-2/05.png","falsepositives-2/06.png","falsepositives-2/07.png","falsepositives-2/08.png","falsepositives-2/09.png","falsepositives-2/10.png","falsepositives-2/11.png","falsepositives-2/12.png","falsepositives-2/13.png","falsepositives-2/14.png","falsepositives-2/15.png","falsepositives-2/16.png","falsepositives-2/17.png","falsepositives-2/18.png","falsepositives-2/19.png","falsepositives-2/20.png","falsepositives-2/21.png","falsepositives-2/22.png","falsepositives-2/23.png","falsepositives-2/24.png","falsepositives-2/25.png"]],["itf-1",["itf-1/1.png","itf-1/13.png","itf-1/17.png","itf-1/2.png","itf-1/220.png","itf-1/3.png","itf-1/5.png","itf-1/6.png","itf-1/7.png","itf-1/8.png","itf-1/9.png"]],["itf-2",["itf-2/01.png","itf-2/04.png","itf-2/06.png","itf-2/07.png","itf-2/08.png","itf-2/13.png"]],["maxicode-1",["maxicode-1/MODE2.png","maxicode-1/MODE3.png","maxicode-1/MODE4.png","maxicode-1/MODE5.png","maxicode-1/MODE6.png","maxicode-1/Wikipedia.png","maxicode-1/mode4-mixed-ecis.png","maxicode-1/mode4-mixed-sets.png","maxicode-1/mode5-sequence2of3.png"]],["maxicode-2",["maxicode-2/01.png","maxicode-2/03.png","maxicode-2/04.png","maxicode-2/05.png"]],["microqrcode-1",["microqrcode-1/1.png","microqrcode-1/11.jpg","microqrcode-1/12.jpg","microqrcode-1/3.jpg","microqrcode-1/7.jpg","microqrcode-1/9.jpg","microqrcode-1/M1-Numeric.png","microqrcode-1/M2-Alpha.png","microqrcode-1/M2-Numeric.png","microqrcode-1/M3-Binary.png","microqrcode-1/M3-Kanji.png","microqrcode-1/M3-Mixed.png","microqrcode-1/M4-Binary.png","microqrcode-1/M4-Mixed.png","microqrcode-1/MQR-needs-br-update.jpg","microqrcode-1/NoQuietZone.png"]],["multi-1",["multi-1/1.png","multi-1/360.png","multi-1/3xean-8.png","multi-1/multi-qr.png"]],["partial",["partial/28.png","partial/39.png","partial/45.png"]],["pdf417-1",["pdf417-1/01.png","pdf417-1/02.png","pdf417-1/03-aliased.png","pdf417-1/03-cut-bot.png","pdf417-1/03-cut-top.png","pdf417-1/03-flipped.png","pdf417-1/03-rot90.png","pdf417-1/03.png","pdf417-1/04.png","pdf417-1/05.png","pdf417-1/06.png","pdf417-1/07.png","pdf417-1/09.png","pdf417-1/10.png","pdf417-1/11.png","pdf417-1/12-mixed-ecis.png","pdf417-1/13-readerinit.png"]],["pdf417-2",["pdf417-2/01.png","pdf417-2/02.png","pdf417-2/03.png","pdf417-2/04.png","pdf417-2/05.png","pdf417-2/06.png","pdf417-2/07.png","pdf417-2/08.png","pdf417-2/09.png","pdf417-2/10.png","pdf417-2/11.png","pdf417-2/12.png","pdf417-2/13.png","pdf417-2/14.png","pdf417-2/15.png","pdf417-2/16.png","pdf417-2/17.png","pdf417-2/18.png","pdf417-2/19.png","pdf417-2/20.png","pdf417-2/21.png","pdf417-2/22.png","pdf417-2/23.png","pdf417-2/24.png","pdf417-2/25.png"]],["pdf417-3",["pdf417-3/01.png","pdf417-3/02.png","pdf417-3/03.png","pdf417-3/04.png","pdf417-3/05.png","pdf417-3/06.png","pdf417-3/07.png","pdf417-3/08.png","pdf417-3/09.png","pdf417-3/10.png","pdf417-3/11.png","pdf417-3/12.png","pdf417-3/16.png","pdf417-3/17.png","pdf417-3/18.png","pdf417-3/19.png"]],["pdf417-4",["pdf417-4/01-01.png","pdf417-4/02-01.png","pdf417-4/02-02.png","pdf417-4/03-01.png"]],["qrcode-1",["qrcode-1/1.png","qrcode-1/11.png","qrcode-1/12.png","qrcode-1/13.png","qrcode-1/14.png","qrcode-1/15.png","qrcode-1/16.png","qrcode-1/17.png","qrcode-1/18.png","qrcode-1/19.png","qrcode-1/2.png","qrcode-1/20.png","qrcode-1/4.png","qrcode-1/7.png","qrcode-1/8.png","qrcode-1/9.png"]],["qrcode-2",["qrcode-2/1.png","qrcode-2/10.png","qrcode-2/11.png","qrcode-2/12.png","qrcode-2/128.png","qrcode-2/13.png","qrcode-2/1314.jpg","qrcode-2/14.png","qrcode-2/142.jpg","qrcode-2/15.png","qrcode-2/16.png","qrcode-2/17.png","qrcode-2/18.png","qrcode-2/19.png","qrcode-2/199.jpg","qrcode-2/199b.jpg","qrcode-2/2.png","qrcode-2/20.png","qrcode-2/21.png","qrcode-2/22.png","qrcode-2/23.png","qrcode-2/24.png","qrcode-2/25.png","qrcode-2/253.jpg","qrcode-2/258.jpg","qrcode-2/26.png","qrcode-2/27.png","qrcode-2/28.png","qrcode-2/29.png","qrcode-2/30.png","qrcode-2/30a.png","qrcode-2/31.png","qrcode-2/32.png","qrcode-2/33.png","qrcode-2/34.png","qrcode-2/35.png","qrcode-2/4.png","qrcode-2/5.png","qrcode-2/6.png","qrcode-2/7.png","qrcode-2/8.png","qrcode-2/9.png","qrcode-2/estimate-tilt.jpg","qrcode-2/fix-finderpattern-order.jpg","qrcode-2/fix-traceline.jpg","qrcode-2/gs1-figure-4.15.1-2.png","qrcode-2/high-res-1.jpg","qrcode-2/qr-inv-1.jpg","qrcode-2/qr-inv-2.jpg","qrcode-2/qr-model-1.png"]],["qrcode-3",["qrcode-3/01.png","qrcode-3/03.png","qrcode-3/04.png","qrcode-3/05.png","qrcode-3/07.png","qrcode-3/09.png","qrcode-3/10.png","qrcode-3/11.png","qrcode-3/13.png","qrcode-3/14.png","qrcode-3/15.png","qrcode-3/16.png","qrcode-3/17.png","qrcode-3/18.png","qrcode-3/19.png","qrcode-3/21.png","qrcode-3/22.png","qrcode-3/23.png","qrcode-3/24.png","qrcode-3/25.png","qrcode-3/27.png","qrcode-3/28.png","qrcode-3/30.png","qrcode-3/31.png","qrcode-3/33.png","qrcode-3/37.png","qrcode-3/40.png","qrcode-3/42.png"]],["qrcode-4",["qrcode-4/01.png","qrcode-4/02.png","qrcode-4/03.png","qrcode-4/04.png","qrcode-4/05.png","qrcode-4/06.png","qrcode-4/07.png","qrcode-4/08.png","qrcode-4/09.png","qrcode-4/10.png","qrcode-4/11.png","qrcode-4/12.png","qrcode-4/13.png","qrcode-4/14.png","qrcode-4/15.png","qrcode-4/16.png","qrcode-4/17.png","qrcode-4/18.png","qrcode-4/19.png","qrcode-4/20.png","qrcode-4/21.png","qrcode-4/22.png","qrcode-4/23.png","qrcode-4/24.png","qrcode-4/26.png","qrcode-4/27.png","qrcode-4/28.png","qrcode-4/29.png","qrcode-4/30.png","qrcode-4/31.png","qrcode-4/32.png","qrcode-4/33.png","qrcode-4/34.png","qrcode-4/36.png","qrcode-4/39.png","qrcode-4/40.png","qrcode-4/41.png","qrcode-4/42.png","qrcode-4/43.png","qrcode-4/46.png","qrcode-4/48.png"]],["qrcode-5",["qrcode-5/01.png","qrcode-5/02.png","qrcode-5/03.png","qrcode-5/04.png","qrcode-5/05.png","qrcode-5/08.png","qrcode-5/09.png","qrcode-5/11.png","qrcode-5/12.png","qrcode-5/13.png","qrcode-5/14.png","qrcode-5/15.png","qrcode-5/16.png","qrcode-5/17.png","qrcode-5/18.png","qrcode-5/19.png"]],["qrcode-6",["qrcode-6/1.png","qrcode-6/10.png","qrcode-6/11.png","qrcode-6/12.png","qrcode-6/13.png","qrcode-6/14.png","qrcode-6/15.png","qrcode-6/2.png","qrcode-6/3.png","qrcode-6/4.png","qrcode-6/5.png","qrcode-6/6.png","qrcode-6/7.png","qrcode-6/8.png","qrcode-6/9.png"]],["qrcode-7",["qrcode-7/01-01.png","qrcode-7/01-02.png","qrcode-7/01-03.png","qrcode-7/01-04.png"]],["rss14-1",["rss14-1/1.png","rss14-1/2.png","rss14-1/3.png","rss14-1/4.png","rss14-1/5.png","rss14-1/6.png"]],["rss14-2",["rss14-2/11.png","rss14-2/13.png","rss14-2/14.png","rss14-2/15.png","rss14-2/16.png","rss14-2/17.png","rss14-2/18.png","rss14-2/20.png","rss14-2/21.png","rss14-2/22.png","rss14-2/23.png","rss14-2/24.png","rss14-2/6.png","rss14-2/7.png","rss14-2/8.png","rss14-2/9.png"]],["rssexpanded-1",["rssexpanded-1/1.png","rssexpanded-1/10-corrected.png","rssexpanded-1/10.png","rssexpanded-1/11.png","rssexpanded-1/12.png","rssexpanded-1/13.png","rssexpanded-1/14.png","rssexpanded-1/15.png","rssexpanded-1/16.png","rssexpanded-1/17.png","rssexpanded-1/18.png","rssexpanded-1/19.png","rssexpanded-1/2.png","rssexpanded-1/20.png","rssexpanded-1/21.png","rssexpanded-1/22.png","rssexpanded-1/23.png","rssexpanded-1/24.png","rssexpanded-1/25.png","rssexpanded-1/26.png","rssexpanded-1/27.png","rssexpanded-1/28.png","rssexpanded-1/29.png","rssexpanded-1/3.png","rssexpanded-1/30.png","rssexpanded-1/31.png","rssexpanded-1/32.png","rssexpanded-1/384.png","rssexpanded-1/4.png","rssexpanded-1/5.png","rssexpanded-1/6.png","rssexpanded-1/7.png","rssexpanded-1/8.png","rssexpanded-1/9.png"]],["rssexpanded-2",["rssexpanded-2/12.png","rssexpanded-2/16.png","rssexpanded-2/17.png","rssexpanded-2/18.png","rssexpanded-2/3_01.png","rssexpanded-2/3_02.png","rssexpanded-2/3_05.png","rssexpanded-2/3_06.png","rssexpanded-2/3_07.png","rssexpanded-2/3_09.png","rssexpanded-2/4_00.png","rssexpanded-2/4_02.png","rssexpanded-2/4_03.png","rssexpanded-2/4_04.png","rssexpanded-2/5.png"]],["rssexpanded-3",["rssexpanded-3/1.png","rssexpanded-3/10.png","rssexpanded-3/100.png","rssexpanded-3/101.png","rssexpanded-3/102.png","rssexpanded-3/103.png","rssexpanded-3/104.png","rssexpanded-3/105.png","rssexpanded-3/106.png","rssexpanded-3/107.png","rssexpanded-3/108-corrected.png","rssexpanded-3/108.png","rssexpanded-3/109.png","rssexpanded-3/11.png","rssexpanded-3/110.png","rssexpanded-3/111.png","rssexpanded-3/112.png","rssexpanded-3/113.png","rssexpanded-3/114.png","rssexpanded-3/115.png","rssexpanded-3/116.png","rssexpanded-3/117.png","rssexpanded-3/12.png","rssexpanded-3/13.png","rssexpanded-3/14.png","rssexpanded-3/15.png","rssexpanded-3/16.png","rssexpanded-3/17.png","rssexpanded-3/18.png","rssexpanded-3/19.png","rssexpanded-3/2.png","rssexpanded-3/20.png","rssexpanded-3/21.png","rssexpanded-3/22.png","rssexpanded-3/23.png","rssexpanded-3/24.png","rssexpanded-3/25.png","rssexpanded-3/26.png","rssexpanded-3/27.png","rssexpanded-3/28.png","rssexpanded-3/29.png","rssexpanded-3/3.png","rssexpanded-3/30.png","rssexpanded-3/31.png","rssexpanded-3/32.png","rssexpanded-3/33.png","rssexpanded-3/34.png","rssexpanded-3/35.png","rssexpanded-3/36.png","rssexpanded-3/37.png","rssexpanded-3/38.png","rssexpanded-3/39.png","rssexpanded-3/4.png","rssexpanded-3/40.png","rssexpanded-3/41.png","rssexpanded-3/42.png","rssexpanded-3/43.png","rssexpanded-3/44.png","rssexpanded-3/45.png","rssexpanded-3/46.png","rssexpanded-3/47.png","rssexpanded-3/48.png","rssexpanded-3/49.png","rssexpanded-3/5.png","rssexpanded-3/50.png","rssexpanded-3/51.png","rssexpanded-3/52.png","rssexpanded-3/53.png","rssexpanded-3/54.png","rssexpanded-3/55.png","rssexpanded-3/56.png","rssexpanded-3/57.png","rssexpanded-3/58.png","rssexpanded-3/59.png","rssexpanded-3/6.png","rssexpanded-3/60.png","rssexpanded-3/61.png","rssexpanded-3/62.png","rssexpanded-3/63.png","rssexpanded-3/64.png","rssexpanded-3/65.png","rssexpanded-3/66.png","rssexpanded-3/67.png","rssexpanded-3/68.png","rssexpanded-3/69.png","rssexpanded-3/7.png","rssexpanded-3/70.png","rssexpanded-3/71.png","rssexpanded-3/72.png","rssexpanded-3/73.png","rssexpanded-3/74.png","rssexpanded-3/75.png","rssexpanded-3/76.png","rssexpanded-3/77.png","rssexpanded-3/78.png","rssexpanded-3/79.png","rssexpanded-3/8.png","rssexpanded-3/80.png","rssexpanded-3/81.png","rssexpanded-3/82.png","rssexpanded-3/83.png","rssexpanded-3/84.png","rssexpanded-3/85.png","rssexpanded-3/86.png","rssexpanded-3/87.png","rssexpanded-3/88.png","rssexpanded-3/89.png","rssexpanded-3/9.png","rssexpanded-3/90.png","rssexpanded-3/91.png","rssexpanded-3/92.png","rssexpanded-3/93.png","rssexpanded-3/94.png","rssexpanded-3/95.png","rssexpanded-3/96.png","rssexpanded-3/97.png","rssexpanded-3/98.png","rssexpanded-3/99.png"]],["rssexpandedstacked-1",["rssexpandedstacked-1/1.png","rssexpandedstacked-1/10.png","rssexpandedstacked-1/11.png","rssexpandedstacked-1/12.png","rssexpandedstacked-1/13.png","rssexpandedstacked-1/14.png","rssexpandedstacked-1/15.png","rssexpandedstacked-1/16.png","rssexpandedstacked-1/17.png","rssexpandedstacked-1/18.png","rssexpandedstacked-1/19.png","rssexpandedstacked-1/2.png","rssexpandedstacked-1/20.png","rssexpandedstacked-1/21.png","rssexpandedstacked-1/22.png","rssexpandedstacked-1/23.png","rssexpandedstacked-1/24.png","rssexpandedstacked-1/25.png","rssexpandedstacked-1/26.png","rssexpandedstacked-1/27.png","rssexpandedstacked-1/28.png","rssexpandedstacked-1/29.png","rssexpandedstacked-1/3.png","rssexpandedstacked-1/30.png","rssexpandedstacked-1/31.png","rssexpandedstacked-1/32.png","rssexpandedstacked-1/33.png","rssexpandedstacked-1/34.png","rssexpandedstacked-1/35.png","rssexpandedstacked-1/36.png","rssexpandedstacked-1/37.png","rssexpandedstacked-1/38.png","rssexpandedstacked-1/39.png","rssexpandedstacked-1/4.png","rssexpandedstacked-1/40.png","rssexpandedstacked-1/41.png","rssexpandedstacked-1/42.png","rssexpandedstacked-1/43.png","rssexpandedstacked-1/44.png","rssexpandedstacked-1/45.png","rssexpandedstacked-1/46.png","rssexpandedstacked-1/47.png","rssexpandedstacked-1/48.png","rssexpandedstacked-1/49.png","rssexpandedstacked-1/5.png","rssexpandedstacked-1/50.png","rssexpandedstacked-1/51.png","rssexpandedstacked-1/52.png","rssexpandedstacked-1/53.png","rssexpandedstacked-1/54.png","rssexpandedstacked-1/55-corrected.png","rssexpandedstacked-1/55.png","rssexpandedstacked-1/56.png","rssexpandedstacked-1/57.png","rssexpandedstacked-1/58.png","rssexpandedstacked-1/59.png","rssexpandedstacked-1/6.png","rssexpandedstacked-1/60.png","rssexpandedstacked-1/61.png","rssexpandedstacked-1/62.png","rssexpandedstacked-1/63.png","rssexpandedstacked-1/64.png","rssexpandedstacked-1/7.png","rssexpandedstacked-1/8.png","rssexpandedstacked-1/9.png"]],["rssexpandedstacked-2",["rssexpandedstacked-2/1.png","rssexpandedstacked-2/1000.png"]],["upca-1",["upca-1/12.png","upca-1/16.png","upca-1/17.png","upca-1/2.png","upca-1/21.png","upca-1/27.png","upca-1/28.png","upca-1/29.png","upca-1/3.png","upca-1/35.png","upca-1/4.png","upca-1/5.png"]],["upca-2",["upca-2/01.png","upca-2/02.png","upca-2/03.png","upca-2/04.png","upca-2/06.png","upca-2/07.png","upca-2/08.png","upca-2/09.png","upca-2/10.png","upca-2/11.png","upca-2/12.png","upca-2/14.png","upca-2/15.png","upca-2/16.png","upca-2/23.png","upca-2/24.png","upca-2/25.png","upca-2/26.png","upca-2/28.png","upca-2/29.png","upca-2/31.png","upca-2/32.png","upca-2/33.png","upca-2/34.png","upca-2/35.png","upca-2/37.png","upca-2/38.png","upca-2/39.png","upca-2/41.png","upca-2/42.png","upca-2/45.png","upca-2/46.png","upca-2/48.png","upca-2/49.png","upca-2/50.png","upca-2/51.png"]],["upca-3",["upca-3/01.png","upca-3/02.png","upca-3/03.png","upca-3/04.png","upca-3/05.png","upca-3/06.png","upca-3/07.png","upca-3/08.png","upca-3/09.png","upca-3/10.png","upca-3/11.png","upca-3/12.png","upca-3/13.png","upca-3/14.png","upca-3/15.png","upca-3/16.png","upca-3/17.png","upca-3/18.png","upca-3/19.png","upca-3/20.png","upca-3/21.png"]],["upca-4",["upca-4/1.png","upca-4/10.png","upca-4/11.png","upca-4/12.png","upca-4/13.png","upca-4/14.png","upca-4/15.png","upca-4/16.png","upca-4/17.png","upca-4/18.png","upca-4/19.png","upca-4/2.png","upca-4/3.png","upca-4/4.png","upca-4/5.png","upca-4/6.png","upca-4/7.png","upca-4/8.png","upca-4/9.png"]],["upca-5",["upca-5/01.png","upca-5/02.png","upca-5/03.png","upca-5/04.png","upca-5/05.png","upca-5/06.png","upca-5/07.png","upca-5/08.png","upca-5/09.png","upca-5/11.png","upca-5/13.png","upca-5/14.png","upca-5/15.png","upca-5/16.png","upca-5/18.png","upca-5/19.png","upca-5/20.png","upca-5/21.png","upca-5/22.png","upca-5/23.png","upca-5/24.png","upca-5/25.png","upca-5/26.png","upca-5/27.png","upca-5/28.png","upca-5/29.png","upca-5/30.png","upca-5/31.png","upca-5/32.png","upca-5/33.png","upca-5/34.png","upca-5/35.png"]],["upca-extension-1",["upca-extension-1/10.png","upca-extension-1/11.png","upca-extension-1/18.png","upca-extension-1/19.png","upca-extension-1/8.png","upca-extension-1/9.png"]],["upce-1",["upce-1/1.png","upce-1/2.png","upce-1/4.png"]],["upce-2",["upce-2/01.png","upce-2/02.png","upce-2/03.png","upce-2/05.png","upce-2/06.png","upce-2/08.png","upce-2/10.png","upce-2/11.png","upce-2/12.png","upce-2/14.png","upce-2/16.png","upce-2/17.png","upce-2/18.png","upce-2/20.png","upce-2/21.png","upce-2/23.png","upce-2/24.png","upce-2/26.png","upce-2/28.png","upce-2/29.png","upce-2/31.png","upce-2/33.png","upce-2/34.png","upce-2/35.png","upce-2/37.png","upce-2/38.png","upce-2/39.png","upce-2/41.png"]],["upce-3",["upce-3/01.png","upce-3/02.png","upce-3/03.png","upce-3/04.png","upce-3/05.png","upce-3/06.png","upce-3/07.png","upce-3/08.png","upce-3/09.png","upce-3/10.png","upce-3/11.png"]]] \ No newline at end of file diff --git a/tests/samples/upca-1/12.png b/tests/samples/upca-1/12.png deleted file mode 100644 index 1b62ce2..0000000 Binary files a/tests/samples/upca-1/12.png and /dev/null differ diff --git a/tests/samples/upca-1/12.txt b/tests/samples/upca-1/12.txt deleted file mode 100644 index 4ea41b0..0000000 --- a/tests/samples/upca-1/12.txt +++ /dev/null @@ -1 +0,0 @@ -781735802045 \ No newline at end of file diff --git a/tests/samples/upca-1/16.png b/tests/samples/upca-1/16.png deleted file mode 100644 index 206b034..0000000 Binary files a/tests/samples/upca-1/16.png and /dev/null differ diff --git a/tests/samples/upca-1/16.txt b/tests/samples/upca-1/16.txt deleted file mode 100644 index ec6ea1e..0000000 --- a/tests/samples/upca-1/16.txt +++ /dev/null @@ -1 +0,0 @@ -456314319671 \ No newline at end of file diff --git a/tests/samples/upca-1/17.png b/tests/samples/upca-1/17.png deleted file mode 100644 index 4d6cf80..0000000 Binary files a/tests/samples/upca-1/17.png and /dev/null differ diff --git a/tests/samples/upca-1/17.txt b/tests/samples/upca-1/17.txt deleted file mode 100644 index 99d98e6..0000000 --- a/tests/samples/upca-1/17.txt +++ /dev/null @@ -1 +0,0 @@ -434704791429 \ No newline at end of file diff --git a/tests/samples/upca-1/2.png b/tests/samples/upca-1/2.png deleted file mode 100644 index b1ad64f..0000000 Binary files a/tests/samples/upca-1/2.png and /dev/null differ diff --git a/tests/samples/upca-1/2.result.txt b/tests/samples/upca-1/2.result.txt deleted file mode 100644 index 602e892..0000000 --- a/tests/samples/upca-1/2.result.txt +++ /dev/null @@ -1 +0,0 @@ -symbologyIdentifier=]E0 diff --git a/tests/samples/upca-1/2.txt b/tests/samples/upca-1/2.txt deleted file mode 100644 index 8304219..0000000 --- a/tests/samples/upca-1/2.txt +++ /dev/null @@ -1 +0,0 @@ -036602301467 \ No newline at end of file diff --git a/tests/samples/upca-1/21.png b/tests/samples/upca-1/21.png deleted file mode 100644 index e3d0ade..0000000 Binary files a/tests/samples/upca-1/21.png and /dev/null differ diff --git a/tests/samples/upca-1/21.txt b/tests/samples/upca-1/21.txt deleted file mode 100644 index ac41ca8..0000000 --- a/tests/samples/upca-1/21.txt +++ /dev/null @@ -1 +0,0 @@ -752919460009 \ No newline at end of file diff --git a/tests/samples/upca-1/27.png b/tests/samples/upca-1/27.png deleted file mode 100644 index 3a7af21..0000000 Binary files a/tests/samples/upca-1/27.png and /dev/null differ diff --git a/tests/samples/upca-1/27.txt b/tests/samples/upca-1/27.txt deleted file mode 100644 index 592cb74..0000000 --- a/tests/samples/upca-1/27.txt +++ /dev/null @@ -1 +0,0 @@ -606949762520 \ No newline at end of file diff --git a/tests/samples/upca-1/28.png b/tests/samples/upca-1/28.png deleted file mode 100644 index dd91520..0000000 Binary files a/tests/samples/upca-1/28.png and /dev/null differ diff --git a/tests/samples/upca-1/28.txt b/tests/samples/upca-1/28.txt deleted file mode 100644 index 051a382..0000000 --- a/tests/samples/upca-1/28.txt +++ /dev/null @@ -1 +0,0 @@ -061869053712 \ No newline at end of file diff --git a/tests/samples/upca-1/29.png b/tests/samples/upca-1/29.png deleted file mode 100644 index 195b692..0000000 Binary files a/tests/samples/upca-1/29.png and /dev/null differ diff --git a/tests/samples/upca-1/29.txt b/tests/samples/upca-1/29.txt deleted file mode 100644 index 1335b71..0000000 --- a/tests/samples/upca-1/29.txt +++ /dev/null @@ -1 +0,0 @@ -619659023935 \ No newline at end of file diff --git a/tests/samples/upca-1/3.png b/tests/samples/upca-1/3.png deleted file mode 100644 index 682f759..0000000 Binary files a/tests/samples/upca-1/3.png and /dev/null differ diff --git a/tests/samples/upca-1/3.txt b/tests/samples/upca-1/3.txt deleted file mode 100644 index e53c211..0000000 --- a/tests/samples/upca-1/3.txt +++ /dev/null @@ -1 +0,0 @@ -070097025088 \ No newline at end of file diff --git a/tests/samples/upca-1/35.png b/tests/samples/upca-1/35.png deleted file mode 100644 index 0d6e2ce..0000000 Binary files a/tests/samples/upca-1/35.png and /dev/null differ diff --git a/tests/samples/upca-1/35.txt b/tests/samples/upca-1/35.txt deleted file mode 100644 index 9b3f5d3..0000000 --- a/tests/samples/upca-1/35.txt +++ /dev/null @@ -1 +0,0 @@ -045496442736 \ No newline at end of file diff --git a/tests/samples/upca-1/4.png b/tests/samples/upca-1/4.png deleted file mode 100644 index b7b9b0b..0000000 Binary files a/tests/samples/upca-1/4.png and /dev/null differ diff --git a/tests/samples/upca-1/4.txt b/tests/samples/upca-1/4.txt deleted file mode 100644 index e53c211..0000000 --- a/tests/samples/upca-1/4.txt +++ /dev/null @@ -1 +0,0 @@ -070097025088 \ No newline at end of file diff --git a/tests/samples/upca-1/5.png b/tests/samples/upca-1/5.png deleted file mode 100644 index 4dc424a..0000000 Binary files a/tests/samples/upca-1/5.png and /dev/null differ diff --git a/tests/samples/upca-1/5.txt b/tests/samples/upca-1/5.txt deleted file mode 100644 index e53c211..0000000 --- a/tests/samples/upca-1/5.txt +++ /dev/null @@ -1 +0,0 @@ -070097025088 \ No newline at end of file diff --git a/tests/samples/upca-2/01.png b/tests/samples/upca-2/01.png deleted file mode 100644 index b4d8b25..0000000 Binary files a/tests/samples/upca-2/01.png and /dev/null differ diff --git a/tests/samples/upca-2/01.txt b/tests/samples/upca-2/01.txt deleted file mode 100644 index ad9b706..0000000 --- a/tests/samples/upca-2/01.txt +++ /dev/null @@ -1 +0,0 @@ -890444000335 \ No newline at end of file diff --git a/tests/samples/upca-2/02.png b/tests/samples/upca-2/02.png deleted file mode 100644 index 743a199..0000000 Binary files a/tests/samples/upca-2/02.png and /dev/null differ diff --git a/tests/samples/upca-2/02.txt b/tests/samples/upca-2/02.txt deleted file mode 100644 index ad9b706..0000000 --- a/tests/samples/upca-2/02.txt +++ /dev/null @@ -1 +0,0 @@ -890444000335 \ No newline at end of file diff --git a/tests/samples/upca-2/03.png b/tests/samples/upca-2/03.png deleted file mode 100644 index b277fcc..0000000 Binary files a/tests/samples/upca-2/03.png and /dev/null differ diff --git a/tests/samples/upca-2/03.txt b/tests/samples/upca-2/03.txt deleted file mode 100644 index ad9b706..0000000 --- a/tests/samples/upca-2/03.txt +++ /dev/null @@ -1 +0,0 @@ -890444000335 \ No newline at end of file diff --git a/tests/samples/upca-2/04.png b/tests/samples/upca-2/04.png deleted file mode 100644 index b117cf0..0000000 Binary files a/tests/samples/upca-2/04.png and /dev/null differ diff --git a/tests/samples/upca-2/04.txt b/tests/samples/upca-2/04.txt deleted file mode 100644 index ad9b706..0000000 --- a/tests/samples/upca-2/04.txt +++ /dev/null @@ -1 +0,0 @@ -890444000335 \ No newline at end of file diff --git a/tests/samples/upca-2/06.png b/tests/samples/upca-2/06.png deleted file mode 100644 index 25af11c..0000000 Binary files a/tests/samples/upca-2/06.png and /dev/null differ diff --git a/tests/samples/upca-2/06.txt b/tests/samples/upca-2/06.txt deleted file mode 100644 index ad9b706..0000000 --- a/tests/samples/upca-2/06.txt +++ /dev/null @@ -1 +0,0 @@ -890444000335 \ No newline at end of file diff --git a/tests/samples/upca-2/07.png b/tests/samples/upca-2/07.png deleted file mode 100644 index 0b60f9b..0000000 Binary files a/tests/samples/upca-2/07.png and /dev/null differ diff --git a/tests/samples/upca-2/07.txt b/tests/samples/upca-2/07.txt deleted file mode 100644 index ad9b706..0000000 --- a/tests/samples/upca-2/07.txt +++ /dev/null @@ -1 +0,0 @@ -890444000335 \ No newline at end of file diff --git a/tests/samples/upca-2/08.png b/tests/samples/upca-2/08.png deleted file mode 100644 index 599360b..0000000 Binary files a/tests/samples/upca-2/08.png and /dev/null differ diff --git a/tests/samples/upca-2/08.txt b/tests/samples/upca-2/08.txt deleted file mode 100644 index 00773d4..0000000 --- a/tests/samples/upca-2/08.txt +++ /dev/null @@ -1 +0,0 @@ -181497000879 \ No newline at end of file diff --git a/tests/samples/upca-2/09.png b/tests/samples/upca-2/09.png deleted file mode 100644 index c23f110..0000000 Binary files a/tests/samples/upca-2/09.png and /dev/null differ diff --git a/tests/samples/upca-2/09.txt b/tests/samples/upca-2/09.txt deleted file mode 100644 index 00773d4..0000000 --- a/tests/samples/upca-2/09.txt +++ /dev/null @@ -1 +0,0 @@ -181497000879 \ No newline at end of file diff --git a/tests/samples/upca-2/10.png b/tests/samples/upca-2/10.png deleted file mode 100644 index 2b9caa0..0000000 Binary files a/tests/samples/upca-2/10.png and /dev/null differ diff --git a/tests/samples/upca-2/10.txt b/tests/samples/upca-2/10.txt deleted file mode 100644 index 00773d4..0000000 --- a/tests/samples/upca-2/10.txt +++ /dev/null @@ -1 +0,0 @@ -181497000879 \ No newline at end of file diff --git a/tests/samples/upca-2/11.png b/tests/samples/upca-2/11.png deleted file mode 100644 index 17e60e1..0000000 Binary files a/tests/samples/upca-2/11.png and /dev/null differ diff --git a/tests/samples/upca-2/11.txt b/tests/samples/upca-2/11.txt deleted file mode 100644 index 00773d4..0000000 --- a/tests/samples/upca-2/11.txt +++ /dev/null @@ -1 +0,0 @@ -181497000879 \ No newline at end of file diff --git a/tests/samples/upca-2/12.png b/tests/samples/upca-2/12.png deleted file mode 100644 index 2b71b34..0000000 Binary files a/tests/samples/upca-2/12.png and /dev/null differ diff --git a/tests/samples/upca-2/12.txt b/tests/samples/upca-2/12.txt deleted file mode 100644 index 00773d4..0000000 --- a/tests/samples/upca-2/12.txt +++ /dev/null @@ -1 +0,0 @@ -181497000879 \ No newline at end of file diff --git a/tests/samples/upca-2/14.png b/tests/samples/upca-2/14.png deleted file mode 100644 index 3ff69a5..0000000 Binary files a/tests/samples/upca-2/14.png and /dev/null differ diff --git a/tests/samples/upca-2/14.txt b/tests/samples/upca-2/14.txt deleted file mode 100644 index 2d0688a..0000000 --- a/tests/samples/upca-2/14.txt +++ /dev/null @@ -1 +0,0 @@ -051000000675 \ No newline at end of file diff --git a/tests/samples/upca-2/15.png b/tests/samples/upca-2/15.png deleted file mode 100644 index 5d2d8cc..0000000 Binary files a/tests/samples/upca-2/15.png and /dev/null differ diff --git a/tests/samples/upca-2/15.txt b/tests/samples/upca-2/15.txt deleted file mode 100644 index 2d0688a..0000000 --- a/tests/samples/upca-2/15.txt +++ /dev/null @@ -1 +0,0 @@ -051000000675 \ No newline at end of file diff --git a/tests/samples/upca-2/16.png b/tests/samples/upca-2/16.png deleted file mode 100644 index 98656a3..0000000 Binary files a/tests/samples/upca-2/16.png and /dev/null differ diff --git a/tests/samples/upca-2/16.txt b/tests/samples/upca-2/16.txt deleted file mode 100644 index 2d0688a..0000000 --- a/tests/samples/upca-2/16.txt +++ /dev/null @@ -1 +0,0 @@ -051000000675 \ No newline at end of file diff --git a/tests/samples/upca-2/23.png b/tests/samples/upca-2/23.png deleted file mode 100644 index 9dd703d..0000000 Binary files a/tests/samples/upca-2/23.png and /dev/null differ diff --git a/tests/samples/upca-2/23.txt b/tests/samples/upca-2/23.txt deleted file mode 100644 index 2598343..0000000 --- a/tests/samples/upca-2/23.txt +++ /dev/null @@ -1 +0,0 @@ -752050200137 \ No newline at end of file diff --git a/tests/samples/upca-2/24.png b/tests/samples/upca-2/24.png deleted file mode 100644 index 210af0f..0000000 Binary files a/tests/samples/upca-2/24.png and /dev/null differ diff --git a/tests/samples/upca-2/24.txt b/tests/samples/upca-2/24.txt deleted file mode 100644 index 2598343..0000000 --- a/tests/samples/upca-2/24.txt +++ /dev/null @@ -1 +0,0 @@ -752050200137 \ No newline at end of file diff --git a/tests/samples/upca-2/25.png b/tests/samples/upca-2/25.png deleted file mode 100644 index 19c2a19..0000000 Binary files a/tests/samples/upca-2/25.png and /dev/null differ diff --git a/tests/samples/upca-2/25.txt b/tests/samples/upca-2/25.txt deleted file mode 100644 index 2598343..0000000 --- a/tests/samples/upca-2/25.txt +++ /dev/null @@ -1 +0,0 @@ -752050200137 \ No newline at end of file diff --git a/tests/samples/upca-2/26.png b/tests/samples/upca-2/26.png deleted file mode 100644 index 409bbf3..0000000 Binary files a/tests/samples/upca-2/26.png and /dev/null differ diff --git a/tests/samples/upca-2/26.txt b/tests/samples/upca-2/26.txt deleted file mode 100644 index 2598343..0000000 --- a/tests/samples/upca-2/26.txt +++ /dev/null @@ -1 +0,0 @@ -752050200137 \ No newline at end of file diff --git a/tests/samples/upca-2/28.png b/tests/samples/upca-2/28.png deleted file mode 100644 index 6661410..0000000 Binary files a/tests/samples/upca-2/28.png and /dev/null differ diff --git a/tests/samples/upca-2/28.txt b/tests/samples/upca-2/28.txt deleted file mode 100644 index 2598343..0000000 --- a/tests/samples/upca-2/28.txt +++ /dev/null @@ -1 +0,0 @@ -752050200137 \ No newline at end of file diff --git a/tests/samples/upca-2/29.png b/tests/samples/upca-2/29.png deleted file mode 100644 index d1dc494..0000000 Binary files a/tests/samples/upca-2/29.png and /dev/null differ diff --git a/tests/samples/upca-2/29.txt b/tests/samples/upca-2/29.txt deleted file mode 100644 index 2598343..0000000 --- a/tests/samples/upca-2/29.txt +++ /dev/null @@ -1 +0,0 @@ -752050200137 \ No newline at end of file diff --git a/tests/samples/upca-2/31.png b/tests/samples/upca-2/31.png deleted file mode 100644 index 7f05674..0000000 Binary files a/tests/samples/upca-2/31.png and /dev/null differ diff --git a/tests/samples/upca-2/31.txt b/tests/samples/upca-2/31.txt deleted file mode 100644 index 8889039..0000000 --- a/tests/samples/upca-2/31.txt +++ /dev/null @@ -1 +0,0 @@ -899684001003 \ No newline at end of file diff --git a/tests/samples/upca-2/32.png b/tests/samples/upca-2/32.png deleted file mode 100644 index 92ec79e..0000000 Binary files a/tests/samples/upca-2/32.png and /dev/null differ diff --git a/tests/samples/upca-2/32.txt b/tests/samples/upca-2/32.txt deleted file mode 100644 index 8889039..0000000 --- a/tests/samples/upca-2/32.txt +++ /dev/null @@ -1 +0,0 @@ -899684001003 \ No newline at end of file diff --git a/tests/samples/upca-2/33.png b/tests/samples/upca-2/33.png deleted file mode 100644 index d19b795..0000000 Binary files a/tests/samples/upca-2/33.png and /dev/null differ diff --git a/tests/samples/upca-2/33.txt b/tests/samples/upca-2/33.txt deleted file mode 100644 index 8889039..0000000 --- a/tests/samples/upca-2/33.txt +++ /dev/null @@ -1 +0,0 @@ -899684001003 \ No newline at end of file diff --git a/tests/samples/upca-2/34.png b/tests/samples/upca-2/34.png deleted file mode 100644 index a32ace7..0000000 Binary files a/tests/samples/upca-2/34.png and /dev/null differ diff --git a/tests/samples/upca-2/34.txt b/tests/samples/upca-2/34.txt deleted file mode 100644 index 8889039..0000000 --- a/tests/samples/upca-2/34.txt +++ /dev/null @@ -1 +0,0 @@ -899684001003 \ No newline at end of file diff --git a/tests/samples/upca-2/35.png b/tests/samples/upca-2/35.png deleted file mode 100644 index 93d2855..0000000 Binary files a/tests/samples/upca-2/35.png and /dev/null differ diff --git a/tests/samples/upca-2/35.txt b/tests/samples/upca-2/35.txt deleted file mode 100644 index 8889039..0000000 --- a/tests/samples/upca-2/35.txt +++ /dev/null @@ -1 +0,0 @@ -899684001003 \ No newline at end of file diff --git a/tests/samples/upca-2/37.png b/tests/samples/upca-2/37.png deleted file mode 100644 index bd81dea..0000000 Binary files a/tests/samples/upca-2/37.png and /dev/null differ diff --git a/tests/samples/upca-2/37.txt b/tests/samples/upca-2/37.txt deleted file mode 100644 index 8889039..0000000 --- a/tests/samples/upca-2/37.txt +++ /dev/null @@ -1 +0,0 @@ -899684001003 \ No newline at end of file diff --git a/tests/samples/upca-2/38.png b/tests/samples/upca-2/38.png deleted file mode 100644 index 30c4b83..0000000 Binary files a/tests/samples/upca-2/38.png and /dev/null differ diff --git a/tests/samples/upca-2/38.txt b/tests/samples/upca-2/38.txt deleted file mode 100644 index 43914c7..0000000 --- a/tests/samples/upca-2/38.txt +++ /dev/null @@ -1 +0,0 @@ -012546619592 \ No newline at end of file diff --git a/tests/samples/upca-2/39.png b/tests/samples/upca-2/39.png deleted file mode 100644 index 9af319e..0000000 Binary files a/tests/samples/upca-2/39.png and /dev/null differ diff --git a/tests/samples/upca-2/39.txt b/tests/samples/upca-2/39.txt deleted file mode 100644 index 43914c7..0000000 --- a/tests/samples/upca-2/39.txt +++ /dev/null @@ -1 +0,0 @@ -012546619592 \ No newline at end of file diff --git a/tests/samples/upca-2/41.png b/tests/samples/upca-2/41.png deleted file mode 100644 index 4d797e9..0000000 Binary files a/tests/samples/upca-2/41.png and /dev/null differ diff --git a/tests/samples/upca-2/41.txt b/tests/samples/upca-2/41.txt deleted file mode 100644 index 43914c7..0000000 --- a/tests/samples/upca-2/41.txt +++ /dev/null @@ -1 +0,0 @@ -012546619592 \ No newline at end of file diff --git a/tests/samples/upca-2/42.png b/tests/samples/upca-2/42.png deleted file mode 100644 index 6265221..0000000 Binary files a/tests/samples/upca-2/42.png and /dev/null differ diff --git a/tests/samples/upca-2/42.txt b/tests/samples/upca-2/42.txt deleted file mode 100644 index 43914c7..0000000 --- a/tests/samples/upca-2/42.txt +++ /dev/null @@ -1 +0,0 @@ -012546619592 \ No newline at end of file diff --git a/tests/samples/upca-2/45.png b/tests/samples/upca-2/45.png deleted file mode 100644 index c48621e..0000000 Binary files a/tests/samples/upca-2/45.png and /dev/null differ diff --git a/tests/samples/upca-2/45.txt b/tests/samples/upca-2/45.txt deleted file mode 100644 index 2c50e36..0000000 --- a/tests/samples/upca-2/45.txt +++ /dev/null @@ -1 +0,0 @@ -075720003259 \ No newline at end of file diff --git a/tests/samples/upca-2/46.png b/tests/samples/upca-2/46.png deleted file mode 100644 index 86377bf..0000000 Binary files a/tests/samples/upca-2/46.png and /dev/null differ diff --git a/tests/samples/upca-2/46.txt b/tests/samples/upca-2/46.txt deleted file mode 100644 index 2c50e36..0000000 --- a/tests/samples/upca-2/46.txt +++ /dev/null @@ -1 +0,0 @@ -075720003259 \ No newline at end of file diff --git a/tests/samples/upca-2/48.png b/tests/samples/upca-2/48.png deleted file mode 100644 index c24c315..0000000 Binary files a/tests/samples/upca-2/48.png and /dev/null differ diff --git a/tests/samples/upca-2/48.txt b/tests/samples/upca-2/48.txt deleted file mode 100644 index 2c50e36..0000000 --- a/tests/samples/upca-2/48.txt +++ /dev/null @@ -1 +0,0 @@ -075720003259 \ No newline at end of file diff --git a/tests/samples/upca-2/49.png b/tests/samples/upca-2/49.png deleted file mode 100644 index 7f1db53..0000000 Binary files a/tests/samples/upca-2/49.png and /dev/null differ diff --git a/tests/samples/upca-2/49.txt b/tests/samples/upca-2/49.txt deleted file mode 100644 index 2c50e36..0000000 --- a/tests/samples/upca-2/49.txt +++ /dev/null @@ -1 +0,0 @@ -075720003259 \ No newline at end of file diff --git a/tests/samples/upca-2/50.png b/tests/samples/upca-2/50.png deleted file mode 100644 index ea0e450..0000000 Binary files a/tests/samples/upca-2/50.png and /dev/null differ diff --git a/tests/samples/upca-2/50.txt b/tests/samples/upca-2/50.txt deleted file mode 100644 index 2c50e36..0000000 --- a/tests/samples/upca-2/50.txt +++ /dev/null @@ -1 +0,0 @@ -075720003259 \ No newline at end of file diff --git a/tests/samples/upca-2/51.png b/tests/samples/upca-2/51.png deleted file mode 100644 index 51b4934..0000000 Binary files a/tests/samples/upca-2/51.png and /dev/null differ diff --git a/tests/samples/upca-2/51.txt b/tests/samples/upca-2/51.txt deleted file mode 100644 index 2c50e36..0000000 --- a/tests/samples/upca-2/51.txt +++ /dev/null @@ -1 +0,0 @@ -075720003259 \ No newline at end of file diff --git a/tests/samples/upca-3/01.png b/tests/samples/upca-3/01.png deleted file mode 100644 index 6101feb..0000000 Binary files a/tests/samples/upca-3/01.png and /dev/null differ diff --git a/tests/samples/upca-3/01.txt b/tests/samples/upca-3/01.txt deleted file mode 100644 index 6883994..0000000 --- a/tests/samples/upca-3/01.txt +++ /dev/null @@ -1 +0,0 @@ -049000042566 \ No newline at end of file diff --git a/tests/samples/upca-3/02.png b/tests/samples/upca-3/02.png deleted file mode 100644 index 2b09055..0000000 Binary files a/tests/samples/upca-3/02.png and /dev/null differ diff --git a/tests/samples/upca-3/02.txt b/tests/samples/upca-3/02.txt deleted file mode 100644 index 6883994..0000000 --- a/tests/samples/upca-3/02.txt +++ /dev/null @@ -1 +0,0 @@ -049000042566 \ No newline at end of file diff --git a/tests/samples/upca-3/03.png b/tests/samples/upca-3/03.png deleted file mode 100644 index 08741c1..0000000 Binary files a/tests/samples/upca-3/03.png and /dev/null differ diff --git a/tests/samples/upca-3/03.txt b/tests/samples/upca-3/03.txt deleted file mode 100644 index 6883994..0000000 --- a/tests/samples/upca-3/03.txt +++ /dev/null @@ -1 +0,0 @@ -049000042566 \ No newline at end of file diff --git a/tests/samples/upca-3/04.png b/tests/samples/upca-3/04.png deleted file mode 100644 index 7ab8526..0000000 Binary files a/tests/samples/upca-3/04.png and /dev/null differ diff --git a/tests/samples/upca-3/04.txt b/tests/samples/upca-3/04.txt deleted file mode 100644 index 6883994..0000000 --- a/tests/samples/upca-3/04.txt +++ /dev/null @@ -1 +0,0 @@ -049000042566 \ No newline at end of file diff --git a/tests/samples/upca-3/05.png b/tests/samples/upca-3/05.png deleted file mode 100644 index 3a790fd..0000000 Binary files a/tests/samples/upca-3/05.png and /dev/null differ diff --git a/tests/samples/upca-3/05.txt b/tests/samples/upca-3/05.txt deleted file mode 100644 index 6883994..0000000 --- a/tests/samples/upca-3/05.txt +++ /dev/null @@ -1 +0,0 @@ -049000042566 \ No newline at end of file diff --git a/tests/samples/upca-3/06.png b/tests/samples/upca-3/06.png deleted file mode 100644 index 8a17999..0000000 Binary files a/tests/samples/upca-3/06.png and /dev/null differ diff --git a/tests/samples/upca-3/06.txt b/tests/samples/upca-3/06.txt deleted file mode 100644 index 6883994..0000000 --- a/tests/samples/upca-3/06.txt +++ /dev/null @@ -1 +0,0 @@ -049000042566 \ No newline at end of file diff --git a/tests/samples/upca-3/07.png b/tests/samples/upca-3/07.png deleted file mode 100644 index 6749f5f..0000000 Binary files a/tests/samples/upca-3/07.png and /dev/null differ diff --git a/tests/samples/upca-3/07.txt b/tests/samples/upca-3/07.txt deleted file mode 100644 index 6883994..0000000 --- a/tests/samples/upca-3/07.txt +++ /dev/null @@ -1 +0,0 @@ -049000042566 \ No newline at end of file diff --git a/tests/samples/upca-3/08.png b/tests/samples/upca-3/08.png deleted file mode 100644 index bf7b066..0000000 Binary files a/tests/samples/upca-3/08.png and /dev/null differ diff --git a/tests/samples/upca-3/08.txt b/tests/samples/upca-3/08.txt deleted file mode 100644 index 6883994..0000000 --- a/tests/samples/upca-3/08.txt +++ /dev/null @@ -1 +0,0 @@ -049000042566 \ No newline at end of file diff --git a/tests/samples/upca-3/09.png b/tests/samples/upca-3/09.png deleted file mode 100644 index aa91417..0000000 Binary files a/tests/samples/upca-3/09.png and /dev/null differ diff --git a/tests/samples/upca-3/09.txt b/tests/samples/upca-3/09.txt deleted file mode 100644 index 6883994..0000000 --- a/tests/samples/upca-3/09.txt +++ /dev/null @@ -1 +0,0 @@ -049000042566 \ No newline at end of file diff --git a/tests/samples/upca-3/10.png b/tests/samples/upca-3/10.png deleted file mode 100644 index 69acf4f..0000000 Binary files a/tests/samples/upca-3/10.png and /dev/null differ diff --git a/tests/samples/upca-3/10.txt b/tests/samples/upca-3/10.txt deleted file mode 100644 index 6883994..0000000 --- a/tests/samples/upca-3/10.txt +++ /dev/null @@ -1 +0,0 @@ -049000042566 \ No newline at end of file diff --git a/tests/samples/upca-3/11.png b/tests/samples/upca-3/11.png deleted file mode 100644 index bb20931..0000000 Binary files a/tests/samples/upca-3/11.png and /dev/null differ diff --git a/tests/samples/upca-3/11.txt b/tests/samples/upca-3/11.txt deleted file mode 100644 index 389d4d6..0000000 --- a/tests/samples/upca-3/11.txt +++ /dev/null @@ -1 +0,0 @@ -854818000116 \ No newline at end of file diff --git a/tests/samples/upca-3/12.png b/tests/samples/upca-3/12.png deleted file mode 100644 index 4144782..0000000 Binary files a/tests/samples/upca-3/12.png and /dev/null differ diff --git a/tests/samples/upca-3/12.txt b/tests/samples/upca-3/12.txt deleted file mode 100644 index 389d4d6..0000000 --- a/tests/samples/upca-3/12.txt +++ /dev/null @@ -1 +0,0 @@ -854818000116 \ No newline at end of file diff --git a/tests/samples/upca-3/13.png b/tests/samples/upca-3/13.png deleted file mode 100644 index 1a8d852..0000000 Binary files a/tests/samples/upca-3/13.png and /dev/null differ diff --git a/tests/samples/upca-3/13.txt b/tests/samples/upca-3/13.txt deleted file mode 100644 index 389d4d6..0000000 --- a/tests/samples/upca-3/13.txt +++ /dev/null @@ -1 +0,0 @@ -854818000116 \ No newline at end of file diff --git a/tests/samples/upca-3/14.png b/tests/samples/upca-3/14.png deleted file mode 100644 index 87586c7..0000000 Binary files a/tests/samples/upca-3/14.png and /dev/null differ diff --git a/tests/samples/upca-3/14.txt b/tests/samples/upca-3/14.txt deleted file mode 100644 index 389d4d6..0000000 --- a/tests/samples/upca-3/14.txt +++ /dev/null @@ -1 +0,0 @@ -854818000116 \ No newline at end of file diff --git a/tests/samples/upca-3/15.png b/tests/samples/upca-3/15.png deleted file mode 100644 index 4fa18ab..0000000 Binary files a/tests/samples/upca-3/15.png and /dev/null differ diff --git a/tests/samples/upca-3/15.txt b/tests/samples/upca-3/15.txt deleted file mode 100644 index 389d4d6..0000000 --- a/tests/samples/upca-3/15.txt +++ /dev/null @@ -1 +0,0 @@ -854818000116 \ No newline at end of file diff --git a/tests/samples/upca-3/16.png b/tests/samples/upca-3/16.png deleted file mode 100644 index 2798737..0000000 Binary files a/tests/samples/upca-3/16.png and /dev/null differ diff --git a/tests/samples/upca-3/16.txt b/tests/samples/upca-3/16.txt deleted file mode 100644 index 389d4d6..0000000 --- a/tests/samples/upca-3/16.txt +++ /dev/null @@ -1 +0,0 @@ -854818000116 \ No newline at end of file diff --git a/tests/samples/upca-3/17.png b/tests/samples/upca-3/17.png deleted file mode 100644 index 04b481f..0000000 Binary files a/tests/samples/upca-3/17.png and /dev/null differ diff --git a/tests/samples/upca-3/17.txt b/tests/samples/upca-3/17.txt deleted file mode 100644 index 389d4d6..0000000 --- a/tests/samples/upca-3/17.txt +++ /dev/null @@ -1 +0,0 @@ -854818000116 \ No newline at end of file diff --git a/tests/samples/upca-3/18.png b/tests/samples/upca-3/18.png deleted file mode 100644 index 557fbf2..0000000 Binary files a/tests/samples/upca-3/18.png and /dev/null differ diff --git a/tests/samples/upca-3/18.txt b/tests/samples/upca-3/18.txt deleted file mode 100644 index 389d4d6..0000000 --- a/tests/samples/upca-3/18.txt +++ /dev/null @@ -1 +0,0 @@ -854818000116 \ No newline at end of file diff --git a/tests/samples/upca-3/19.png b/tests/samples/upca-3/19.png deleted file mode 100644 index cb0e3f1..0000000 Binary files a/tests/samples/upca-3/19.png and /dev/null differ diff --git a/tests/samples/upca-3/19.txt b/tests/samples/upca-3/19.txt deleted file mode 100644 index 389d4d6..0000000 --- a/tests/samples/upca-3/19.txt +++ /dev/null @@ -1 +0,0 @@ -854818000116 \ No newline at end of file diff --git a/tests/samples/upca-3/20.png b/tests/samples/upca-3/20.png deleted file mode 100644 index ad67b3f..0000000 Binary files a/tests/samples/upca-3/20.png and /dev/null differ diff --git a/tests/samples/upca-3/20.txt b/tests/samples/upca-3/20.txt deleted file mode 100644 index 389d4d6..0000000 --- a/tests/samples/upca-3/20.txt +++ /dev/null @@ -1 +0,0 @@ -854818000116 \ No newline at end of file diff --git a/tests/samples/upca-3/21.png b/tests/samples/upca-3/21.png deleted file mode 100644 index 6293f12..0000000 Binary files a/tests/samples/upca-3/21.png and /dev/null differ diff --git a/tests/samples/upca-3/21.txt b/tests/samples/upca-3/21.txt deleted file mode 100644 index 389d4d6..0000000 --- a/tests/samples/upca-3/21.txt +++ /dev/null @@ -1 +0,0 @@ -854818000116 \ No newline at end of file diff --git a/tests/samples/upca-4/1.png b/tests/samples/upca-4/1.png deleted file mode 100644 index 40a23ea..0000000 Binary files a/tests/samples/upca-4/1.png and /dev/null differ diff --git a/tests/samples/upca-4/1.txt b/tests/samples/upca-4/1.txt deleted file mode 100644 index 6759a5e..0000000 --- a/tests/samples/upca-4/1.txt +++ /dev/null @@ -1 +0,0 @@ -023942431015 \ No newline at end of file diff --git a/tests/samples/upca-4/10.png b/tests/samples/upca-4/10.png deleted file mode 100644 index a319098..0000000 Binary files a/tests/samples/upca-4/10.png and /dev/null differ diff --git a/tests/samples/upca-4/10.txt b/tests/samples/upca-4/10.txt deleted file mode 100644 index 3e76dac..0000000 --- a/tests/samples/upca-4/10.txt +++ /dev/null @@ -1 +0,0 @@ -066721010995 \ No newline at end of file diff --git a/tests/samples/upca-4/11.png b/tests/samples/upca-4/11.png deleted file mode 100644 index f550ef7..0000000 Binary files a/tests/samples/upca-4/11.png and /dev/null differ diff --git a/tests/samples/upca-4/11.txt b/tests/samples/upca-4/11.txt deleted file mode 100644 index cef4bfc..0000000 --- a/tests/samples/upca-4/11.txt +++ /dev/null @@ -1 +0,0 @@ -059290522143 \ No newline at end of file diff --git a/tests/samples/upca-4/12.png b/tests/samples/upca-4/12.png deleted file mode 100644 index 3bdc685..0000000 Binary files a/tests/samples/upca-4/12.png and /dev/null differ diff --git a/tests/samples/upca-4/12.txt b/tests/samples/upca-4/12.txt deleted file mode 100644 index 6491be4..0000000 --- a/tests/samples/upca-4/12.txt +++ /dev/null @@ -1 +0,0 @@ -057961000228 \ No newline at end of file diff --git a/tests/samples/upca-4/13.png b/tests/samples/upca-4/13.png deleted file mode 100644 index 48e2d5e..0000000 Binary files a/tests/samples/upca-4/13.png and /dev/null differ diff --git a/tests/samples/upca-4/13.txt b/tests/samples/upca-4/13.txt deleted file mode 100644 index cef4bfc..0000000 --- a/tests/samples/upca-4/13.txt +++ /dev/null @@ -1 +0,0 @@ -059290522143 \ No newline at end of file diff --git a/tests/samples/upca-4/14.png b/tests/samples/upca-4/14.png deleted file mode 100644 index 1ac10fc..0000000 Binary files a/tests/samples/upca-4/14.png and /dev/null differ diff --git a/tests/samples/upca-4/14.txt b/tests/samples/upca-4/14.txt deleted file mode 100644 index 14eb468..0000000 --- a/tests/samples/upca-4/14.txt +++ /dev/null @@ -1 +0,0 @@ -066721017185 \ No newline at end of file diff --git a/tests/samples/upca-4/15.png b/tests/samples/upca-4/15.png deleted file mode 100644 index 895a5a4..0000000 Binary files a/tests/samples/upca-4/15.png and /dev/null differ diff --git a/tests/samples/upca-4/15.txt b/tests/samples/upca-4/15.txt deleted file mode 100644 index 8d6fe86..0000000 --- a/tests/samples/upca-4/15.txt +++ /dev/null @@ -1 +0,0 @@ -059290571110 \ No newline at end of file diff --git a/tests/samples/upca-4/16.png b/tests/samples/upca-4/16.png deleted file mode 100644 index 1153abc..0000000 Binary files a/tests/samples/upca-4/16.png and /dev/null differ diff --git a/tests/samples/upca-4/16.txt b/tests/samples/upca-4/16.txt deleted file mode 100644 index 969c6d4..0000000 --- a/tests/samples/upca-4/16.txt +++ /dev/null @@ -1 +0,0 @@ -067932000263 \ No newline at end of file diff --git a/tests/samples/upca-4/17.png b/tests/samples/upca-4/17.png deleted file mode 100644 index fe95d7b..0000000 Binary files a/tests/samples/upca-4/17.png and /dev/null differ diff --git a/tests/samples/upca-4/17.txt b/tests/samples/upca-4/17.txt deleted file mode 100644 index 52692d4..0000000 --- a/tests/samples/upca-4/17.txt +++ /dev/null @@ -1 +0,0 @@ -069000061015 \ No newline at end of file diff --git a/tests/samples/upca-4/18.png b/tests/samples/upca-4/18.png deleted file mode 100644 index 5d8a657..0000000 Binary files a/tests/samples/upca-4/18.png and /dev/null differ diff --git a/tests/samples/upca-4/18.txt b/tests/samples/upca-4/18.txt deleted file mode 100644 index 3445d0e..0000000 --- a/tests/samples/upca-4/18.txt +++ /dev/null @@ -1 +0,0 @@ -071691155775 \ No newline at end of file diff --git a/tests/samples/upca-4/19.png b/tests/samples/upca-4/19.png deleted file mode 100644 index 48b2c3a..0000000 Binary files a/tests/samples/upca-4/19.png and /dev/null differ diff --git a/tests/samples/upca-4/19.txt b/tests/samples/upca-4/19.txt deleted file mode 100644 index b3b9f9c..0000000 --- a/tests/samples/upca-4/19.txt +++ /dev/null @@ -1 +0,0 @@ -807648011401 \ No newline at end of file diff --git a/tests/samples/upca-4/2.png b/tests/samples/upca-4/2.png deleted file mode 100644 index f558432..0000000 Binary files a/tests/samples/upca-4/2.png and /dev/null differ diff --git a/tests/samples/upca-4/2.txt b/tests/samples/upca-4/2.txt deleted file mode 100644 index 6759a5e..0000000 --- a/tests/samples/upca-4/2.txt +++ /dev/null @@ -1 +0,0 @@ -023942431015 \ No newline at end of file diff --git a/tests/samples/upca-4/3.png b/tests/samples/upca-4/3.png deleted file mode 100644 index db48968..0000000 Binary files a/tests/samples/upca-4/3.png and /dev/null differ diff --git a/tests/samples/upca-4/3.txt b/tests/samples/upca-4/3.txt deleted file mode 100644 index 6759a5e..0000000 --- a/tests/samples/upca-4/3.txt +++ /dev/null @@ -1 +0,0 @@ -023942431015 \ No newline at end of file diff --git a/tests/samples/upca-4/4.png b/tests/samples/upca-4/4.png deleted file mode 100644 index 1f9586f..0000000 Binary files a/tests/samples/upca-4/4.png and /dev/null differ diff --git a/tests/samples/upca-4/4.txt b/tests/samples/upca-4/4.txt deleted file mode 100644 index 6759a5e..0000000 --- a/tests/samples/upca-4/4.txt +++ /dev/null @@ -1 +0,0 @@ -023942431015 \ No newline at end of file diff --git a/tests/samples/upca-4/5.png b/tests/samples/upca-4/5.png deleted file mode 100644 index ba925f0..0000000 Binary files a/tests/samples/upca-4/5.png and /dev/null differ diff --git a/tests/samples/upca-4/5.txt b/tests/samples/upca-4/5.txt deleted file mode 100644 index 6759a5e..0000000 --- a/tests/samples/upca-4/5.txt +++ /dev/null @@ -1 +0,0 @@ -023942431015 \ No newline at end of file diff --git a/tests/samples/upca-4/6.png b/tests/samples/upca-4/6.png deleted file mode 100644 index d7c3606..0000000 Binary files a/tests/samples/upca-4/6.png and /dev/null differ diff --git a/tests/samples/upca-4/6.txt b/tests/samples/upca-4/6.txt deleted file mode 100644 index 6759a5e..0000000 --- a/tests/samples/upca-4/6.txt +++ /dev/null @@ -1 +0,0 @@ -023942431015 \ No newline at end of file diff --git a/tests/samples/upca-4/7.png b/tests/samples/upca-4/7.png deleted file mode 100644 index eb55bc1..0000000 Binary files a/tests/samples/upca-4/7.png and /dev/null differ diff --git a/tests/samples/upca-4/7.txt b/tests/samples/upca-4/7.txt deleted file mode 100644 index 6759a5e..0000000 --- a/tests/samples/upca-4/7.txt +++ /dev/null @@ -1 +0,0 @@ -023942431015 \ No newline at end of file diff --git a/tests/samples/upca-4/8.png b/tests/samples/upca-4/8.png deleted file mode 100644 index f82fca6..0000000 Binary files a/tests/samples/upca-4/8.png and /dev/null differ diff --git a/tests/samples/upca-4/8.txt b/tests/samples/upca-4/8.txt deleted file mode 100644 index 29cffd2..0000000 --- a/tests/samples/upca-4/8.txt +++ /dev/null @@ -1 +0,0 @@ -060410049235 \ No newline at end of file diff --git a/tests/samples/upca-4/9.png b/tests/samples/upca-4/9.png deleted file mode 100644 index 42f737b..0000000 Binary files a/tests/samples/upca-4/9.png and /dev/null differ diff --git a/tests/samples/upca-4/9.txt b/tests/samples/upca-4/9.txt deleted file mode 100644 index 29cffd2..0000000 --- a/tests/samples/upca-4/9.txt +++ /dev/null @@ -1 +0,0 @@ -060410049235 \ No newline at end of file diff --git a/tests/samples/upca-5/01.png b/tests/samples/upca-5/01.png deleted file mode 100644 index 1abb14d..0000000 Binary files a/tests/samples/upca-5/01.png and /dev/null differ diff --git a/tests/samples/upca-5/01.txt b/tests/samples/upca-5/01.txt deleted file mode 100644 index 108f623..0000000 --- a/tests/samples/upca-5/01.txt +++ /dev/null @@ -1 +0,0 @@ -312547701310 \ No newline at end of file diff --git a/tests/samples/upca-5/02.png b/tests/samples/upca-5/02.png deleted file mode 100644 index 8250c9c..0000000 Binary files a/tests/samples/upca-5/02.png and /dev/null differ diff --git a/tests/samples/upca-5/02.txt b/tests/samples/upca-5/02.txt deleted file mode 100644 index 108f623..0000000 --- a/tests/samples/upca-5/02.txt +++ /dev/null @@ -1 +0,0 @@ -312547701310 \ No newline at end of file diff --git a/tests/samples/upca-5/03.png b/tests/samples/upca-5/03.png deleted file mode 100644 index 04408f5..0000000 Binary files a/tests/samples/upca-5/03.png and /dev/null differ diff --git a/tests/samples/upca-5/03.txt b/tests/samples/upca-5/03.txt deleted file mode 100644 index 108f623..0000000 --- a/tests/samples/upca-5/03.txt +++ /dev/null @@ -1 +0,0 @@ -312547701310 \ No newline at end of file diff --git a/tests/samples/upca-5/04.png b/tests/samples/upca-5/04.png deleted file mode 100644 index c86cc5d..0000000 Binary files a/tests/samples/upca-5/04.png and /dev/null differ diff --git a/tests/samples/upca-5/04.txt b/tests/samples/upca-5/04.txt deleted file mode 100644 index 108f623..0000000 --- a/tests/samples/upca-5/04.txt +++ /dev/null @@ -1 +0,0 @@ -312547701310 \ No newline at end of file diff --git a/tests/samples/upca-5/05.png b/tests/samples/upca-5/05.png deleted file mode 100644 index 477637f..0000000 Binary files a/tests/samples/upca-5/05.png and /dev/null differ diff --git a/tests/samples/upca-5/05.txt b/tests/samples/upca-5/05.txt deleted file mode 100644 index 108f623..0000000 --- a/tests/samples/upca-5/05.txt +++ /dev/null @@ -1 +0,0 @@ -312547701310 \ No newline at end of file diff --git a/tests/samples/upca-5/06.png b/tests/samples/upca-5/06.png deleted file mode 100644 index 5523bcf..0000000 Binary files a/tests/samples/upca-5/06.png and /dev/null differ diff --git a/tests/samples/upca-5/06.txt b/tests/samples/upca-5/06.txt deleted file mode 100644 index 108f623..0000000 --- a/tests/samples/upca-5/06.txt +++ /dev/null @@ -1 +0,0 @@ -312547701310 \ No newline at end of file diff --git a/tests/samples/upca-5/07.png b/tests/samples/upca-5/07.png deleted file mode 100644 index 5f7a4d6..0000000 Binary files a/tests/samples/upca-5/07.png and /dev/null differ diff --git a/tests/samples/upca-5/07.txt b/tests/samples/upca-5/07.txt deleted file mode 100644 index 108f623..0000000 --- a/tests/samples/upca-5/07.txt +++ /dev/null @@ -1 +0,0 @@ -312547701310 \ No newline at end of file diff --git a/tests/samples/upca-5/08.png b/tests/samples/upca-5/08.png deleted file mode 100644 index 9b76b4e..0000000 Binary files a/tests/samples/upca-5/08.png and /dev/null differ diff --git a/tests/samples/upca-5/08.txt b/tests/samples/upca-5/08.txt deleted file mode 100644 index 108f623..0000000 --- a/tests/samples/upca-5/08.txt +++ /dev/null @@ -1 +0,0 @@ -312547701310 \ No newline at end of file diff --git a/tests/samples/upca-5/09.png b/tests/samples/upca-5/09.png deleted file mode 100644 index 6acd24a..0000000 Binary files a/tests/samples/upca-5/09.png and /dev/null differ diff --git a/tests/samples/upca-5/09.txt b/tests/samples/upca-5/09.txt deleted file mode 100644 index 108f623..0000000 --- a/tests/samples/upca-5/09.txt +++ /dev/null @@ -1 +0,0 @@ -312547701310 \ No newline at end of file diff --git a/tests/samples/upca-5/11.png b/tests/samples/upca-5/11.png deleted file mode 100644 index f87d688..0000000 Binary files a/tests/samples/upca-5/11.png and /dev/null differ diff --git a/tests/samples/upca-5/11.txt b/tests/samples/upca-5/11.txt deleted file mode 100644 index 108f623..0000000 --- a/tests/samples/upca-5/11.txt +++ /dev/null @@ -1 +0,0 @@ -312547701310 \ No newline at end of file diff --git a/tests/samples/upca-5/13.png b/tests/samples/upca-5/13.png deleted file mode 100644 index 5a1f344..0000000 Binary files a/tests/samples/upca-5/13.png and /dev/null differ diff --git a/tests/samples/upca-5/13.txt b/tests/samples/upca-5/13.txt deleted file mode 100644 index 108f623..0000000 --- a/tests/samples/upca-5/13.txt +++ /dev/null @@ -1 +0,0 @@ -312547701310 \ No newline at end of file diff --git a/tests/samples/upca-5/14.png b/tests/samples/upca-5/14.png deleted file mode 100644 index 3f2d3f9..0000000 Binary files a/tests/samples/upca-5/14.png and /dev/null differ diff --git a/tests/samples/upca-5/14.txt b/tests/samples/upca-5/14.txt deleted file mode 100644 index 108f623..0000000 --- a/tests/samples/upca-5/14.txt +++ /dev/null @@ -1 +0,0 @@ -312547701310 \ No newline at end of file diff --git a/tests/samples/upca-5/15.png b/tests/samples/upca-5/15.png deleted file mode 100644 index fa3466c..0000000 Binary files a/tests/samples/upca-5/15.png and /dev/null differ diff --git a/tests/samples/upca-5/15.txt b/tests/samples/upca-5/15.txt deleted file mode 100644 index 108f623..0000000 --- a/tests/samples/upca-5/15.txt +++ /dev/null @@ -1 +0,0 @@ -312547701310 \ No newline at end of file diff --git a/tests/samples/upca-5/16.png b/tests/samples/upca-5/16.png deleted file mode 100644 index 523d60e..0000000 Binary files a/tests/samples/upca-5/16.png and /dev/null differ diff --git a/tests/samples/upca-5/16.txt b/tests/samples/upca-5/16.txt deleted file mode 100644 index 108f623..0000000 --- a/tests/samples/upca-5/16.txt +++ /dev/null @@ -1 +0,0 @@ -312547701310 \ No newline at end of file diff --git a/tests/samples/upca-5/18.png b/tests/samples/upca-5/18.png deleted file mode 100644 index 9f70d9f..0000000 Binary files a/tests/samples/upca-5/18.png and /dev/null differ diff --git a/tests/samples/upca-5/18.txt b/tests/samples/upca-5/18.txt deleted file mode 100644 index 108f623..0000000 --- a/tests/samples/upca-5/18.txt +++ /dev/null @@ -1 +0,0 @@ -312547701310 \ No newline at end of file diff --git a/tests/samples/upca-5/19.png b/tests/samples/upca-5/19.png deleted file mode 100644 index b0260a8..0000000 Binary files a/tests/samples/upca-5/19.png and /dev/null differ diff --git a/tests/samples/upca-5/19.txt b/tests/samples/upca-5/19.txt deleted file mode 100644 index 5546cb7..0000000 --- a/tests/samples/upca-5/19.txt +++ /dev/null @@ -1 +0,0 @@ -625034201058 \ No newline at end of file diff --git a/tests/samples/upca-5/20.png b/tests/samples/upca-5/20.png deleted file mode 100644 index 5b22bca..0000000 Binary files a/tests/samples/upca-5/20.png and /dev/null differ diff --git a/tests/samples/upca-5/20.txt b/tests/samples/upca-5/20.txt deleted file mode 100644 index 5546cb7..0000000 --- a/tests/samples/upca-5/20.txt +++ /dev/null @@ -1 +0,0 @@ -625034201058 \ No newline at end of file diff --git a/tests/samples/upca-5/21.png b/tests/samples/upca-5/21.png deleted file mode 100644 index 807c074..0000000 Binary files a/tests/samples/upca-5/21.png and /dev/null differ diff --git a/tests/samples/upca-5/21.txt b/tests/samples/upca-5/21.txt deleted file mode 100644 index 5546cb7..0000000 --- a/tests/samples/upca-5/21.txt +++ /dev/null @@ -1 +0,0 @@ -625034201058 \ No newline at end of file diff --git a/tests/samples/upca-5/22.png b/tests/samples/upca-5/22.png deleted file mode 100644 index 314bbbb..0000000 Binary files a/tests/samples/upca-5/22.png and /dev/null differ diff --git a/tests/samples/upca-5/22.txt b/tests/samples/upca-5/22.txt deleted file mode 100644 index 5546cb7..0000000 --- a/tests/samples/upca-5/22.txt +++ /dev/null @@ -1 +0,0 @@ -625034201058 \ No newline at end of file diff --git a/tests/samples/upca-5/23.png b/tests/samples/upca-5/23.png deleted file mode 100644 index b720520..0000000 Binary files a/tests/samples/upca-5/23.png and /dev/null differ diff --git a/tests/samples/upca-5/23.txt b/tests/samples/upca-5/23.txt deleted file mode 100644 index 5546cb7..0000000 --- a/tests/samples/upca-5/23.txt +++ /dev/null @@ -1 +0,0 @@ -625034201058 \ No newline at end of file diff --git a/tests/samples/upca-5/24.png b/tests/samples/upca-5/24.png deleted file mode 100644 index eb3aa47..0000000 Binary files a/tests/samples/upca-5/24.png and /dev/null differ diff --git a/tests/samples/upca-5/24.txt b/tests/samples/upca-5/24.txt deleted file mode 100644 index 5546cb7..0000000 --- a/tests/samples/upca-5/24.txt +++ /dev/null @@ -1 +0,0 @@ -625034201058 \ No newline at end of file diff --git a/tests/samples/upca-5/25.png b/tests/samples/upca-5/25.png deleted file mode 100644 index b23d9d7..0000000 Binary files a/tests/samples/upca-5/25.png and /dev/null differ diff --git a/tests/samples/upca-5/25.txt b/tests/samples/upca-5/25.txt deleted file mode 100644 index 5546cb7..0000000 --- a/tests/samples/upca-5/25.txt +++ /dev/null @@ -1 +0,0 @@ -625034201058 \ No newline at end of file diff --git a/tests/samples/upca-5/26.png b/tests/samples/upca-5/26.png deleted file mode 100644 index 8350c57..0000000 Binary files a/tests/samples/upca-5/26.png and /dev/null differ diff --git a/tests/samples/upca-5/26.txt b/tests/samples/upca-5/26.txt deleted file mode 100644 index 5546cb7..0000000 --- a/tests/samples/upca-5/26.txt +++ /dev/null @@ -1 +0,0 @@ -625034201058 \ No newline at end of file diff --git a/tests/samples/upca-5/27.png b/tests/samples/upca-5/27.png deleted file mode 100644 index b011d78..0000000 Binary files a/tests/samples/upca-5/27.png and /dev/null differ diff --git a/tests/samples/upca-5/27.txt b/tests/samples/upca-5/27.txt deleted file mode 100644 index 5546cb7..0000000 --- a/tests/samples/upca-5/27.txt +++ /dev/null @@ -1 +0,0 @@ -625034201058 \ No newline at end of file diff --git a/tests/samples/upca-5/28.png b/tests/samples/upca-5/28.png deleted file mode 100644 index 04c3a96..0000000 Binary files a/tests/samples/upca-5/28.png and /dev/null differ diff --git a/tests/samples/upca-5/28.txt b/tests/samples/upca-5/28.txt deleted file mode 100644 index 5546cb7..0000000 --- a/tests/samples/upca-5/28.txt +++ /dev/null @@ -1 +0,0 @@ -625034201058 \ No newline at end of file diff --git a/tests/samples/upca-5/29.png b/tests/samples/upca-5/29.png deleted file mode 100644 index b39d2b7..0000000 Binary files a/tests/samples/upca-5/29.png and /dev/null differ diff --git a/tests/samples/upca-5/29.txt b/tests/samples/upca-5/29.txt deleted file mode 100644 index 5546cb7..0000000 --- a/tests/samples/upca-5/29.txt +++ /dev/null @@ -1 +0,0 @@ -625034201058 \ No newline at end of file diff --git a/tests/samples/upca-5/30.png b/tests/samples/upca-5/30.png deleted file mode 100644 index 129f3a4..0000000 Binary files a/tests/samples/upca-5/30.png and /dev/null differ diff --git a/tests/samples/upca-5/30.txt b/tests/samples/upca-5/30.txt deleted file mode 100644 index 5546cb7..0000000 --- a/tests/samples/upca-5/30.txt +++ /dev/null @@ -1 +0,0 @@ -625034201058 \ No newline at end of file diff --git a/tests/samples/upca-5/31.png b/tests/samples/upca-5/31.png deleted file mode 100644 index f9f4c8c..0000000 Binary files a/tests/samples/upca-5/31.png and /dev/null differ diff --git a/tests/samples/upca-5/31.txt b/tests/samples/upca-5/31.txt deleted file mode 100644 index 5546cb7..0000000 --- a/tests/samples/upca-5/31.txt +++ /dev/null @@ -1 +0,0 @@ -625034201058 \ No newline at end of file diff --git a/tests/samples/upca-5/32.png b/tests/samples/upca-5/32.png deleted file mode 100644 index 2842cce..0000000 Binary files a/tests/samples/upca-5/32.png and /dev/null differ diff --git a/tests/samples/upca-5/32.txt b/tests/samples/upca-5/32.txt deleted file mode 100644 index 5546cb7..0000000 --- a/tests/samples/upca-5/32.txt +++ /dev/null @@ -1 +0,0 @@ -625034201058 \ No newline at end of file diff --git a/tests/samples/upca-5/33.png b/tests/samples/upca-5/33.png deleted file mode 100644 index 2066015..0000000 Binary files a/tests/samples/upca-5/33.png and /dev/null differ diff --git a/tests/samples/upca-5/33.txt b/tests/samples/upca-5/33.txt deleted file mode 100644 index 5546cb7..0000000 --- a/tests/samples/upca-5/33.txt +++ /dev/null @@ -1 +0,0 @@ -625034201058 \ No newline at end of file diff --git a/tests/samples/upca-5/34.png b/tests/samples/upca-5/34.png deleted file mode 100644 index ce2e6c4..0000000 Binary files a/tests/samples/upca-5/34.png and /dev/null differ diff --git a/tests/samples/upca-5/34.txt b/tests/samples/upca-5/34.txt deleted file mode 100644 index 5546cb7..0000000 --- a/tests/samples/upca-5/34.txt +++ /dev/null @@ -1 +0,0 @@ -625034201058 \ No newline at end of file diff --git a/tests/samples/upca-5/35.png b/tests/samples/upca-5/35.png deleted file mode 100644 index 8751c51..0000000 Binary files a/tests/samples/upca-5/35.png and /dev/null differ diff --git a/tests/samples/upca-5/35.txt b/tests/samples/upca-5/35.txt deleted file mode 100644 index 5546cb7..0000000 --- a/tests/samples/upca-5/35.txt +++ /dev/null @@ -1 +0,0 @@ -625034201058 \ No newline at end of file diff --git a/tests/samples/upca-extension-1/10.png b/tests/samples/upca-extension-1/10.png deleted file mode 100644 index b453e13..0000000 Binary files a/tests/samples/upca-extension-1/10.png and /dev/null differ diff --git a/tests/samples/upca-extension-1/10.txt b/tests/samples/upca-extension-1/10.txt deleted file mode 100644 index 21a935d..0000000 --- a/tests/samples/upca-extension-1/10.txt +++ /dev/null @@ -1 +0,0 @@ -027011006951 02601 \ No newline at end of file diff --git a/tests/samples/upca-extension-1/11.png b/tests/samples/upca-extension-1/11.png deleted file mode 100644 index 870efc2..0000000 Binary files a/tests/samples/upca-extension-1/11.png and /dev/null differ diff --git a/tests/samples/upca-extension-1/11.txt b/tests/samples/upca-extension-1/11.txt deleted file mode 100644 index 21a935d..0000000 --- a/tests/samples/upca-extension-1/11.txt +++ /dev/null @@ -1 +0,0 @@ -027011006951 02601 \ No newline at end of file diff --git a/tests/samples/upca-extension-1/18.png b/tests/samples/upca-extension-1/18.png deleted file mode 100644 index 1dfd197..0000000 Binary files a/tests/samples/upca-extension-1/18.png and /dev/null differ diff --git a/tests/samples/upca-extension-1/18.txt b/tests/samples/upca-extension-1/18.txt deleted file mode 100644 index 7e45eaa..0000000 --- a/tests/samples/upca-extension-1/18.txt +++ /dev/null @@ -1 +0,0 @@ -024543136538 00 \ No newline at end of file diff --git a/tests/samples/upca-extension-1/19.png b/tests/samples/upca-extension-1/19.png deleted file mode 100644 index 6c8ef67..0000000 Binary files a/tests/samples/upca-extension-1/19.png and /dev/null differ diff --git a/tests/samples/upca-extension-1/19.txt b/tests/samples/upca-extension-1/19.txt deleted file mode 100644 index 7e45eaa..0000000 --- a/tests/samples/upca-extension-1/19.txt +++ /dev/null @@ -1 +0,0 @@ -024543136538 00 \ No newline at end of file diff --git a/tests/samples/upca-extension-1/8.png b/tests/samples/upca-extension-1/8.png deleted file mode 100644 index f0da517..0000000 Binary files a/tests/samples/upca-extension-1/8.png and /dev/null differ diff --git a/tests/samples/upca-extension-1/8.result.txt b/tests/samples/upca-extension-1/8.result.txt deleted file mode 100644 index 98a472d..0000000 --- a/tests/samples/upca-extension-1/8.result.txt +++ /dev/null @@ -1 +0,0 @@ -symbologyIdentifier=]E3 diff --git a/tests/samples/upca-extension-1/8.txt b/tests/samples/upca-extension-1/8.txt deleted file mode 100644 index 9d94cdc..0000000 --- a/tests/samples/upca-extension-1/8.txt +++ /dev/null @@ -1 +0,0 @@ -071831007995 19868 \ No newline at end of file diff --git a/tests/samples/upca-extension-1/9.png b/tests/samples/upca-extension-1/9.png deleted file mode 100644 index cc9d35a..0000000 Binary files a/tests/samples/upca-extension-1/9.png and /dev/null differ diff --git a/tests/samples/upca-extension-1/9.txt b/tests/samples/upca-extension-1/9.txt deleted file mode 100644 index 9d94cdc..0000000 --- a/tests/samples/upca-extension-1/9.txt +++ /dev/null @@ -1 +0,0 @@ -071831007995 19868 \ No newline at end of file diff --git a/tests/samples/upce-1/1.png b/tests/samples/upce-1/1.png deleted file mode 100644 index ada741f..0000000 Binary files a/tests/samples/upce-1/1.png and /dev/null differ diff --git a/tests/samples/upce-1/1.result.txt b/tests/samples/upce-1/1.result.txt deleted file mode 100644 index 602e892..0000000 --- a/tests/samples/upce-1/1.result.txt +++ /dev/null @@ -1 +0,0 @@ -symbologyIdentifier=]E0 diff --git a/tests/samples/upce-1/1.txt b/tests/samples/upce-1/1.txt deleted file mode 100644 index ff99f0e..0000000 --- a/tests/samples/upce-1/1.txt +++ /dev/null @@ -1 +0,0 @@ -01234565 \ No newline at end of file diff --git a/tests/samples/upce-1/2.png b/tests/samples/upce-1/2.png deleted file mode 100644 index 2aadbd7..0000000 Binary files a/tests/samples/upce-1/2.png and /dev/null differ diff --git a/tests/samples/upce-1/2.txt b/tests/samples/upce-1/2.txt deleted file mode 100644 index f17aea9..0000000 --- a/tests/samples/upce-1/2.txt +++ /dev/null @@ -1 +0,0 @@ -00123457 \ No newline at end of file diff --git a/tests/samples/upce-1/4.png b/tests/samples/upce-1/4.png deleted file mode 100644 index bb4c65e..0000000 Binary files a/tests/samples/upce-1/4.png and /dev/null differ diff --git a/tests/samples/upce-1/4.txt b/tests/samples/upce-1/4.txt deleted file mode 100644 index 8e866d2..0000000 --- a/tests/samples/upce-1/4.txt +++ /dev/null @@ -1 +0,0 @@ -01234531 \ No newline at end of file diff --git a/tests/samples/upce-2/01.png b/tests/samples/upce-2/01.png deleted file mode 100644 index 41f9305..0000000 Binary files a/tests/samples/upce-2/01.png and /dev/null differ diff --git a/tests/samples/upce-2/01.txt b/tests/samples/upce-2/01.txt deleted file mode 100644 index 142011d..0000000 --- a/tests/samples/upce-2/01.txt +++ /dev/null @@ -1 +0,0 @@ -05096893 \ No newline at end of file diff --git a/tests/samples/upce-2/02.png b/tests/samples/upce-2/02.png deleted file mode 100644 index 240f580..0000000 Binary files a/tests/samples/upce-2/02.png and /dev/null differ diff --git a/tests/samples/upce-2/02.txt b/tests/samples/upce-2/02.txt deleted file mode 100644 index 142011d..0000000 --- a/tests/samples/upce-2/02.txt +++ /dev/null @@ -1 +0,0 @@ -05096893 \ No newline at end of file diff --git a/tests/samples/upce-2/03.png b/tests/samples/upce-2/03.png deleted file mode 100644 index 68c6906..0000000 Binary files a/tests/samples/upce-2/03.png and /dev/null differ diff --git a/tests/samples/upce-2/03.txt b/tests/samples/upce-2/03.txt deleted file mode 100644 index 142011d..0000000 --- a/tests/samples/upce-2/03.txt +++ /dev/null @@ -1 +0,0 @@ -05096893 \ No newline at end of file diff --git a/tests/samples/upce-2/05.png b/tests/samples/upce-2/05.png deleted file mode 100644 index caf4459..0000000 Binary files a/tests/samples/upce-2/05.png and /dev/null differ diff --git a/tests/samples/upce-2/05.txt b/tests/samples/upce-2/05.txt deleted file mode 100644 index 142011d..0000000 --- a/tests/samples/upce-2/05.txt +++ /dev/null @@ -1 +0,0 @@ -05096893 \ No newline at end of file diff --git a/tests/samples/upce-2/06.png b/tests/samples/upce-2/06.png deleted file mode 100644 index 3fe3f9e..0000000 Binary files a/tests/samples/upce-2/06.png and /dev/null differ diff --git a/tests/samples/upce-2/06.txt b/tests/samples/upce-2/06.txt deleted file mode 100644 index 142011d..0000000 --- a/tests/samples/upce-2/06.txt +++ /dev/null @@ -1 +0,0 @@ -05096893 \ No newline at end of file diff --git a/tests/samples/upce-2/08.png b/tests/samples/upce-2/08.png deleted file mode 100644 index 045b7ca..0000000 Binary files a/tests/samples/upce-2/08.png and /dev/null differ diff --git a/tests/samples/upce-2/08.txt b/tests/samples/upce-2/08.txt deleted file mode 100644 index 5d7eb42..0000000 --- a/tests/samples/upce-2/08.txt +++ /dev/null @@ -1 +0,0 @@ -04963406 \ No newline at end of file diff --git a/tests/samples/upce-2/10.png b/tests/samples/upce-2/10.png deleted file mode 100644 index 64c98dd..0000000 Binary files a/tests/samples/upce-2/10.png and /dev/null differ diff --git a/tests/samples/upce-2/10.txt b/tests/samples/upce-2/10.txt deleted file mode 100644 index 5d7eb42..0000000 --- a/tests/samples/upce-2/10.txt +++ /dev/null @@ -1 +0,0 @@ -04963406 \ No newline at end of file diff --git a/tests/samples/upce-2/11.png b/tests/samples/upce-2/11.png deleted file mode 100644 index 562ec32..0000000 Binary files a/tests/samples/upce-2/11.png and /dev/null differ diff --git a/tests/samples/upce-2/11.txt b/tests/samples/upce-2/11.txt deleted file mode 100644 index 5d7eb42..0000000 --- a/tests/samples/upce-2/11.txt +++ /dev/null @@ -1 +0,0 @@ -04963406 \ No newline at end of file diff --git a/tests/samples/upce-2/12.png b/tests/samples/upce-2/12.png deleted file mode 100644 index b65376c..0000000 Binary files a/tests/samples/upce-2/12.png and /dev/null differ diff --git a/tests/samples/upce-2/12.txt b/tests/samples/upce-2/12.txt deleted file mode 100644 index 5d7eb42..0000000 --- a/tests/samples/upce-2/12.txt +++ /dev/null @@ -1 +0,0 @@ -04963406 \ No newline at end of file diff --git a/tests/samples/upce-2/14.png b/tests/samples/upce-2/14.png deleted file mode 100644 index 97a63c8..0000000 Binary files a/tests/samples/upce-2/14.png and /dev/null differ diff --git a/tests/samples/upce-2/14.txt b/tests/samples/upce-2/14.txt deleted file mode 100644 index 5d7eb42..0000000 --- a/tests/samples/upce-2/14.txt +++ /dev/null @@ -1 +0,0 @@ -04963406 \ No newline at end of file diff --git a/tests/samples/upce-2/16.png b/tests/samples/upce-2/16.png deleted file mode 100644 index 4679f9f..0000000 Binary files a/tests/samples/upce-2/16.png and /dev/null differ diff --git a/tests/samples/upce-2/16.txt b/tests/samples/upce-2/16.txt deleted file mode 100644 index 1c6c6df..0000000 --- a/tests/samples/upce-2/16.txt +++ /dev/null @@ -1 +0,0 @@ -04124498 \ No newline at end of file diff --git a/tests/samples/upce-2/17.png b/tests/samples/upce-2/17.png deleted file mode 100644 index 3e3a844..0000000 Binary files a/tests/samples/upce-2/17.png and /dev/null differ diff --git a/tests/samples/upce-2/17.txt b/tests/samples/upce-2/17.txt deleted file mode 100644 index 1c6c6df..0000000 --- a/tests/samples/upce-2/17.txt +++ /dev/null @@ -1 +0,0 @@ -04124498 \ No newline at end of file diff --git a/tests/samples/upce-2/18.png b/tests/samples/upce-2/18.png deleted file mode 100644 index cd2b280..0000000 Binary files a/tests/samples/upce-2/18.png and /dev/null differ diff --git a/tests/samples/upce-2/18.txt b/tests/samples/upce-2/18.txt deleted file mode 100644 index 1c6c6df..0000000 --- a/tests/samples/upce-2/18.txt +++ /dev/null @@ -1 +0,0 @@ -04124498 \ No newline at end of file diff --git a/tests/samples/upce-2/20.png b/tests/samples/upce-2/20.png deleted file mode 100644 index 425acfe..0000000 Binary files a/tests/samples/upce-2/20.png and /dev/null differ diff --git a/tests/samples/upce-2/20.txt b/tests/samples/upce-2/20.txt deleted file mode 100644 index 1c6c6df..0000000 --- a/tests/samples/upce-2/20.txt +++ /dev/null @@ -1 +0,0 @@ -04124498 \ No newline at end of file diff --git a/tests/samples/upce-2/21.png b/tests/samples/upce-2/21.png deleted file mode 100644 index b3de71a..0000000 Binary files a/tests/samples/upce-2/21.png and /dev/null differ diff --git a/tests/samples/upce-2/21.txt b/tests/samples/upce-2/21.txt deleted file mode 100644 index 1c6c6df..0000000 --- a/tests/samples/upce-2/21.txt +++ /dev/null @@ -1 +0,0 @@ -04124498 \ No newline at end of file diff --git a/tests/samples/upce-2/23.png b/tests/samples/upce-2/23.png deleted file mode 100644 index eef9cfd..0000000 Binary files a/tests/samples/upce-2/23.png and /dev/null differ diff --git a/tests/samples/upce-2/23.txt b/tests/samples/upce-2/23.txt deleted file mode 100644 index 1c6c6df..0000000 --- a/tests/samples/upce-2/23.txt +++ /dev/null @@ -1 +0,0 @@ -04124498 \ No newline at end of file diff --git a/tests/samples/upce-2/24.png b/tests/samples/upce-2/24.png deleted file mode 100644 index fe6243a..0000000 Binary files a/tests/samples/upce-2/24.png and /dev/null differ diff --git a/tests/samples/upce-2/24.txt b/tests/samples/upce-2/24.txt deleted file mode 100644 index 1c6c6df..0000000 --- a/tests/samples/upce-2/24.txt +++ /dev/null @@ -1 +0,0 @@ -04124498 \ No newline at end of file diff --git a/tests/samples/upce-2/26.png b/tests/samples/upce-2/26.png deleted file mode 100644 index d898150..0000000 Binary files a/tests/samples/upce-2/26.png and /dev/null differ diff --git a/tests/samples/upce-2/26.txt b/tests/samples/upce-2/26.txt deleted file mode 100644 index 1c6c6df..0000000 --- a/tests/samples/upce-2/26.txt +++ /dev/null @@ -1 +0,0 @@ -04124498 \ No newline at end of file diff --git a/tests/samples/upce-2/28.png b/tests/samples/upce-2/28.png deleted file mode 100644 index 64919ac..0000000 Binary files a/tests/samples/upce-2/28.png and /dev/null differ diff --git a/tests/samples/upce-2/28.txt b/tests/samples/upce-2/28.txt deleted file mode 100644 index 1c6c6df..0000000 --- a/tests/samples/upce-2/28.txt +++ /dev/null @@ -1 +0,0 @@ -04124498 \ No newline at end of file diff --git a/tests/samples/upce-2/29.png b/tests/samples/upce-2/29.png deleted file mode 100644 index b25fdfb..0000000 Binary files a/tests/samples/upce-2/29.png and /dev/null differ diff --git a/tests/samples/upce-2/29.txt b/tests/samples/upce-2/29.txt deleted file mode 100644 index 1c6c6df..0000000 --- a/tests/samples/upce-2/29.txt +++ /dev/null @@ -1 +0,0 @@ -04124498 \ No newline at end of file diff --git a/tests/samples/upce-2/31.png b/tests/samples/upce-2/31.png deleted file mode 100644 index b5c1077..0000000 Binary files a/tests/samples/upce-2/31.png and /dev/null differ diff --git a/tests/samples/upce-2/31.txt b/tests/samples/upce-2/31.txt deleted file mode 100644 index e9c1b63..0000000 --- a/tests/samples/upce-2/31.txt +++ /dev/null @@ -1 +0,0 @@ -01264904 \ No newline at end of file diff --git a/tests/samples/upce-2/33.png b/tests/samples/upce-2/33.png deleted file mode 100644 index 5d2b838..0000000 Binary files a/tests/samples/upce-2/33.png and /dev/null differ diff --git a/tests/samples/upce-2/33.txt b/tests/samples/upce-2/33.txt deleted file mode 100644 index e9c1b63..0000000 --- a/tests/samples/upce-2/33.txt +++ /dev/null @@ -1 +0,0 @@ -01264904 \ No newline at end of file diff --git a/tests/samples/upce-2/34.png b/tests/samples/upce-2/34.png deleted file mode 100644 index f52e0f2..0000000 Binary files a/tests/samples/upce-2/34.png and /dev/null differ diff --git a/tests/samples/upce-2/34.txt b/tests/samples/upce-2/34.txt deleted file mode 100644 index e9c1b63..0000000 --- a/tests/samples/upce-2/34.txt +++ /dev/null @@ -1 +0,0 @@ -01264904 \ No newline at end of file diff --git a/tests/samples/upce-2/35.png b/tests/samples/upce-2/35.png deleted file mode 100644 index 42d0753..0000000 Binary files a/tests/samples/upce-2/35.png and /dev/null differ diff --git a/tests/samples/upce-2/35.txt b/tests/samples/upce-2/35.txt deleted file mode 100644 index e9c1b63..0000000 --- a/tests/samples/upce-2/35.txt +++ /dev/null @@ -1 +0,0 @@ -01264904 \ No newline at end of file diff --git a/tests/samples/upce-2/37.png b/tests/samples/upce-2/37.png deleted file mode 100644 index 44a725f..0000000 Binary files a/tests/samples/upce-2/37.png and /dev/null differ diff --git a/tests/samples/upce-2/37.txt b/tests/samples/upce-2/37.txt deleted file mode 100644 index e9c1b63..0000000 --- a/tests/samples/upce-2/37.txt +++ /dev/null @@ -1 +0,0 @@ -01264904 \ No newline at end of file diff --git a/tests/samples/upce-2/38.png b/tests/samples/upce-2/38.png deleted file mode 100644 index f502a99..0000000 Binary files a/tests/samples/upce-2/38.png and /dev/null differ diff --git a/tests/samples/upce-2/38.txt b/tests/samples/upce-2/38.txt deleted file mode 100644 index e9c1b63..0000000 --- a/tests/samples/upce-2/38.txt +++ /dev/null @@ -1 +0,0 @@ -01264904 \ No newline at end of file diff --git a/tests/samples/upce-2/39.png b/tests/samples/upce-2/39.png deleted file mode 100644 index 9265fb7..0000000 Binary files a/tests/samples/upce-2/39.png and /dev/null differ diff --git a/tests/samples/upce-2/39.txt b/tests/samples/upce-2/39.txt deleted file mode 100644 index e9c1b63..0000000 --- a/tests/samples/upce-2/39.txt +++ /dev/null @@ -1 +0,0 @@ -01264904 \ No newline at end of file diff --git a/tests/samples/upce-2/41.png b/tests/samples/upce-2/41.png deleted file mode 100644 index da9dd95..0000000 Binary files a/tests/samples/upce-2/41.png and /dev/null differ diff --git a/tests/samples/upce-2/41.txt b/tests/samples/upce-2/41.txt deleted file mode 100644 index e9c1b63..0000000 --- a/tests/samples/upce-2/41.txt +++ /dev/null @@ -1 +0,0 @@ -01264904 \ No newline at end of file diff --git a/tests/samples/upce-3/01.png b/tests/samples/upce-3/01.png deleted file mode 100644 index 3907ae0..0000000 Binary files a/tests/samples/upce-3/01.png and /dev/null differ diff --git a/tests/samples/upce-3/01.txt b/tests/samples/upce-3/01.txt deleted file mode 100644 index e33c450..0000000 --- a/tests/samples/upce-3/01.txt +++ /dev/null @@ -1 +0,0 @@ -04965802 \ No newline at end of file diff --git a/tests/samples/upce-3/02.png b/tests/samples/upce-3/02.png deleted file mode 100644 index 7a52c85..0000000 Binary files a/tests/samples/upce-3/02.png and /dev/null differ diff --git a/tests/samples/upce-3/02.txt b/tests/samples/upce-3/02.txt deleted file mode 100644 index e33c450..0000000 --- a/tests/samples/upce-3/02.txt +++ /dev/null @@ -1 +0,0 @@ -04965802 \ No newline at end of file diff --git a/tests/samples/upce-3/03.png b/tests/samples/upce-3/03.png deleted file mode 100644 index ba67e74..0000000 Binary files a/tests/samples/upce-3/03.png and /dev/null differ diff --git a/tests/samples/upce-3/03.txt b/tests/samples/upce-3/03.txt deleted file mode 100644 index e33c450..0000000 --- a/tests/samples/upce-3/03.txt +++ /dev/null @@ -1 +0,0 @@ -04965802 \ No newline at end of file diff --git a/tests/samples/upce-3/04.png b/tests/samples/upce-3/04.png deleted file mode 100644 index 33beab6..0000000 Binary files a/tests/samples/upce-3/04.png and /dev/null differ diff --git a/tests/samples/upce-3/04.txt b/tests/samples/upce-3/04.txt deleted file mode 100644 index e33c450..0000000 --- a/tests/samples/upce-3/04.txt +++ /dev/null @@ -1 +0,0 @@ -04965802 \ No newline at end of file diff --git a/tests/samples/upce-3/05.png b/tests/samples/upce-3/05.png deleted file mode 100644 index 1b18873..0000000 Binary files a/tests/samples/upce-3/05.png and /dev/null differ diff --git a/tests/samples/upce-3/05.txt b/tests/samples/upce-3/05.txt deleted file mode 100644 index e33c450..0000000 --- a/tests/samples/upce-3/05.txt +++ /dev/null @@ -1 +0,0 @@ -04965802 \ No newline at end of file diff --git a/tests/samples/upce-3/06.png b/tests/samples/upce-3/06.png deleted file mode 100644 index 7be3e86..0000000 Binary files a/tests/samples/upce-3/06.png and /dev/null differ diff --git a/tests/samples/upce-3/06.txt b/tests/samples/upce-3/06.txt deleted file mode 100644 index e33c450..0000000 --- a/tests/samples/upce-3/06.txt +++ /dev/null @@ -1 +0,0 @@ -04965802 \ No newline at end of file diff --git a/tests/samples/upce-3/07.png b/tests/samples/upce-3/07.png deleted file mode 100644 index c16248c..0000000 Binary files a/tests/samples/upce-3/07.png and /dev/null differ diff --git a/tests/samples/upce-3/07.txt b/tests/samples/upce-3/07.txt deleted file mode 100644 index e33c450..0000000 --- a/tests/samples/upce-3/07.txt +++ /dev/null @@ -1 +0,0 @@ -04965802 \ No newline at end of file diff --git a/tests/samples/upce-3/08.png b/tests/samples/upce-3/08.png deleted file mode 100644 index 7b366ee..0000000 Binary files a/tests/samples/upce-3/08.png and /dev/null differ diff --git a/tests/samples/upce-3/08.txt b/tests/samples/upce-3/08.txt deleted file mode 100644 index e33c450..0000000 --- a/tests/samples/upce-3/08.txt +++ /dev/null @@ -1 +0,0 @@ -04965802 \ No newline at end of file diff --git a/tests/samples/upce-3/09.png b/tests/samples/upce-3/09.png deleted file mode 100644 index ba6846e..0000000 Binary files a/tests/samples/upce-3/09.png and /dev/null differ diff --git a/tests/samples/upce-3/09.txt b/tests/samples/upce-3/09.txt deleted file mode 100644 index e33c450..0000000 --- a/tests/samples/upce-3/09.txt +++ /dev/null @@ -1 +0,0 @@ -04965802 \ No newline at end of file diff --git a/tests/samples/upce-3/10.png b/tests/samples/upce-3/10.png deleted file mode 100644 index 6e6d8ad..0000000 Binary files a/tests/samples/upce-3/10.png and /dev/null differ diff --git a/tests/samples/upce-3/10.txt b/tests/samples/upce-3/10.txt deleted file mode 100644 index e33c450..0000000 --- a/tests/samples/upce-3/10.txt +++ /dev/null @@ -1 +0,0 @@ -04965802 \ No newline at end of file diff --git a/tests/samples/upce-3/11.png b/tests/samples/upce-3/11.png deleted file mode 100644 index e1db2fc..0000000 Binary files a/tests/samples/upce-3/11.png and /dev/null differ diff --git a/tests/samples/upce-3/11.txt b/tests/samples/upce-3/11.txt deleted file mode 100644 index e33c450..0000000 --- a/tests/samples/upce-3/11.txt +++ /dev/null @@ -1 +0,0 @@ -04965802 \ No newline at end of file diff --git a/tests/zxing-barcode-detection.spec.ts b/tests/zxing-barcode-detection.spec.ts deleted file mode 100644 index 872e12f..0000000 --- a/tests/zxing-barcode-detection.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { assert, describe, test } from "vitest"; -import { BarcodeDetector } from "../src/index.js"; -import { getHTMLImage } from "./helpers.js"; -import toc from "./samples/toc.json"; - -const barcodeDetector = new BarcodeDetector(); -for (const e of toc) { - describe(`detect ${e[0]}`, () => { - for (const f of e[1] as string[]) { - test(`detect ${f}`, async () => { - const image = await getHTMLImage( - new URL(`./samples/${f}`, import.meta.url).href, - ); - const value = - (await fetch(image.src.replace(/\.(png|jpg)$/, ".txt")).then((e) => - e.text(), - )) || undefined; - const detectedBarcodes = await barcodeDetector.detect(image); - assert.equal(detectedBarcodes[0]?.rawValue, value, `\n${image.src}\n`); - }); - } - }); -}