diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..89a88d84067baf5b9790cb86e3296c90965cf1a5 --- /dev/null +++ b/README.md @@ -0,0 +1,64 @@ +# KIE-HVQA +## Seeing is Believing? Mitigating OCR Hallucinations in Multimodal Large Language Models + +> Data for the paper [Seeing is Believing? Mitigating OCR Hallucinations in Multimodal Large Language Models](http://arxiv.org/abs/2506.20168) + +## Introduction + +Recent advancements in multimodal large language models have significantly improved document understanding by integrating textual and visual information. However, in real-world scenarios—especially under conditions of visual degradation—existing models often fall short. They struggle to accurately perceive and handle visual ambiguities, leading to an overreliance on linguistic priors and misaligned visual-textual reasoning. This challenge in recognizing uncertainty frequently results in hallucinated content, particularly when providing precise answers is infeasible. + +To better illustrate and address this critical problem, we propose KIE-HVQA, the first dedicated benchmark designed to evaluate OCR hallucination in degraded document understanding. KIE-HVQA encompasses test samples from identity cards and invoices, enhanced with simulated real-world degradations that compromise OCR reliability. This benchmark uniquely facilitates the assessment of models’ abilities to discern reliable visual information under degraded conditions and respond appropriately, thereby emphasizing the challenge of avoiding hallucination when faced with uncertain data. +

+ +

+ +## Main Results + +We assessed several recent state-of-the-art models, including both open-source and proprietary ones. + +

+ +

+ +## Usage + +### Evaluation for MLLMs results + +- Run the command to evaluate the LLMs results. + ```bash + cd KIE-HVQA + python3 eval.py + ``` +### Infer demo + +- Run the command to infer the pred. + ```bash + cd KIE-HVQA + python3 infer_qwen.py + ``` + + + +## License + +The dataset is licensed under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) License. + +## Acknowledgement + +The dataset is built upon [OCRBench](https://github.com/Yuliang-Liu/MultimodalOCR),[WildReceipt] (https://arxiv.org/abs/2103.14470) + +## Citation + +If you find this project useful in your research, please cite: + +```bibtex +@misc{he2025seeingbelievingmitigatingocr, + title={Seeing is Believing? Mitigating OCR Hallucinations in Multimodal Large Language Models}, + author={Zhentao He and Can Zhang and Ziheng Wu and Zhenghao Chen and Yufei Zhan and Yifan Li and Zhao Zhang and Xian Wang and Minghui Qiu}, + year={2025}, + eprint={2506.20168}, + archivePrefix={arXiv}, + primaryClass={cs.CV}, + url={https://arxiv.org/abs/2506.20168}, +} +``` \ No newline at end of file diff --git a/data/image_000000.png b/data/image_000000.png new file mode 100644 index 0000000000000000000000000000000000000000..a9ea01b214ae5789bc2516c750260964830933ca --- /dev/null +++ b/data/image_000000.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a78e206971355957a9dcfc4a7b4b73cc597802ac567e518c342f4484e83f218 +size 119010 diff --git a/data/image_000001.png b/data/image_000001.png new file mode 100644 index 0000000000000000000000000000000000000000..583ba31cc7cc612fd7f7a4092cc76d8866da9a9b --- /dev/null +++ b/data/image_000001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064377a83c640203a472dd165452bb8585c8a5121fbb6563c755e521daad14e0 +size 851714 diff --git a/data/image_000002.png b/data/image_000002.png new file mode 100644 index 0000000000000000000000000000000000000000..fc08a8e1d66074fdd1b73ef73122442282d136ca --- /dev/null +++ b/data/image_000002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:745c7fd5df2bd7423958261c542156ca1eac0a98d04971fba737e6caedd3c2e3 +size 892021 diff --git a/data/image_000003.png b/data/image_000003.png new file mode 100644 index 0000000000000000000000000000000000000000..b403ea82484b04ccc4441d2dce3614ea68900700 --- /dev/null +++ b/data/image_000003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a7980786b9d30f64c4f7754f12530ac2ffc06e63f6c205a101371f7ee96b4a +size 390758 diff --git a/data/image_000004.png b/data/image_000004.png new file mode 100644 index 0000000000000000000000000000000000000000..94ca201f254fb32de4be1940e3e684a7f47ea019 --- /dev/null +++ b/data/image_000004.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda0a248373830e9bd11ec503647751bc18494cd4073b7580e0d3a7ec4eec1e4 +size 2183055 diff --git a/data/image_000005.png b/data/image_000005.png new file mode 100644 index 0000000000000000000000000000000000000000..e76e7ea1b47e1fa0eb754278c029de7ce9afef48 --- /dev/null +++ b/data/image_000005.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02309389b18674aff27a839027401a39cb133b6778296c43d5cdb5524bff8451 +size 1401190 diff --git a/data/image_000006.png b/data/image_000006.png new file mode 100644 index 0000000000000000000000000000000000000000..82e2791f186187eb58ac2a9347753023a2ed00ac --- /dev/null +++ b/data/image_000006.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef7c9a701c9bc648bf24da90c728ed208d4f9659be9b75c757a63c8db40db0c +size 2657904 diff --git a/data/image_000007.png b/data/image_000007.png new file mode 100644 index 0000000000000000000000000000000000000000..d5ac6058f9fcddd19042454c680da91e9b7adc1f --- /dev/null +++ b/data/image_000007.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea2c3009c6e3f6b83ee3c528a7ac02484888a4cf9f2d3952939d5b876221bdd +size 8711670 diff --git a/data/image_000008.png b/data/image_000008.png new file mode 100644 index 0000000000000000000000000000000000000000..44b9a91f2b1479eb6f29d6b6d3b31cf7d4a0ee76 --- /dev/null +++ b/data/image_000008.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009c01b1117720917bca68fc6692d5b62a3a18ab7b1abd29732f125b4e5de036 +size 124016 diff --git a/data/image_000009.png b/data/image_000009.png new file mode 100644 index 0000000000000000000000000000000000000000..ab003869a8e85934936a272de67d8745b2710186 --- /dev/null +++ b/data/image_000009.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9a92a888f4a62747091c125a7b65d2568c91d21722b3a12e2ffe9d9af6649f +size 112467 diff --git a/data/image_000010.png b/data/image_000010.png new file mode 100644 index 0000000000000000000000000000000000000000..40d23fbdbf23a296b4eea840893959f780db711c --- /dev/null +++ b/data/image_000010.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf3b1d92522eeae101af9097ae115401406c0bca2a79ccbcf00d77bad75f4d9 +size 166272 diff --git a/data/image_000011.png b/data/image_000011.png new file mode 100644 index 0000000000000000000000000000000000000000..21e97488787d2473fb76e98466ed8225cc8689cd --- /dev/null +++ b/data/image_000011.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d81508b10f680b24da0bb193ab856736d1dc9ac1dd731445cb75af0359e4fcc +size 120861 diff --git a/data/image_000012.png b/data/image_000012.png new file mode 100644 index 0000000000000000000000000000000000000000..f5c77ff399e3176aec71307eddd99b2a066de0da --- /dev/null +++ b/data/image_000012.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de06c3acda041996cfb87b54cda11eaaa27712432373bd5d58bac6e8cda7dda +size 183652 diff --git a/data/image_000013.png b/data/image_000013.png new file mode 100644 index 0000000000000000000000000000000000000000..550c968f29fc3beabede12e6a84ead6165bd3124 --- /dev/null +++ b/data/image_000013.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:becab4a1366bbde7f021f9a87191a7ad46f1c169138ecdb6d54c8c126710da4b +size 141575 diff --git a/data/image_000014.png b/data/image_000014.png new file mode 100644 index 0000000000000000000000000000000000000000..c2197b30242eb724185b7c1bd95730766916f676 --- /dev/null +++ b/data/image_000014.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76801221cf005fb9af47aad1def65fbaab1d40dfca87747cf514ef3f1204d54a +size 1564808 diff --git a/data/image_000015.png b/data/image_000015.png new file mode 100644 index 0000000000000000000000000000000000000000..198562e6c01a686cff182206f6c8dd5db20d564d --- /dev/null +++ b/data/image_000015.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ffc065ff3cd7082f386799db7ba7af39194280bd00401a94698cb9e2002db8 +size 1120456 diff --git a/data/image_000016.png b/data/image_000016.png new file mode 100644 index 0000000000000000000000000000000000000000..c839fc7930b9f012e09f2fb5607c33c034233c20 --- /dev/null +++ b/data/image_000016.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e56108f774520e906ea8af03a407e077330345f8615e7e41d0bc09955ad164 +size 2918454 diff --git a/data/image_000017.png b/data/image_000017.png new file mode 100644 index 0000000000000000000000000000000000000000..4279b8338101ffc506748800f1353cc3792934e3 --- /dev/null +++ b/data/image_000017.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a995e9709cc7e390561a9540e08be5bdba78db6bc8c9afd658b463389b304310 +size 202955 diff --git a/data/image_000018.png b/data/image_000018.png new file mode 100644 index 0000000000000000000000000000000000000000..ceca0515e5fa092c9c1d2f5d7e3dafb3e1e97a1c --- /dev/null +++ b/data/image_000018.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:971b7ae0f37dfa50d40a0c195fed74287be59ca6f258e6819644c027706729d3 +size 135220 diff --git a/data/image_000019.png b/data/image_000019.png new file mode 100644 index 0000000000000000000000000000000000000000..a294ab3b25942ebc9352a391eb7991652faf03e3 --- /dev/null +++ b/data/image_000019.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9226a4c7edca98a3357fd0a43c8a05fbc4b3614836cd934162b74df990d423c8 +size 547655 diff --git a/data/image_000020.png b/data/image_000020.png new file mode 100644 index 0000000000000000000000000000000000000000..f07ba7f6635e499780fc7de921f4296765b05f9b --- /dev/null +++ b/data/image_000020.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5125f24db85aac03b9fa73d887db6871a9be7e5dbfc3853e6144da65d2eaf8ad +size 894696 diff --git a/data/image_000021.png b/data/image_000021.png new file mode 100644 index 0000000000000000000000000000000000000000..a866f13e763a02056632924d092dcfcd76bfa3ac --- /dev/null +++ b/data/image_000021.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:275250476cdfdc642e4b34985d86328168b1435ca688ea3312d84f042628f7c1 +size 2097854 diff --git a/data/image_000022.png b/data/image_000022.png new file mode 100644 index 0000000000000000000000000000000000000000..61e2b6df2684903a749656066d0eb758526b4d0c --- /dev/null +++ b/data/image_000022.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1ea8ecac7dff8b46f155949b1194f3cc776dfe7e401062ace29b91e610a8ce +size 170525 diff --git a/data/image_000023.png b/data/image_000023.png new file mode 100644 index 0000000000000000000000000000000000000000..28a86ce57504edc213352293ab887e4a7ec0b679 --- /dev/null +++ b/data/image_000023.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65fef9f825a34b3c7b67186d1bbc285ddaedf46b831ab4b827aaea72a7c2af0e +size 230831 diff --git a/data/image_000024.png b/data/image_000024.png new file mode 100644 index 0000000000000000000000000000000000000000..441794a9985dc9b0e1f1926cc0af1c5b9b876aef --- /dev/null +++ b/data/image_000024.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a39dee84b4b8879a3463ae285a5bea5932f7d1e184177feefa87e6d85b5083 +size 4488832 diff --git a/data/image_000025.png b/data/image_000025.png new file mode 100644 index 0000000000000000000000000000000000000000..055ef9a98f70bce5284b01f70326fd92457ee857 --- /dev/null +++ b/data/image_000025.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a187ea1ef26d8cf24ce29347149058522fbdd68dc3e5b9b0d48a44e56b4d4cfc +size 172265 diff --git a/data/image_000026.png b/data/image_000026.png new file mode 100644 index 0000000000000000000000000000000000000000..ae69566845e46d9b6dff1f85e32588e7f769ab85 --- /dev/null +++ b/data/image_000026.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595f11e65eea43aa26fed4ba72dde54cc57750e536caa8d39ca4f0a3fbe959cd +size 1631730 diff --git a/data/image_000027.png b/data/image_000027.png new file mode 100644 index 0000000000000000000000000000000000000000..1149c994da6d2d0d24eaad9d4cfc759c1cf4536a --- /dev/null +++ b/data/image_000027.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb0bb6626768c0f2c62fd36b71987733e873b2abea63a22e31f5aa4ffcbe9651 +size 274554 diff --git a/data/image_000028.png b/data/image_000028.png new file mode 100644 index 0000000000000000000000000000000000000000..cdfa021bd4debab995de2bef6c5e2243628b2edf --- /dev/null +++ b/data/image_000028.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0edf5d73b3ff7e45335c398dded26638af708e086cded98615ebee799987058 +size 181328 diff --git a/data/image_000029.png b/data/image_000029.png new file mode 100644 index 0000000000000000000000000000000000000000..e687a777b770918ef07f7cf1d3005ed844c20a2d --- /dev/null +++ b/data/image_000029.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1776c212299c9f0433f5f9aaf9c6f8890664d4ac1dc2feaadbbed9c19d4a4395 +size 1498668 diff --git a/data/image_000030.png b/data/image_000030.png new file mode 100644 index 0000000000000000000000000000000000000000..e3d2e6068c7a8efb59f8a9035940b4479095cb1f --- /dev/null +++ b/data/image_000030.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950137d6e41fdddbeff0ea95e45ee85c0be5273fe2e817b2df74b383903ad68a +size 8991085 diff --git a/data/image_000031.png b/data/image_000031.png new file mode 100644 index 0000000000000000000000000000000000000000..0f6e6bb246cb827bf12a954e91ee80e3e0511f71 --- /dev/null +++ b/data/image_000031.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b973b43de9bce6f07d4ad9d0d8d5e92635cb67da8437c6a2260512dd8f47bf +size 285812 diff --git a/data/image_000032.png b/data/image_000032.png new file mode 100644 index 0000000000000000000000000000000000000000..8b1875619d8f898e5069cd908f85883bcaefee94 --- /dev/null +++ b/data/image_000032.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbd355b89698ec2e0cc2d4b850f5aa94886e6e3e769e6d70b1bd6ceb35351b95 +size 1228920 diff --git a/data/image_000033.png b/data/image_000033.png new file mode 100644 index 0000000000000000000000000000000000000000..7587f78eaec3d4b420bf6df169e8ffd186211a62 --- /dev/null +++ b/data/image_000033.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37efc3eb893a2dca0383e0c755186a9fd383cf5db6084e4ff2a91ab9697903aa +size 410076 diff --git a/data/image_000034.png b/data/image_000034.png new file mode 100644 index 0000000000000000000000000000000000000000..9c48aef6ed31d5e9d80ec18ad45e2bb293ed5a86 --- /dev/null +++ b/data/image_000034.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f1883ccd10c677b7cb34c443df21eb9a688b2a114bae12ad69581b293707faf +size 1038359 diff --git a/data/image_000035.png b/data/image_000035.png new file mode 100644 index 0000000000000000000000000000000000000000..9949aaafcccf73357146bdc0f5b7595c8d78c9ae --- /dev/null +++ b/data/image_000035.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8acb57f0779eb64937d870fc608939230fbfd6734dffc06d5c1e75512889f5 +size 585353 diff --git a/data/image_000036.png b/data/image_000036.png new file mode 100644 index 0000000000000000000000000000000000000000..d0afa1ff64e18ab89af43f28fe95a6701faffc5d --- /dev/null +++ b/data/image_000036.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67dcdb1afd676b5e8bae6186fbacd20615895808a5a20a51aab7485c3adc70e7 +size 732513 diff --git a/data/image_000037.png b/data/image_000037.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf6b2acb72e377c39c7ce4e94e35c615c0a41c4 --- /dev/null +++ b/data/image_000037.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f6ba17c253008def3aab3ff2026d21eee607a4db472cec99dddb37adba1c0d +size 590973 diff --git a/data/image_000038.png b/data/image_000038.png new file mode 100644 index 0000000000000000000000000000000000000000..c9ca1cb1b7fd8633d048ca1088cb03cb4375c428 --- /dev/null +++ b/data/image_000038.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746d4c0c3998656d05db7d42e5a12db93dbd5d28c54f2207c9a5a926cf259572 +size 109398 diff --git a/data/image_000039.png b/data/image_000039.png new file mode 100644 index 0000000000000000000000000000000000000000..ab652d3a97396501fb7939ace620b6a061d0dcf1 --- /dev/null +++ b/data/image_000039.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d62151c7307d60bef8ded5e1c6bf091840e352227cf92f385302b5dffc36aca5 +size 1264201 diff --git a/data/image_000040.png b/data/image_000040.png new file mode 100644 index 0000000000000000000000000000000000000000..3961b64546ba9d78003a9ab8bdcd5e611840a2d9 --- /dev/null +++ b/data/image_000040.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afbf12f2c0454406482ab7dd10c55b69c1886826ee6f946be29c7244da177fa0 +size 139102 diff --git a/data/image_000041.png b/data/image_000041.png new file mode 100644 index 0000000000000000000000000000000000000000..8313e624b2dfaf61c9e08b00cc0fcc6033880c28 --- /dev/null +++ b/data/image_000041.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db1ceb13c4077dc8db07f23a1cdfa085db7c6dbdd3a55f33e1f81ab85323bd9c +size 695069 diff --git a/data/image_000042.png b/data/image_000042.png new file mode 100644 index 0000000000000000000000000000000000000000..291ddb07c494a723e6cbad7e897aa9a7bdd78410 --- /dev/null +++ b/data/image_000042.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84f47900e970dd09338ad4dd5319e13fb8d38cf667522b8c8e01505a990b58d +size 521716 diff --git a/data/image_000043.png b/data/image_000043.png new file mode 100644 index 0000000000000000000000000000000000000000..e80cbac1dd9083cc7957d563215dc05a32e4d02d --- /dev/null +++ b/data/image_000043.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30fc8135d178d970cded791c88a03468ccb665b43daecc6428f6cc90ab5d247 +size 1015639 diff --git a/data/image_000044.png b/data/image_000044.png new file mode 100644 index 0000000000000000000000000000000000000000..c102934006398d9b35bef3ea84b23c78ac68a9b8 --- /dev/null +++ b/data/image_000044.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9999d0e29d8e7f1226291807e99ab6719e119913c8384abc1e7383410348831 +size 797862 diff --git a/data/image_000045.png b/data/image_000045.png new file mode 100644 index 0000000000000000000000000000000000000000..62c05a6e05d9ec6a1d1ee7eaeed36c19845478ae --- /dev/null +++ b/data/image_000045.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb9d19c5ca100fe9b7139aa51fc39b737e8c28f7555b24bacedbe935df50c6da +size 206663 diff --git a/data/image_000046.png b/data/image_000046.png new file mode 100644 index 0000000000000000000000000000000000000000..358ee48fd4e01d336e45a45268b7ce1f46cc38a6 --- /dev/null +++ b/data/image_000046.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bafc63651cd4e862f7d5b7a8eedd0f7c5251c37fbeffe4360e18ab2be10cabab +size 255320 diff --git a/data/image_000047.png b/data/image_000047.png new file mode 100644 index 0000000000000000000000000000000000000000..2e565d4fc4a0ae840fbfb1acb67f864c2c7ea006 --- /dev/null +++ b/data/image_000047.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6773cdcbf36b7aa87970e62bdfb857e6b4eb0816001a4bc5c3eea2f36fb8c358 +size 813400 diff --git a/data/image_000048.png b/data/image_000048.png new file mode 100644 index 0000000000000000000000000000000000000000..75a8fcced72ca40873acec13ad9425717c2972be --- /dev/null +++ b/data/image_000048.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a20580226bb797676b746f09fdc2b2ceb5ec72160059ac0cca759ab42722f2ee +size 303532 diff --git a/data/image_000049.png b/data/image_000049.png new file mode 100644 index 0000000000000000000000000000000000000000..fa9bab99739eca9944bb663645fe4fccbaca11c1 --- /dev/null +++ b/data/image_000049.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b08f05fd840e9571b94e123d039cb81d77a25ea1014c3d0c3d50fa51d6875a1e +size 808996 diff --git a/data/image_000050.png b/data/image_000050.png new file mode 100644 index 0000000000000000000000000000000000000000..0f94b87b0ca2b5564d10feae0581940f2fad635d --- /dev/null +++ b/data/image_000050.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca839cac87b187c7ca1c52e41b4be9ca35aca88bc4f993a1d47401894082fc9 +size 325877 diff --git a/data/image_000051.png b/data/image_000051.png new file mode 100644 index 0000000000000000000000000000000000000000..a118e667a8e162a3d5720ea4a4659bd35da5bba8 --- /dev/null +++ b/data/image_000051.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca02ebcdefa8a315f3a834c91782b761e8651518e605e135683f26100950a296 +size 393936 diff --git a/data/image_000052.png b/data/image_000052.png new file mode 100644 index 0000000000000000000000000000000000000000..0e42e3a32f2befae123110dc721f13d465d33f30 --- /dev/null +++ b/data/image_000052.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a41310bda5028d71cfd4326413e67bc6dd401706ccefb532afd990dd8fad9dd0 +size 683459 diff --git a/data/image_000053.png b/data/image_000053.png new file mode 100644 index 0000000000000000000000000000000000000000..5b10af9c4e4ab301d6b194e646a6b2ddeee1453d --- /dev/null +++ b/data/image_000053.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a800cb0aef7a15858db4d9e711b7b9befb177896e36e6b6af128c21541a97217 +size 84963 diff --git a/data/image_000054.png b/data/image_000054.png new file mode 100644 index 0000000000000000000000000000000000000000..46f2dfcee6d913fa582a6daab399c5190652e5f9 --- /dev/null +++ b/data/image_000054.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:321d6244805d3a7fdfecbf8d5d2db760e50b0adc8bb4f7ac0dba45dd6c9f977a +size 194015 diff --git a/data/image_000055.png b/data/image_000055.png new file mode 100644 index 0000000000000000000000000000000000000000..5b76b274b879dde00cd0b26084c8fa11d7bb84c9 --- /dev/null +++ b/data/image_000055.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f33437e1d6a489b7b43b12df8cde58ed748188c0648a78b7302c057d895d8a1 +size 278501 diff --git a/data/image_000056.png b/data/image_000056.png new file mode 100644 index 0000000000000000000000000000000000000000..42f0c4dc67f7b535db9c22697790bbc8388fd825 --- /dev/null +++ b/data/image_000056.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f95cfe8298fdecbaa4234ba65f5cd4f3500742a0f75019c233902724a58f9c1b +size 1728186 diff --git a/data/image_000057.png b/data/image_000057.png new file mode 100644 index 0000000000000000000000000000000000000000..f63053d5e3778c56342b66995cb8bd40b3de213c --- /dev/null +++ b/data/image_000057.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05002f069126ebdf75de2371bc4bdbb8c5d7d3d5a36ac0b9abe378e30a092a91 +size 161906 diff --git a/data/image_000058.png b/data/image_000058.png new file mode 100644 index 0000000000000000000000000000000000000000..cb681fae771a4f1ffeb3cfc805e2919fff76518f --- /dev/null +++ b/data/image_000058.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e04ec0c420679e8f10423b883791b7bc6e5ce76c0d5f9660dfda4898cee78515 +size 334155 diff --git a/data/image_000059.png b/data/image_000059.png new file mode 100644 index 0000000000000000000000000000000000000000..9e0d3ae85b6a6b56c03ced455aa5f8f03dc470c9 --- /dev/null +++ b/data/image_000059.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:659edc3c0041fe56201c28cf39aed4b114e03dd8efb3813446d032fcf815c1e8 +size 158679 diff --git a/data/image_000060.png b/data/image_000060.png new file mode 100644 index 0000000000000000000000000000000000000000..da8ed40dbbf373208e77feb6617e1a8e71038368 --- /dev/null +++ b/data/image_000060.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16feb3d5c3f28ca2250046a0039858a4308b0918bb1627ad10dfea883845c84c +size 331939 diff --git a/data/image_000061.png b/data/image_000061.png new file mode 100644 index 0000000000000000000000000000000000000000..2f87f44afcd64ed4638f03076e5f7c024c967b47 --- /dev/null +++ b/data/image_000061.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2535ab755c4e115098aa10978c0f482fdd8d72a9a4c5b0eb954c7b5eca1eaa74 +size 436639 diff --git a/data/image_000062.png b/data/image_000062.png new file mode 100644 index 0000000000000000000000000000000000000000..fb3e1b5b4b333b048eb44ab7822938efc25b2ead --- /dev/null +++ b/data/image_000062.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06502d6f4e5fd6ae2136039cb38e962d0d9bb93a7cbfc85a863882a3a9342065 +size 741543 diff --git a/data/image_000063.png b/data/image_000063.png new file mode 100644 index 0000000000000000000000000000000000000000..2ebc8c25c140a085c94bc8fd26e0df206d4afe61 --- /dev/null +++ b/data/image_000063.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7295678800a3ff934a8194619371cf5923c237a9f0a504c107d1e5f41c58246 +size 308999 diff --git a/data/image_000064.png b/data/image_000064.png new file mode 100644 index 0000000000000000000000000000000000000000..6045a9659ab5af52ee658cced7a0fe8fec6c228d --- /dev/null +++ b/data/image_000064.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:673611d23307c992f8ec4e5d229c53a6fd34697e668fae790d52b4bdfbb0c7b9 +size 168963 diff --git a/data/image_000065.png b/data/image_000065.png new file mode 100644 index 0000000000000000000000000000000000000000..61315796bc6915e8bf5cef6f1a0e3efbc998a610 --- /dev/null +++ b/data/image_000065.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebcfa3358d7f700db729de8401adddc6fc8b38230ac08f2e405ddf26d7d7ed5d +size 254573 diff --git a/data/image_000066.png b/data/image_000066.png new file mode 100644 index 0000000000000000000000000000000000000000..386bc59cdb8383266832741ee21dd8771502c853 --- /dev/null +++ b/data/image_000066.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cfbf67219bc7a0a0a7c677f587ef1cd0043d556933812acb801114091c61eca +size 463569 diff --git a/data/image_000067.png b/data/image_000067.png new file mode 100644 index 0000000000000000000000000000000000000000..8bf550f5b6f802c163e98ce58368469162e3fb3c --- /dev/null +++ b/data/image_000067.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f226b2247850a15da3fd5cef7a6cacd470dc9ab3647120788e523b1d2672d9eb +size 225422 diff --git a/data/image_000068.png b/data/image_000068.png new file mode 100644 index 0000000000000000000000000000000000000000..9c421098ef23962160f6b7ef45acd03584ba4da0 --- /dev/null +++ b/data/image_000068.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d15b4468afdd8572a6c9bcad48a0c578f320742488d8a8a6c0f2d2197392b81a +size 264360 diff --git a/data/image_000069.png b/data/image_000069.png new file mode 100644 index 0000000000000000000000000000000000000000..4416f88508403b1fb2a925adf47515b8bbfdd756 --- /dev/null +++ b/data/image_000069.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03175456c30789b78fdbeb1a8b9bf73489e8eb4bc81982ed78184841d5ebb6f +size 127962 diff --git a/data/image_000070.png b/data/image_000070.png new file mode 100644 index 0000000000000000000000000000000000000000..2aa8c1bec6d6246b1c059962aaddec6e83753f61 --- /dev/null +++ b/data/image_000070.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe1c4e47e8e9d1c95806de7c18a7386be21fecfb45cbd4071b51be07c5ed3ad +size 197881 diff --git a/data/image_000071.png b/data/image_000071.png new file mode 100644 index 0000000000000000000000000000000000000000..d06806d60e837a65465e02050e33f5139a106b98 --- /dev/null +++ b/data/image_000071.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a07d8bc7bdab3170822101c54cff702a54076f8ee24817f7ce39731b245d5c +size 131308 diff --git a/data/image_000072.png b/data/image_000072.png new file mode 100644 index 0000000000000000000000000000000000000000..59c2ec4ffecef161094369862c2ea3ec99252de1 --- /dev/null +++ b/data/image_000072.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:672c1084158cdbad7ed71ac3bb14c4ef6747a7c62f97c0610198e610da7f38a5 +size 636514 diff --git a/data/image_000073.png b/data/image_000073.png new file mode 100644 index 0000000000000000000000000000000000000000..7d37e89ea59fe0ba12b15aace538caeae24c8e1d --- /dev/null +++ b/data/image_000073.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af64f9d27630eb3df256f434a746e28c25df1158554a6c52c801d3e691cebd5b +size 149372 diff --git a/data/image_000074.png b/data/image_000074.png new file mode 100644 index 0000000000000000000000000000000000000000..b27084a4dacb2e89e7732ba14dc2ee23deb1b7af --- /dev/null +++ b/data/image_000074.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3745bfc28bcb53c5f2e290ae2f4d3cb0bf11691b0b4fbb37e4961d76a125d6d +size 144089 diff --git a/data/image_000075.png b/data/image_000075.png new file mode 100644 index 0000000000000000000000000000000000000000..430b2f1245395dbea61cd083605302495a20b75d --- /dev/null +++ b/data/image_000075.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75fd70514220a4c52ad122b171255ff613962f02ca590337164351e28a32370c +size 3002629 diff --git a/data/image_000076.png b/data/image_000076.png new file mode 100644 index 0000000000000000000000000000000000000000..b9a944e3ab1ac8014a049afa290602aa4a439d09 --- /dev/null +++ b/data/image_000076.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baabd2726dde8f0e736876c0c41fdf963f13ee3b8ff6a7d6f5cc4d2ddbd5b424 +size 160609 diff --git a/data/image_000077.png b/data/image_000077.png new file mode 100644 index 0000000000000000000000000000000000000000..f70abc9e348cfeed9209380c254b8fdb5c170605 --- /dev/null +++ b/data/image_000077.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f0434fec50a9589e0511284ac487cb025beea2e476cc75342c51b19704e3fba +size 1478105 diff --git a/data/image_000078.png b/data/image_000078.png new file mode 100644 index 0000000000000000000000000000000000000000..dfcdd3cdb3632c7bef3ba67e2b0c3e6ce6144473 --- /dev/null +++ b/data/image_000078.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd90f5a7dcd184fb583023a3944203544ae928f385ee4f4f659ce18b06a775e5 +size 152455 diff --git a/data/image_000079.png b/data/image_000079.png new file mode 100644 index 0000000000000000000000000000000000000000..6d6272d258ae1d7ab8d168444dead955ea06a6c5 --- /dev/null +++ b/data/image_000079.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df84a1f8310bee15b5a67b362614a95af5ef6a776b6c9098488620e831639cd4 +size 813604 diff --git a/data/image_000080.png b/data/image_000080.png new file mode 100644 index 0000000000000000000000000000000000000000..2a991d181534898e5521a5cf1d7f12e0a542c3c7 --- /dev/null +++ b/data/image_000080.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da47f8af51d0d10d60257d64db4bf0af0564d08bc0ef421133469e9e8fcd58ed +size 10634536 diff --git a/data/image_000081.png b/data/image_000081.png new file mode 100644 index 0000000000000000000000000000000000000000..248568592435b7f86815d4f10ea9145d1ad63a8d --- /dev/null +++ b/data/image_000081.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40fe6b572adca61614a95e454b066548a976dc68d83996756f52eb412c1eca4 +size 690019 diff --git a/data/image_000082.png b/data/image_000082.png new file mode 100644 index 0000000000000000000000000000000000000000..a87702df886f3f0810e13f39648781d78a29255b --- /dev/null +++ b/data/image_000082.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db0eb3fc9d8dfd323b14e3db3b4191578ed3630fe6027b8ccffaacc01dfff449 +size 562480 diff --git a/data/image_000083.png b/data/image_000083.png new file mode 100644 index 0000000000000000000000000000000000000000..9aa9df909e71ff67e51f335e2c3d36a30c36f2de --- /dev/null +++ b/data/image_000083.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a620a21565c826b3b635e6c736203be057574742ac4f77fff013150243867539 +size 5156749 diff --git a/data/image_000084.png b/data/image_000084.png new file mode 100644 index 0000000000000000000000000000000000000000..d58ea4f458baa71f7f9d36a0256e5419ffae79bb --- /dev/null +++ b/data/image_000084.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4470ff07dcaebd0d9ac7a0acbf21b818e375348fd0cce5d92ce8ab627b0895c6 +size 224315 diff --git a/data/image_000085.png b/data/image_000085.png new file mode 100644 index 0000000000000000000000000000000000000000..85e66f66960d3692546a95fe1ca482590869d36e --- /dev/null +++ b/data/image_000085.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f47e505a23996bc11739e021f3bb35326e05ab8a537da298f8fb0b50e75c91 +size 185136 diff --git a/data/image_000086.png b/data/image_000086.png new file mode 100644 index 0000000000000000000000000000000000000000..6f24596b8f638b1a81d01c38b603041896fc8929 --- /dev/null +++ b/data/image_000086.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3990d0b95cce6dc5a5635207a96c8ce86d9a3d5d8c15866bfea28a75f927f8d +size 847332 diff --git a/data/image_000087.png b/data/image_000087.png new file mode 100644 index 0000000000000000000000000000000000000000..783c0dfd427f4d701217f0f15fc61344f5e00fe6 --- /dev/null +++ b/data/image_000087.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b2479113f99700d34ae4c549a486f0a6eb8d51f8b4113e6f82b869b6b9309c +size 9464380 diff --git a/data/image_000088.png b/data/image_000088.png new file mode 100644 index 0000000000000000000000000000000000000000..12f32fed043278b02aa3d9c2cbd045a03ebed554 --- /dev/null +++ b/data/image_000088.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a3900bb5a7f714e83063205a793ac6114a47648a21a63397ddcf026505df8a4 +size 462137 diff --git a/data/image_000089.png b/data/image_000089.png new file mode 100644 index 0000000000000000000000000000000000000000..3802d818e097ff336ebae310207a2922e79a6386 --- /dev/null +++ b/data/image_000089.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec5d0cb1a497bc7b9369d63c5c65520d205e05be7d771cdcc633ca10db85ebf +size 923513 diff --git a/data/image_000090.png b/data/image_000090.png new file mode 100644 index 0000000000000000000000000000000000000000..0baceedf1ade95486471996b5ed19177864655a3 --- /dev/null +++ b/data/image_000090.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b2b11c9113fc13c946a0859052d6e267f7c74fe76b9b3c808c31c261916644 +size 483321 diff --git a/data/image_000091.png b/data/image_000091.png new file mode 100644 index 0000000000000000000000000000000000000000..70318c90b8011911f4267b88afcb652fc9810e53 --- /dev/null +++ b/data/image_000091.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6dbbaa4bf3d4e0d02773206bf704307654d4109af69b7925f8df90e7cdfaa5 +size 854767 diff --git a/data/image_000092.png b/data/image_000092.png new file mode 100644 index 0000000000000000000000000000000000000000..5655f672455081add0b09f9d773c0790496e6d23 --- /dev/null +++ b/data/image_000092.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bc15ba56ba36966d8ec38bb3042a774e9a80e7233b27197f6b86180cf07045f +size 9412625 diff --git a/data/image_000093.png b/data/image_000093.png new file mode 100644 index 0000000000000000000000000000000000000000..e7368b55cfebbdd4c8302335d3d9bcf4d83e519e --- /dev/null +++ b/data/image_000093.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c52940449925792e31cf01ba6d5d2343a27eeb4824f5dbc2705bce21d0dd9f +size 180455 diff --git a/data/image_000094.png b/data/image_000094.png new file mode 100644 index 0000000000000000000000000000000000000000..b0f0c03a3fe880da19261988250eb5e8abc04dab --- /dev/null +++ b/data/image_000094.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc0bb08c762946da3550503af9a6ae8aa18fd64f9e2baa1a6356dbcd42fd0df +size 87734 diff --git a/data/image_000095.png b/data/image_000095.png new file mode 100644 index 0000000000000000000000000000000000000000..a9b01b6fc553a54e3e9623bfd719ac7cc548c88a --- /dev/null +++ b/data/image_000095.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:828ab3c939a4dca12fba7b4b1c5d90d0e6b4a5c8e9675101c96f406d43dc1678 +size 1697560 diff --git a/data/image_000096.png b/data/image_000096.png new file mode 100644 index 0000000000000000000000000000000000000000..d7ae9fc52da467152ccbb9a180eec74f5e650b91 --- /dev/null +++ b/data/image_000096.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2debfaaec699cc3681b160515e3b644a970131472348641f182a584025cd198 +size 146092 diff --git a/data/image_000097.png b/data/image_000097.png new file mode 100644 index 0000000000000000000000000000000000000000..134a76d48abdaba499914829282bef5b0b049f0a --- /dev/null +++ b/data/image_000097.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef1d42b8116875de72f84a38d696eae45ddea9f0806d33eb91ba0e0157896206 +size 402563 diff --git a/data/image_000098.png b/data/image_000098.png new file mode 100644 index 0000000000000000000000000000000000000000..aee5223ec962edd8b55359fa22b8236f7c2860a7 --- /dev/null +++ b/data/image_000098.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbd44f8fc21314378de4256c2962fa77039ddeb59f92a900767c842c7446c83e +size 1753259 diff --git a/data/image_000099.png b/data/image_000099.png new file mode 100644 index 0000000000000000000000000000000000000000..5bf0e687d983089fe214b857043d1f3d789f4be0 --- /dev/null +++ b/data/image_000099.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17814e7bbe055b3d2575468fa8132f402dd1a452c393a35a3ca40093fc62f8c8 +size 5452274 diff --git a/data/image_000100.png b/data/image_000100.png new file mode 100644 index 0000000000000000000000000000000000000000..0afa697461d788e30382d0105c42fa9cbfcdae67 --- /dev/null +++ b/data/image_000100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009e906de583a7e44c09f5aca3721a1a5bce1b1ec29af32ebea04d65a9a99511 +size 125778 diff --git a/data/image_000101.png b/data/image_000101.png new file mode 100644 index 0000000000000000000000000000000000000000..691c894c286920896b7ada17a52ce8d6d8c8afe6 --- /dev/null +++ b/data/image_000101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cee43cf0b553ca5244310a2df5d447e76f7c13f7a6c244cc8fa59c43fe754d0 +size 106682 diff --git a/data/image_000102.png b/data/image_000102.png new file mode 100644 index 0000000000000000000000000000000000000000..6033f5a50fd83d432ba919b30f513b93d38bf664 --- /dev/null +++ b/data/image_000102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3372128e00f64975ddfe3eb1578f9601da40c504d1ba41bd8e0bb686ee5583bf +size 194777 diff --git a/data/image_000103.png b/data/image_000103.png new file mode 100644 index 0000000000000000000000000000000000000000..6456345f997ba1f78c2b2cbc504e4fd7a238ccb7 --- /dev/null +++ b/data/image_000103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4dc2172b87dc80aac4ddae14b85a96454e6f111f7b3b2a6ea3b1c91138a645b +size 1387818 diff --git a/data/image_000104.png b/data/image_000104.png new file mode 100644 index 0000000000000000000000000000000000000000..6e5b218f695904ace363fbe3a5a66f03b6e821b1 --- /dev/null +++ b/data/image_000104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:519b438dfd86a4d8853c2114b0d388b4a6b488b45a741e47e935e70dd36b5de1 +size 342672 diff --git a/data/image_000105.png b/data/image_000105.png new file mode 100644 index 0000000000000000000000000000000000000000..ba5de9aeff9d1ebd619a585ab85fcd5d03c40428 --- /dev/null +++ b/data/image_000105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3059b94c2f9386acd5433cfadeab7ec17bb473ddc9e22c444f45a658d0554771 +size 212209 diff --git a/data/image_000106.png b/data/image_000106.png new file mode 100644 index 0000000000000000000000000000000000000000..10929229ee67bf49dc26344da0c1454a59be34e5 --- /dev/null +++ b/data/image_000106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0a9cfa42326aacde44aa4954fc89cc4cb7be833803a9b9679412afb3fd390c +size 206781 diff --git a/data/image_000107.png b/data/image_000107.png new file mode 100644 index 0000000000000000000000000000000000000000..ae5b9b209bbec9dc9bb37b911968886006ad020b --- /dev/null +++ b/data/image_000107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556c19192fdb32efdf65382f09bd8f89de07dd0a7dde41147dba5ebd96864a7f +size 298660 diff --git a/data/image_000108.png b/data/image_000108.png new file mode 100644 index 0000000000000000000000000000000000000000..d4b5e4b39e9bfd5d87382abe7c3c04a4f8a6042e --- /dev/null +++ b/data/image_000108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff39b2453c54bfa4a8a79c3a66e05345628b5b4c3f916a1e3eecfb20abb3b02 +size 2281322 diff --git a/data/image_000109.png b/data/image_000109.png new file mode 100644 index 0000000000000000000000000000000000000000..cd45586c3dacbbbc44181e060eca329c60d1420e --- /dev/null +++ b/data/image_000109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d27e944b83910ab1aa8297d1b60ac82b68fa6105df7b9d5779e48519686cd5bd +size 299378 diff --git a/data/image_000110.png b/data/image_000110.png new file mode 100644 index 0000000000000000000000000000000000000000..e82454aa45eab0c9e67c4c8377708adfd886ccc7 --- /dev/null +++ b/data/image_000110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7daad0328993c781a7b5679dc830af5795a9c2be7874ab8fc7bca859c90c5777 +size 372844 diff --git a/data/image_000111.png b/data/image_000111.png new file mode 100644 index 0000000000000000000000000000000000000000..7ca11c250321d2f61ce22a0137f58ff0d7fdbb0d --- /dev/null +++ b/data/image_000111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fcf75ca7f56ff745bab275c6631aed8b6135790da6159e33d2b2c7e952550cd +size 116464 diff --git a/data/image_000112.png b/data/image_000112.png new file mode 100644 index 0000000000000000000000000000000000000000..fb03629550a83bedb2267981017d04e1adfb8fde --- /dev/null +++ b/data/image_000112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae3a67cf39dfce0a67883cdb28b4956b730e9dc2b945026c56ee165c38f3935 +size 1697546 diff --git a/data/image_000113.png b/data/image_000113.png new file mode 100644 index 0000000000000000000000000000000000000000..d838f2edf556caeb711fa1ede98f63a72729ca64 --- /dev/null +++ b/data/image_000113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8531457c6ac0bc98a345b1a676cddfc0d960cc385b5f8abd4c67e4b520adb5a2 +size 304249 diff --git a/data/image_000114.png b/data/image_000114.png new file mode 100644 index 0000000000000000000000000000000000000000..b04225f5360b83290d0d8881369170c23636967d --- /dev/null +++ b/data/image_000114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c527cd678dd1bbd9b47d1fad55c5037966649698790e4536cebc67ef0c2acd +size 123149 diff --git a/data/image_000115.png b/data/image_000115.png new file mode 100644 index 0000000000000000000000000000000000000000..714dd9f0dc5007cd848f9b697899fb83d2b873c5 --- /dev/null +++ b/data/image_000115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7beacc6153ca862f6e0b61e075da67f74ec87de7b552924cba941f8b2f1f28 +size 553053 diff --git a/data/image_000116.png b/data/image_000116.png new file mode 100644 index 0000000000000000000000000000000000000000..9493a7733b0c6bed5cdfbca7ffee73eaade9a70e --- /dev/null +++ b/data/image_000116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:163b143d9110268f84da7cbcade969d924ad9e37f8a18cb97a66739c29bdfe2d +size 896883 diff --git a/data/image_000117.png b/data/image_000117.png new file mode 100644 index 0000000000000000000000000000000000000000..112104f6b853744fe3babbaa448d63d9e8a34812 --- /dev/null +++ b/data/image_000117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5bdff4494cbad9a6e462fe95452c49bf727143d9660e156eb65751a9ff1894 +size 191494 diff --git a/data/image_000118.png b/data/image_000118.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1dd42d29029d93d8979684cdcb7118c41177b4 --- /dev/null +++ b/data/image_000118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f19d13c16093d71239e9cdb7d94f634de4696980a1ecb5f1bd0ed1b4a979fa47 +size 716302 diff --git a/data/image_000119.png b/data/image_000119.png new file mode 100644 index 0000000000000000000000000000000000000000..83968a2bcd502403584e84228e7d6d29d520183e --- /dev/null +++ b/data/image_000119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c466d73e8f7d61ad9e7d9ad196bf1147a65f3c2efd64d8c91458014b28d7c49 +size 956463 diff --git a/data/image_000120.png b/data/image_000120.png new file mode 100644 index 0000000000000000000000000000000000000000..bee2308f956dad9629e1c92308fbc053c0e7f37f --- /dev/null +++ b/data/image_000120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ccdb511ef6619ab8e5b4b7723c4c6b43baa9657715bd56edfe32e31a8eafe5 +size 247136 diff --git a/data/image_000121.png b/data/image_000121.png new file mode 100644 index 0000000000000000000000000000000000000000..996550dde24fe1d030eeabcbba7b18b87f06795e --- /dev/null +++ b/data/image_000121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c14d7104c6ee7898b4452b30d0a99d0a880a5378e4c883fd82e8c09457da08f +size 90828 diff --git a/data/image_000122.png b/data/image_000122.png new file mode 100644 index 0000000000000000000000000000000000000000..efcc2d70b7fda663d6387be167095bf2d884a6a4 --- /dev/null +++ b/data/image_000122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60ec36dca5dcb5ceec023bf7a00f8d46651b487bb64858a945b7b1d43ee0e10 +size 175376 diff --git a/data/image_000123.png b/data/image_000123.png new file mode 100644 index 0000000000000000000000000000000000000000..200ab5bee451bc7b736c6ffd0abca6e61c6d7316 --- /dev/null +++ b/data/image_000123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b396b1bb6c9616fe06f6412a14060e052de935f4b6f088b2b50189546e62ec +size 362344 diff --git a/data/image_000124.png b/data/image_000124.png new file mode 100644 index 0000000000000000000000000000000000000000..dd980c96650edad7db67f9cb1f6134d633810428 --- /dev/null +++ b/data/image_000124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde0f660aa65a4a16483857f4ec88dbe4da5b1705e33c0eaadb028b7a6068c5b +size 8313985 diff --git a/data/image_000125.png b/data/image_000125.png new file mode 100644 index 0000000000000000000000000000000000000000..be5d651d9197c225d9679717441ef4e2753a000b --- /dev/null +++ b/data/image_000125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a40937029b0b75c772d7084321bc42ca546dd26cf096f3799db853c8936ee4c +size 766462 diff --git a/data/image_000126.png b/data/image_000126.png new file mode 100644 index 0000000000000000000000000000000000000000..b9be58746131209d097b1c2fe7b0e386186c16ab --- /dev/null +++ b/data/image_000126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29f836289388b2c7b8175a4633e406d9f9c7607a4060262377df26f93d0b52b9 +size 98989 diff --git a/data/image_000127.png b/data/image_000127.png new file mode 100644 index 0000000000000000000000000000000000000000..9f769cd44d6618d4f051250963721fb8a0e30bfe --- /dev/null +++ b/data/image_000127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7fbcab60d0a33b16e9d6772da8dc672ed86f34375b9d86b5410eccc6417f486 +size 68908 diff --git a/data/image_000128.png b/data/image_000128.png new file mode 100644 index 0000000000000000000000000000000000000000..542373aaef7ef58fdf69d97e284695ba11d2b8c5 --- /dev/null +++ b/data/image_000128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9998f6791d8708005e47e68f1d83ff9181c2efe260d58296859b332a2ae1a51 +size 771931 diff --git a/data/image_000129.png b/data/image_000129.png new file mode 100644 index 0000000000000000000000000000000000000000..0a903bad85b5d9507c0366b2c470a3235f19cd4c --- /dev/null +++ b/data/image_000129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb9177a069532feacea52ef5ae8130ed59c6d8149cd624d3e51f05eb7eaaaf1 +size 771521 diff --git a/data/image_000130.png b/data/image_000130.png new file mode 100644 index 0000000000000000000000000000000000000000..44c863edc9482104deb970a613a9c4c051e2fed9 --- /dev/null +++ b/data/image_000130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a9d71cd99a0a52f8007df2345b4790434d6458e051e19dbf8bd045c2fb6e80 +size 163932 diff --git a/data/image_000131.png b/data/image_000131.png new file mode 100644 index 0000000000000000000000000000000000000000..9e9bba5f197bfb7102a21ea1e557377fa15d7a89 --- /dev/null +++ b/data/image_000131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75da45a75168f4211286dbed816e8e5546e164c1e30cc2d68d32aba8bd79fd29 +size 207538 diff --git a/data/image_000132.png b/data/image_000132.png new file mode 100644 index 0000000000000000000000000000000000000000..064fa1ff95380581141007eefeb04ec9a0d4cc76 --- /dev/null +++ b/data/image_000132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:847a2a1ed7f529ab8db842f0d74c5137c50d3d8e70e2f9fc11ef6b8dd2a17100 +size 154932 diff --git a/data/image_000133.png b/data/image_000133.png new file mode 100644 index 0000000000000000000000000000000000000000..3fe634d5788f4ca0b6713143b57300654fe11177 --- /dev/null +++ b/data/image_000133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec50580f7e1b3105d0d10cbf90ff6063e6287db804252535eae229d7a4cbfe2a +size 134885 diff --git a/data/image_000134.png b/data/image_000134.png new file mode 100644 index 0000000000000000000000000000000000000000..05a67b33d43e490aef655f22f3459773c1265155 --- /dev/null +++ b/data/image_000134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d67663f71463af8069d0525abfe4b00ea2cd8865bed96199a09b5f43bf77bab +size 901355 diff --git a/data/image_000135.png b/data/image_000135.png new file mode 100644 index 0000000000000000000000000000000000000000..578f0c9f668405ce4ebeabc79fcd91fd39349f4b --- /dev/null +++ b/data/image_000135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df9f003df80c3c179b128429d4dceac52d57b9a73384a2f8a49c1db7fab682b +size 175547 diff --git a/data/image_000136.png b/data/image_000136.png new file mode 100644 index 0000000000000000000000000000000000000000..2209981e7222230c33d45e1b52e01b3b64e26d1c --- /dev/null +++ b/data/image_000136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea2faa19a06ad2571c1175a302409100cabcd58fb4a9c133bc56cf31fa193635 +size 311002 diff --git a/data/image_000137.png b/data/image_000137.png new file mode 100644 index 0000000000000000000000000000000000000000..8ea7fda3e0161b463702fa1230dabe93f09066e0 --- /dev/null +++ b/data/image_000137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba8b33f81347ef10b6fbdbc62c094cdf370407c1fa706109fd156f4cc6b65ca9 +size 642437 diff --git a/data/image_000138.png b/data/image_000138.png new file mode 100644 index 0000000000000000000000000000000000000000..d5b9a57e5b6580b37418fc48fd7ccbc9349de573 --- /dev/null +++ b/data/image_000138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5316fb9056022a9b2c7d39e6d08dfe5fa92f7d87ddd41dc96995c91025e94da6 +size 269236 diff --git a/data/image_000139.png b/data/image_000139.png new file mode 100644 index 0000000000000000000000000000000000000000..b5d77e3720bfe0428da04150226529b6e61d5a8f --- /dev/null +++ b/data/image_000139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ae730ccb4db9d75e5bd14c0dbaa319546075ba9222e08edd9abc843279dd1f +size 446642 diff --git a/data/image_000140.png b/data/image_000140.png new file mode 100644 index 0000000000000000000000000000000000000000..90b87ea7693edec7ce561063be333aea6e561759 --- /dev/null +++ b/data/image_000140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7253b71dcffb08a101081beef583a7d0c018334b240c31330e35a4427e56aef0 +size 215185 diff --git a/data/image_000141.png b/data/image_000141.png new file mode 100644 index 0000000000000000000000000000000000000000..931b652224d7ac820d116bd4424cf45485d5f93b --- /dev/null +++ b/data/image_000141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb24aa7200bc325b9bde96b520e431916b1c4bbe90c7bf18e18b031cfcbb7e0 +size 295494 diff --git a/data/image_000142.png b/data/image_000142.png new file mode 100644 index 0000000000000000000000000000000000000000..93fd9da3aa4e4ca117fb9f30d8d040215f3041b2 --- /dev/null +++ b/data/image_000142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463a6eeb6e38e201040e57dee16a5f7c50fcf4063831601a221cfee077535ae0 +size 5139394 diff --git a/data/image_000143.png b/data/image_000143.png new file mode 100644 index 0000000000000000000000000000000000000000..9077e7c343f75e813d6559a8873fb203ec031e2c --- /dev/null +++ b/data/image_000143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a53e82e785ffb3106adabf5ef2a9ccc3b963cee3a5d8ec513a2e2504c56d662 +size 100188 diff --git a/data/image_000144.png b/data/image_000144.png new file mode 100644 index 0000000000000000000000000000000000000000..bec02b5f548f7fe4bec84625a4878236df2e5879 --- /dev/null +++ b/data/image_000144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b09eb5109e8e66a83aa05f3fddd1d469c2a757dcbd8c34231dc90354fea576 +size 209762 diff --git a/data/image_000145.png b/data/image_000145.png new file mode 100644 index 0000000000000000000000000000000000000000..158c39684ee9e779a0fdac28e5ea285ee181c5f9 --- /dev/null +++ b/data/image_000145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a83f4376f962dbb9834d6a724f901a63377bfaa6d82768ec8d7cf06ca9e3b70 +size 189215 diff --git a/data/image_000146.png b/data/image_000146.png new file mode 100644 index 0000000000000000000000000000000000000000..ab5269e0b302b5201e1fff1c3b13323022ddb2b5 --- /dev/null +++ b/data/image_000146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1c457f9b880e358a6db29afde7767f242a2784f85f24267e99c7d252ab3154 +size 138829 diff --git a/data/image_000147.png b/data/image_000147.png new file mode 100644 index 0000000000000000000000000000000000000000..cf4c5483a0f84a58e4f32ff584c464938f6694ea --- /dev/null +++ b/data/image_000147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e1095abc3c7098d4eddd8173043f4ff581ec1175aa1380e0a36988a6acee51a +size 912414 diff --git a/data/image_000148.png b/data/image_000148.png new file mode 100644 index 0000000000000000000000000000000000000000..9c0969e313aa6606a7eb9af09a5c8090538c2c6d --- /dev/null +++ b/data/image_000148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:104bfb080bc4e128492cb871c95db00654f359509fd3754854fe96bf191aa89c +size 188441 diff --git a/data/image_000149.png b/data/image_000149.png new file mode 100644 index 0000000000000000000000000000000000000000..4f76b1243a260b2943686ce872e9970d6459fcf0 --- /dev/null +++ b/data/image_000149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d2b359d2b9ed0988c5ec895674bdea403f351e0ed91437c1ff9a51a220bd34 +size 462197 diff --git a/data/image_000150.png b/data/image_000150.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5f03043b3c4f65c60724477f316c864d070daa --- /dev/null +++ b/data/image_000150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6954c6d079fc54bfab85f96dba3243d71a267187382d226fe4934f11d1529f62 +size 6970364 diff --git a/data/image_000151.png b/data/image_000151.png new file mode 100644 index 0000000000000000000000000000000000000000..986821022f28cac4cb380482a239f2413bdb8de5 --- /dev/null +++ b/data/image_000151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27bac3626328214cf9ae2222a252fa1185ae2624c48ae893f9d59a0d91f30a07 +size 10104431 diff --git a/data/image_000152.png b/data/image_000152.png new file mode 100644 index 0000000000000000000000000000000000000000..de8bd93199baf1707970ee2df6f75ff93d29c032 --- /dev/null +++ b/data/image_000152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f5669e2d369632653845e6a3baecad66455e271b763b6cc6360ddb96bb281e +size 292070 diff --git a/data/image_000153.png b/data/image_000153.png new file mode 100644 index 0000000000000000000000000000000000000000..fc3d590ba6c3ecb5f105d835b42e4b64520ee306 --- /dev/null +++ b/data/image_000153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aacaed2ee2a2a8293df3fe928c4604a7c46eb727b578887d1b13d6385b66cf3 +size 353795 diff --git a/data/image_000154.png b/data/image_000154.png new file mode 100644 index 0000000000000000000000000000000000000000..8d44aa76bc8b4f0766c9ce424f2ab196d5f0e9e4 --- /dev/null +++ b/data/image_000154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b905ed38cde9b85c17fb3679b04110d68da3bf6ffde20c5fc5aff1d2875fd3 +size 179940 diff --git a/data/image_000155.png b/data/image_000155.png new file mode 100644 index 0000000000000000000000000000000000000000..ff385354a8bddffff80913d33055ae8b5019ed75 --- /dev/null +++ b/data/image_000155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206726909a85e452c322513a335514597618bde5758a19931df5833e14df8b1a +size 673403 diff --git a/data/image_000156.png b/data/image_000156.png new file mode 100644 index 0000000000000000000000000000000000000000..191b143171c30d9c130e064c3b48c99046e79575 --- /dev/null +++ b/data/image_000156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62363714a70f765f11400e50b59e72967517f1fbd1d6e0de9d5781886c01725f +size 717847 diff --git a/data/image_000157.png b/data/image_000157.png new file mode 100644 index 0000000000000000000000000000000000000000..2b59ed34611135cdc95857ee1b8bec70d7d7c6fc --- /dev/null +++ b/data/image_000157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c885c81b62239edc04ebe8f3a5221c0e18b22ceb5e6757713b39c4070eb5d54 +size 521235 diff --git a/data/image_000158.png b/data/image_000158.png new file mode 100644 index 0000000000000000000000000000000000000000..06217f5494e38486d2bff5ed2a345447d1a3a7f5 --- /dev/null +++ b/data/image_000158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db5a5706544e94e44915bcea92ebb64b7ef5505f29b7d1efaf9f84e22510d6d +size 199268 diff --git a/data/image_000159.png b/data/image_000159.png new file mode 100644 index 0000000000000000000000000000000000000000..d6a537345ed16e0a43f177d7054be85878fbfce7 --- /dev/null +++ b/data/image_000159.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f67fa169cf26518cf227fd842c61f402d603cccf568359ce51169c8dd5d32520 +size 362801 diff --git a/data/image_000160.png b/data/image_000160.png new file mode 100644 index 0000000000000000000000000000000000000000..e5c1885d733567add0dbcb0484fd2c79a1684454 --- /dev/null +++ b/data/image_000160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd385ed3529ac508c34ad6bcb0718b8a6ed2e773759cee7e9b2c1ca8a389e043 +size 365242 diff --git a/data/image_000161.png b/data/image_000161.png new file mode 100644 index 0000000000000000000000000000000000000000..9d4f360e085e6235f4c89607d8dae5e511d53993 --- /dev/null +++ b/data/image_000161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:541610bca36a093977c08cfc7b8cbeaae1c31636aca5e984ebb241efbb16a06f +size 151078 diff --git a/data/image_000162.png b/data/image_000162.png new file mode 100644 index 0000000000000000000000000000000000000000..e85f9c6ff8979c5b8ae6baf2761eb9b7ac478253 --- /dev/null +++ b/data/image_000162.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e510002d4a08e56006906fa0b34dc47c491bf122f547dbd4e626e91713f18696 +size 91894 diff --git a/data/image_000163.png b/data/image_000163.png new file mode 100644 index 0000000000000000000000000000000000000000..fe97747c8892b04023e693ad3b3599859fc15dda --- /dev/null +++ b/data/image_000163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d5abfbfacb72f03a826a85520f423eba536de2a7f37e8f59eb459a210b901d +size 124496 diff --git a/data/image_000164.png b/data/image_000164.png new file mode 100644 index 0000000000000000000000000000000000000000..127b610583b7c995cf94adb29e89de8f4f21f1f0 --- /dev/null +++ b/data/image_000164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfda3a55ae5912f876eb3d89a1b093584398b2bb068877c8b99b78e97344710b +size 385515 diff --git a/data/image_000165.png b/data/image_000165.png new file mode 100644 index 0000000000000000000000000000000000000000..a9ee634c66672eaeb2a0eb76080fccb63b6d4746 --- /dev/null +++ b/data/image_000165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e86a5679cbb0b1b614628101bac6c5ab27ab2ee15fb01f126af68b73d720d6 +size 1527024 diff --git a/data/image_000166.png b/data/image_000166.png new file mode 100644 index 0000000000000000000000000000000000000000..f411b949b019d79bddef4456f2067356624df031 --- /dev/null +++ b/data/image_000166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b7c10c3a2e402547e195d9cf00d21f389a458af3a3554acd515ed7ae9c8de9 +size 136524 diff --git a/data/image_000167.png b/data/image_000167.png new file mode 100644 index 0000000000000000000000000000000000000000..460a018b680d45e58f4ead4116ad0b5ca16aeb4a --- /dev/null +++ b/data/image_000167.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c8451388037375fc6181f4fac9a5c8b1e53b1eceb144af389ae094033bc128 +size 2535107 diff --git a/data/image_000168.png b/data/image_000168.png new file mode 100644 index 0000000000000000000000000000000000000000..1fa0b3a54a60772a882391c6564bf9af3953a8b6 --- /dev/null +++ b/data/image_000168.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e1ef20ba1844a85cd857be2a5711cbd02ba933e02378a94441c45db5fc0653 +size 888253 diff --git a/data/image_000169.png b/data/image_000169.png new file mode 100644 index 0000000000000000000000000000000000000000..d828efd737d1f653e3d4b81f603de9a6e8b7ae9e --- /dev/null +++ b/data/image_000169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a898b47feba00f1b33c02d18e86f31314a3de7b4671d9c15d066f30f366956f +size 552103 diff --git a/data/image_000170.png b/data/image_000170.png new file mode 100644 index 0000000000000000000000000000000000000000..b16dec6ba4e7b06355be495be0e0ee178ca81f85 --- /dev/null +++ b/data/image_000170.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70140d0264e1d09e3c09795885d90cfa08fe478faf09bee96dcac1bfff4cf0a +size 207992 diff --git a/data/image_000171.png b/data/image_000171.png new file mode 100644 index 0000000000000000000000000000000000000000..5ed3324f0c9311149eb76418ed2bfddf95e7ca4a --- /dev/null +++ b/data/image_000171.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bdcdaa8ba64db00d6b12bc35eb87ce8953ba4aa33324824ae2e87f87936dad7 +size 198945 diff --git a/data/image_000172.png b/data/image_000172.png new file mode 100644 index 0000000000000000000000000000000000000000..33521dbde5be3e395c6047a4c8427f6636e41dde --- /dev/null +++ b/data/image_000172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2bef359e5b41178ee41d13e968d98333d4b1940c137134a3e02d53340f73352 +size 268811 diff --git a/data/image_000173.png b/data/image_000173.png new file mode 100644 index 0000000000000000000000000000000000000000..f3a7767207ba24724ace93bff55249d706c71e2e --- /dev/null +++ b/data/image_000173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2299bfd5dd0eaaa94e2f2ec5f1720303f10fbcb8739fde1c166dad613fbda408 +size 168801 diff --git a/data/image_000174.png b/data/image_000174.png new file mode 100644 index 0000000000000000000000000000000000000000..4a72450a2e8ad0d005191a4842cd2ba1a9a3edf8 --- /dev/null +++ b/data/image_000174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2b3f84b861a1dff33b8043eebb14d7594973ac18063f5938e5cc7a566f4721 +size 141956 diff --git a/data/image_000175.png b/data/image_000175.png new file mode 100644 index 0000000000000000000000000000000000000000..69c82a827ec5891d051de8ffda4b1878bc41a20b --- /dev/null +++ b/data/image_000175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e8d288e39d2d555847c62f4e74b0f7ed4d219508882f3d2f7953df139ffe3b9 +size 137317 diff --git a/data/image_000176.png b/data/image_000176.png new file mode 100644 index 0000000000000000000000000000000000000000..436a203171b6f00a5f29fef1744ca2df108b59fd --- /dev/null +++ b/data/image_000176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6315cb02fe1e226c93b2406c0da7dbe1af608507933b1ee5cabe09935ef5835 +size 115292 diff --git a/data/image_000177.png b/data/image_000177.png new file mode 100644 index 0000000000000000000000000000000000000000..4aee25e08d39b200082cbeba689a5814f9930df7 --- /dev/null +++ b/data/image_000177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a35c368e5d09cd8b182a89dc0144bde7d89dcc674932794be8de2b2d9de53b +size 178548 diff --git a/data/image_000178.png b/data/image_000178.png new file mode 100644 index 0000000000000000000000000000000000000000..c3c2cbf5788352afbde00e4bb70fd123721e68b6 --- /dev/null +++ b/data/image_000178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e90a2436ccf9de5025a67972b6d5df4bb79b80ef1cfe0b723f8d172514e50c +size 132159 diff --git a/data/image_000179.png b/data/image_000179.png new file mode 100644 index 0000000000000000000000000000000000000000..7bd263174ca5020c2220c82322631717d8349f01 --- /dev/null +++ b/data/image_000179.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a106590ee1b3056e739bc30e6824d2e906f01132dbd5f6128f96efc2de4f914a +size 241243 diff --git a/data/image_000180.png b/data/image_000180.png new file mode 100644 index 0000000000000000000000000000000000000000..36c995921356715337bccfba2b1c14905332e5b5 --- /dev/null +++ b/data/image_000180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360512a5af841c0e466f938b9ade0c7ff84a67bbfa1043acd0bf4519b8bccffe +size 861637 diff --git a/data/image_000181.png b/data/image_000181.png new file mode 100644 index 0000000000000000000000000000000000000000..f510c4b5368dd8529edfca55c66012b6e48d9cb1 --- /dev/null +++ b/data/image_000181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf54657d01a0f3ca1d872cd75734f4e3838f085eed9c26c5fca3effd776ce07 +size 167147 diff --git a/data/image_000182.png b/data/image_000182.png new file mode 100644 index 0000000000000000000000000000000000000000..d7bdf8668dee81299eb693687340e42505a3e0f9 --- /dev/null +++ b/data/image_000182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2a7d4ab92ec1ab37029a39d696653992f9a86b03574d427ac34b314960d16b +size 569329 diff --git a/data/image_000183.png b/data/image_000183.png new file mode 100644 index 0000000000000000000000000000000000000000..01118fd1287bc267b67e246409e689eb4dfb9492 --- /dev/null +++ b/data/image_000183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5345845b9d36db93fb41c4a37aba3917b34fa9499aa015983eeb05b31b559b2 +size 164507 diff --git a/data/image_000184.png b/data/image_000184.png new file mode 100644 index 0000000000000000000000000000000000000000..b9f6e590b842d9f1c3a109e0d20e5b2ea6eb72ca --- /dev/null +++ b/data/image_000184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c591ca7a5d4c3aec1f2e034d42d42af7ebe9c3efdacdbfda4005091f66cde22 +size 811601 diff --git a/data/image_000185.png b/data/image_000185.png new file mode 100644 index 0000000000000000000000000000000000000000..c9acbfced35271b6cf29755e7088b54576e3a06c --- /dev/null +++ b/data/image_000185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c2fe827a0f098bde5b698c038e12439d060c57c7a3661ae420d7aca35ef872 +size 9350144 diff --git a/data/image_000186.png b/data/image_000186.png new file mode 100644 index 0000000000000000000000000000000000000000..0fc25cb2170e42fd4a9cccdd3c55db74a98bf730 --- /dev/null +++ b/data/image_000186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d901d9912ff6f2e271d4798d58e7b97a6632ff28bfbc047c51b723a8838e71e7 +size 238951 diff --git a/data/image_000187.png b/data/image_000187.png new file mode 100644 index 0000000000000000000000000000000000000000..2acaa6bcfcccd425d1a1cd5eb607b06bd5e88ecb --- /dev/null +++ b/data/image_000187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4f4f74d04f07245f11879fb8fb1b132f1e1bd6ff64c24cbc3b118cd62a6229 +size 170772 diff --git a/data/image_000188.png b/data/image_000188.png new file mode 100644 index 0000000000000000000000000000000000000000..fc20e2915be7fec3dfac5867ea23ee57482d9d0d --- /dev/null +++ b/data/image_000188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c86f485df2045c15c558c2cdce53abf4d58fea4e9c77384f530b4377c01c6109 +size 43951 diff --git a/data/image_000189.png b/data/image_000189.png new file mode 100644 index 0000000000000000000000000000000000000000..36b9761f6448b62aa88c4a746661af36483e6f04 --- /dev/null +++ b/data/image_000189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b292648437a1d65e952145e98f892c6d4f622d7ab152e2966a0f2dd48c30c149 +size 71394 diff --git a/data/image_000190.png b/data/image_000190.png new file mode 100644 index 0000000000000000000000000000000000000000..00ebee685f44463784c76fee2be05581523bc87f --- /dev/null +++ b/data/image_000190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5358a0571597a4546e3b2a7dc043761f0c985f9fc2b30af6f67b045c472eb3 +size 793847 diff --git a/data/image_000191.png b/data/image_000191.png new file mode 100644 index 0000000000000000000000000000000000000000..721ea5fedaabc8823a654bddb9f3791220d97b45 --- /dev/null +++ b/data/image_000191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c3cd2198945bf47024b7c138b5913f5daed5c8b69f063da5b9fd8af2b376ed +size 747064 diff --git a/data/image_000192.png b/data/image_000192.png new file mode 100644 index 0000000000000000000000000000000000000000..dd2d8b45c24f9b2c19fa02f9df55705eccc89845 --- /dev/null +++ b/data/image_000192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8dc8797ba40b43dd6d8ae77b39998c54b9135ce362a9294cf8f911e1a4a07a6 +size 218702 diff --git a/data/image_000193.png b/data/image_000193.png new file mode 100644 index 0000000000000000000000000000000000000000..dceed960682eeca1e17861121092413a5a88c15a --- /dev/null +++ b/data/image_000193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf17e4c36749f19293012197d4f767b1d67de2413b404134f02b74f2937fdefe +size 179108 diff --git a/data/image_000194.png b/data/image_000194.png new file mode 100644 index 0000000000000000000000000000000000000000..0317ce140f34cfb181722b7efdbf0750e03c5d0c --- /dev/null +++ b/data/image_000194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b127a34e683ad48fd1ac4a42f1b23410f65e299aeb4a680374dea0a4bf71447 +size 298620 diff --git a/data/image_000195.png b/data/image_000195.png new file mode 100644 index 0000000000000000000000000000000000000000..c50d6fe0bfe1c6f5e640533b8fd43e0b6ac2e6f0 --- /dev/null +++ b/data/image_000195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e5c2efa83bbc1f41975c406cf8f658e0d9b81b7f543c0015cda8e3d12bd1eb +size 602186 diff --git a/data/image_000196.png b/data/image_000196.png new file mode 100644 index 0000000000000000000000000000000000000000..4aba4ef7f125fa74c5ee640ce4d44e2978b0cd49 --- /dev/null +++ b/data/image_000196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ba5e460ab654d7c04206a85f3818899f777dc8c4bf5073a5032b2baf6465e9 +size 802068 diff --git a/data/image_000197.png b/data/image_000197.png new file mode 100644 index 0000000000000000000000000000000000000000..34a4bf32b630cad4866a641b040829667878c649 --- /dev/null +++ b/data/image_000197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1843a6063772b4b0feb8e92f1edb6e81a50d09a12f9c977392d35b8b6cebc8 +size 526905 diff --git a/data/image_000198.png b/data/image_000198.png new file mode 100644 index 0000000000000000000000000000000000000000..aca965e96da36211803735ea862d4d7f32067d00 --- /dev/null +++ b/data/image_000198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af518f8520ac3c4a4576fcc5fd17a3a83486dd0d68fb2a732ce6d64a365e870 +size 239471 diff --git a/data/image_000199.png b/data/image_000199.png new file mode 100644 index 0000000000000000000000000000000000000000..5c1a6acddff1f4ae7da3ee48bce371a7936880b4 --- /dev/null +++ b/data/image_000199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:626825c109b25ea4f1c9ef5f22ec1a44bc1995ba8d8dedb8d7e468c0897e5261 +size 149192 diff --git a/data/image_000200.png b/data/image_000200.png new file mode 100644 index 0000000000000000000000000000000000000000..70899d9ac914ebe01ef31b62863181e4f1383260 --- /dev/null +++ b/data/image_000200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75379c721a2587fde4680d69a04dd53c328712550fe0422dd432348fdeab6d5d +size 369330 diff --git a/data/image_000201.png b/data/image_000201.png new file mode 100644 index 0000000000000000000000000000000000000000..e98c9fef829d18354ad0c7dec0b31dc50c53afa6 --- /dev/null +++ b/data/image_000201.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7251dea9784c1acfb9edf978a9f8d1c3f21ddff95c4530766973e037baf8870c +size 181614 diff --git a/data/image_000202.png b/data/image_000202.png new file mode 100644 index 0000000000000000000000000000000000000000..1bdf90e91e3e2606f25f10a9f91449f9e4f04fb1 --- /dev/null +++ b/data/image_000202.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0e386b893966567eb5926139dd477a08e5e5adf1f3c387c5925e39b409f8c4c +size 101086 diff --git a/data/image_000203.png b/data/image_000203.png new file mode 100644 index 0000000000000000000000000000000000000000..09227b2f58d9c87a5384448fba5ad19e4ec219b8 --- /dev/null +++ b/data/image_000203.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373cde893c2c418c779a64c6807b02cf07e7fb62b7c1179ac92c419596d36f6d +size 279690 diff --git a/data/image_000204.png b/data/image_000204.png new file mode 100644 index 0000000000000000000000000000000000000000..3ebf73e6a681823c4f33470042fd6150858ded80 --- /dev/null +++ b/data/image_000204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb202aa7aacdbc97e4dab8bd2a63ff3858e7fc6bcf2e24baa673ae71fdfcf7c5 +size 178178 diff --git a/data/image_000205.png b/data/image_000205.png new file mode 100644 index 0000000000000000000000000000000000000000..d874d65bfc15bac147a7e4d45742680d2d85db3c --- /dev/null +++ b/data/image_000205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a4ef7093253e62ff78ab6a25d62212cff3e87bd2ef29adbbde7eca8013934e9 +size 209404 diff --git a/data/image_000206.png b/data/image_000206.png new file mode 100644 index 0000000000000000000000000000000000000000..1ae59dbcf520f8db3f0df3f4ad8c32aedd8162a2 --- /dev/null +++ b/data/image_000206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de82e79bde9bccefe63a86a2e715e6718b8d017e1c2feddc4d1fcd2cd578aa1 +size 96617 diff --git a/data/image_000207.png b/data/image_000207.png new file mode 100644 index 0000000000000000000000000000000000000000..4ed4f5a2b7194cd88be6683542793af22462b5fa --- /dev/null +++ b/data/image_000207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1acca2a73aef28580ffe211bee6a438f5e53f946d97b3c4e02ece1af3463559c +size 189251 diff --git a/data/image_000208.png b/data/image_000208.png new file mode 100644 index 0000000000000000000000000000000000000000..b301e3681758980563af1e0c636b6c25d1e93e23 --- /dev/null +++ b/data/image_000208.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b905c6afe6dda17bcc70fa64f67b7e617098703f4db820511bf3a8d2f6b0b77 +size 297089 diff --git a/data/image_000209.png b/data/image_000209.png new file mode 100644 index 0000000000000000000000000000000000000000..45a72b2465e9c8f8b06d00d0d163910881e116b1 --- /dev/null +++ b/data/image_000209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c6ecac44570ac0708f992485abda2796788cd368ac0d6d53c9a9a122db0c5d +size 96696 diff --git a/data/image_000210.png b/data/image_000210.png new file mode 100644 index 0000000000000000000000000000000000000000..fc3b33c754e518c6548bb0b203c5f64e38353e21 --- /dev/null +++ b/data/image_000210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40ec4e46aa911acee549054f3c3c85d738e943271830eeefca9593ec48d0d11 +size 193971 diff --git a/data/image_000211.png b/data/image_000211.png new file mode 100644 index 0000000000000000000000000000000000000000..a2889014341b8e3f4805c06793bf909b413e281e --- /dev/null +++ b/data/image_000211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0f5ee4fb32cb6978e416492e6317fb2ebd0f91c868577f9784cf2bf390b55f +size 236029 diff --git a/data/image_000212.png b/data/image_000212.png new file mode 100644 index 0000000000000000000000000000000000000000..a47a4a7411049314e8a4b607ce94976277d09676 --- /dev/null +++ b/data/image_000212.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d87626c79e9538d1a00e7748f335da203b421038bbba7413ef5f109a807d910 +size 128865 diff --git a/data/image_000213.png b/data/image_000213.png new file mode 100644 index 0000000000000000000000000000000000000000..b7e0bd2bc2536f4a93924343348ecbb7c5492dd6 --- /dev/null +++ b/data/image_000213.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a61ff792254e5a78a3686b9002caa81e38e13314e34d0892de395d2d471889 +size 191931 diff --git a/data/image_000214.png b/data/image_000214.png new file mode 100644 index 0000000000000000000000000000000000000000..fb8ad87741c05eb82e71bc88cbd610e0c94eefdd --- /dev/null +++ b/data/image_000214.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc34a816cb3b4e0c991dd5d75ae618da7dc9f003cf6c135f2828bd3de112647 +size 118704 diff --git a/data/image_000215.png b/data/image_000215.png new file mode 100644 index 0000000000000000000000000000000000000000..d3d51c98e59c19fa60aeb3a333078c87a1f1d900 --- /dev/null +++ b/data/image_000215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea15d8d697df919d7ba4c6b7f9b3ac6b15e70160bb2a30b2f4236f9235a2fb27 +size 671580 diff --git a/data/image_000216.png b/data/image_000216.png new file mode 100644 index 0000000000000000000000000000000000000000..d911501a25d5dd8b667d2ce3ac278e6c18dc27a6 --- /dev/null +++ b/data/image_000216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d11983dc1658b26d97ab6c504108bfb21afaa57d0666d71b2f8490386951bd4a +size 323159 diff --git a/data/image_000217.png b/data/image_000217.png new file mode 100644 index 0000000000000000000000000000000000000000..e76d98ea12e0125c0081e403678d2d81da18a292 --- /dev/null +++ b/data/image_000217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32fceb75be72b3967f9a9e7989d82060920eca2c3ba193da6f2e8db6bff78e36 +size 635357 diff --git a/data/image_000218.png b/data/image_000218.png new file mode 100644 index 0000000000000000000000000000000000000000..d8ed01ac76be741b85554b95a0df1cf0951715ab --- /dev/null +++ b/data/image_000218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3e5422e09ad0c2400db041bc3cbd666ce2b8a514694896264a13f8e69f56bd +size 168414 diff --git a/data/image_000219.png b/data/image_000219.png new file mode 100644 index 0000000000000000000000000000000000000000..09c9ac171000b52f7a29f5002884e16dcb85e143 --- /dev/null +++ b/data/image_000219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e79b2e032f1df78fb4e90a277b7ec9666b06aec2e02f203ccc8b7f4feab6a5f +size 402943 diff --git a/data/image_000220.png b/data/image_000220.png new file mode 100644 index 0000000000000000000000000000000000000000..5379c5a4e13b49450f6822b1ac35759f0faff306 --- /dev/null +++ b/data/image_000220.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82919fdeab9119e482b03829107e36fb90a0a674e8d95c361d052e3efc3ca22c +size 529736 diff --git a/data/image_000221.png b/data/image_000221.png new file mode 100644 index 0000000000000000000000000000000000000000..30e21227b029a0a6c73e54c3d410917c63da4734 --- /dev/null +++ b/data/image_000221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca419214f1cb190869a49fe83f0d3c5b26a482e1582ea28c8c34d8bac822217a +size 292216 diff --git a/data/image_000222.png b/data/image_000222.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1604fbfeb16930318ff98122262193e7d13f8a --- /dev/null +++ b/data/image_000222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22e927bfb1115453862a8904ad190e6f34b92df0ce429c71e07505adafb881c +size 259538 diff --git a/data/image_000223.png b/data/image_000223.png new file mode 100644 index 0000000000000000000000000000000000000000..02cc362682803a3f8db7774b2ae658f9bac1577d --- /dev/null +++ b/data/image_000223.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a72d525c6bac555bb7df2b0c7332f3ba2b14a2cf0bf7083addac6bbf428f56e +size 3532962 diff --git a/data/image_000224.png b/data/image_000224.png new file mode 100644 index 0000000000000000000000000000000000000000..94969fa396fbd4f6cc1534869be104cafcebc45f --- /dev/null +++ b/data/image_000224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04378035a0397c717eac7d7c93fac28a0ec355ba849fa290df8009f6665a9a16 +size 296495 diff --git a/data/image_000225.png b/data/image_000225.png new file mode 100644 index 0000000000000000000000000000000000000000..54810c7a911f2eb589af9cccaf50c41fdae2fd8e --- /dev/null +++ b/data/image_000225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b57d42242519baee1fd36cb6bcf7d9370bf85144642687c6ccbe83e2d33831e2 +size 69252 diff --git a/data/image_000226.png b/data/image_000226.png new file mode 100644 index 0000000000000000000000000000000000000000..3ac51a441c63dbd4c90b0e874e17d5f93f60902d --- /dev/null +++ b/data/image_000226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de9c08e4b6ec09bd60eb806dd8fc2f88cc80e970a4f4220c8d25fc0568b7a51 +size 243216 diff --git a/data/image_000227.png b/data/image_000227.png new file mode 100644 index 0000000000000000000000000000000000000000..f2c06d78b678e639336a4dc240c11b53de7aabfc --- /dev/null +++ b/data/image_000227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d5c5f065ab4f239af8f0a333137b2885d337ad0d7827091b4c2c18558120912 +size 2439938 diff --git a/data/image_000228.png b/data/image_000228.png new file mode 100644 index 0000000000000000000000000000000000000000..a8199ca0ad510784d7c5916d87405ca44492f5ac --- /dev/null +++ b/data/image_000228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96138e350ec4bcd7e26fe456535b86c49411417ee93697876c6807f5fb18370a +size 442622 diff --git a/data/image_000229.png b/data/image_000229.png new file mode 100644 index 0000000000000000000000000000000000000000..36c7e11d5acfe1f699734de07690a625a8642ca0 --- /dev/null +++ b/data/image_000229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:095c26afd10b89713eee3abc713a787a11922adca5ad0ed55c6c450082396edf +size 233161 diff --git a/data/image_000230.png b/data/image_000230.png new file mode 100644 index 0000000000000000000000000000000000000000..2512d4bf5de62c1a8fd6f4e88fa5e5bf218fe6b9 --- /dev/null +++ b/data/image_000230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6948e2d016cc96a19f6be3485313ce384a7eb86b17cb5dcd8fc3428333ea9b30 +size 221320 diff --git a/data/image_000231.png b/data/image_000231.png new file mode 100644 index 0000000000000000000000000000000000000000..b5196f5f2f7ddc22ed74c3298632e6289d63967f --- /dev/null +++ b/data/image_000231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e9618107f7e9ad18e02d4cd47a4607de2720c92cca28290fd75fcff2bce93f4 +size 160285 diff --git a/data/image_000232.png b/data/image_000232.png new file mode 100644 index 0000000000000000000000000000000000000000..2c6758f523bff0662cdc054ec0cdde66cac829d2 --- /dev/null +++ b/data/image_000232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac76b917fe92426a1cd50b0f5aa1a9561add136ed5f524b96bc3d7a2efd3d20 +size 823286 diff --git a/data/image_000233.png b/data/image_000233.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbc2d4aa9d62436d115d03387adc71eaad23a29 --- /dev/null +++ b/data/image_000233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eebcf0c3e08a235d015dc409d60dfc2669a1baeb77c592cbe7582b3f7d2f953 +size 535244 diff --git a/data/image_000234.png b/data/image_000234.png new file mode 100644 index 0000000000000000000000000000000000000000..345e57551582921d871c0807a13eb8cd6d6c89c7 --- /dev/null +++ b/data/image_000234.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a599e6809dfea3cef65b3dfc36fd8104a943c6d060b51f1df9bf102ea47c1a +size 253861 diff --git a/data/image_000235.png b/data/image_000235.png new file mode 100644 index 0000000000000000000000000000000000000000..535478e378f228894b92170fd1b605f2be3c061a --- /dev/null +++ b/data/image_000235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b2df6e86128e5d7a26e76887e5ce7087fcbd0f8901c7f416a6926ddf1dd3a3 +size 140773 diff --git a/data/image_000236.png b/data/image_000236.png new file mode 100644 index 0000000000000000000000000000000000000000..fd93f402fcd8465e1c0f90f4565dc0296bde167b --- /dev/null +++ b/data/image_000236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94e7293532ce79a4c3d7981493c5e86b3c579c55932330bb0197ebf57613163 +size 427937 diff --git a/data/image_000237.png b/data/image_000237.png new file mode 100644 index 0000000000000000000000000000000000000000..6aa2a3406b79a12a2b8743ce3436e38b63c9c93f --- /dev/null +++ b/data/image_000237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae72879a78e85b2aa18623b77c74b3a946002ab31a5ed9b5643c0996c46657b +size 589202 diff --git a/data/image_000238.png b/data/image_000238.png new file mode 100644 index 0000000000000000000000000000000000000000..7fc8070248dcb3b18bb753ea7c92a1303e456aa8 --- /dev/null +++ b/data/image_000238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e645b810f3bf79bee7416b2243ed393dc1a9faba3284995e09fd25df1d8fe0 +size 2503780 diff --git a/data/image_000239.png b/data/image_000239.png new file mode 100644 index 0000000000000000000000000000000000000000..efee00f13e9511b059d2b6c582b785638e7929df --- /dev/null +++ b/data/image_000239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:169d0c71cfa5024e1e5c83f65504e427e7fe5f0253f7c4dbf82ffeecd4f340ae +size 253407 diff --git a/data/image_000240.png b/data/image_000240.png new file mode 100644 index 0000000000000000000000000000000000000000..f7ea6672e434f1b0b36b54d759f112bfe6b02ddf --- /dev/null +++ b/data/image_000240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:023cb3274847b28f2960baffa393092d1ca590b9f9d7c90afd63e0c5ca0be00c +size 728529 diff --git a/data/image_000241.png b/data/image_000241.png new file mode 100644 index 0000000000000000000000000000000000000000..af29ff5b061e7926c6aa238b5458958f33b80faa --- /dev/null +++ b/data/image_000241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc033fc50e487d37c6d614ec95afc0228c92643e15d399a5bcd3b58a2992ac8f +size 114970 diff --git a/data/image_000242.png b/data/image_000242.png new file mode 100644 index 0000000000000000000000000000000000000000..e62d83b3a3f019586d62110bd3b4a006aa908d3a --- /dev/null +++ b/data/image_000242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11cca743f2c06410b70647e3f767f3a4caee69dc32ba93c2c1b071484cc36e68 +size 181849 diff --git a/data/image_000243.png b/data/image_000243.png new file mode 100644 index 0000000000000000000000000000000000000000..ec421e4aea594511d9af7ae532e31127204e0737 --- /dev/null +++ b/data/image_000243.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69bfa7b2d69c9ec9f7202b3018e4ce6ed48869f10836b3cfa1680f0e1ac7d08c +size 459571 diff --git a/data/image_000244.png b/data/image_000244.png new file mode 100644 index 0000000000000000000000000000000000000000..1aae89ace987f58e39d9e7a35bcd87f614f86b52 --- /dev/null +++ b/data/image_000244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f638dc77127a3ea56f597e76e684216394110aa7a2680737fa3dc6de29232ce5 +size 230519 diff --git a/data/image_000245.png b/data/image_000245.png new file mode 100644 index 0000000000000000000000000000000000000000..b8c215755bec803c55f971df3c69a3b5c1f3d592 --- /dev/null +++ b/data/image_000245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:709a61d2bcdaf254b46750ca7004791d69979f31fb16aae2f91094a4518383c1 +size 443835 diff --git a/data/image_000246.png b/data/image_000246.png new file mode 100644 index 0000000000000000000000000000000000000000..c219875b0b36fc320f442e1f74cac9761d0e0b61 --- /dev/null +++ b/data/image_000246.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf13ead429801bd61a0cc40240a8cb1f3704e26f9fe254dfe8291d5b358a194 +size 210251 diff --git a/data/image_000247.png b/data/image_000247.png new file mode 100644 index 0000000000000000000000000000000000000000..a507c0fa56121d44d0785cdcd2a6754bf784d71a --- /dev/null +++ b/data/image_000247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:667a0f3b52c4145f1907d8e0877b27f3238f7dc6b052c7a7b41c9aaf6cb7a0ec +size 491004 diff --git a/data/image_000248.png b/data/image_000248.png new file mode 100644 index 0000000000000000000000000000000000000000..c1046d4197a0875771ae7ad9eb5aaa5a729d1213 --- /dev/null +++ b/data/image_000248.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea13f00f114b97ca2cd4fbecfcecadbb378a2580a4432b4135faabea790b6a4 +size 613831 diff --git a/data/image_000249.png b/data/image_000249.png new file mode 100644 index 0000000000000000000000000000000000000000..1bd4938f978643cd3f92a13e090da407d99a7013 --- /dev/null +++ b/data/image_000249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:324e08043178466f2941b171cb3445de742a1b2d20029d648bcd36d6b35f6136 +size 229463 diff --git a/data/image_000250.png b/data/image_000250.png new file mode 100644 index 0000000000000000000000000000000000000000..3612b1d666c23c903f974f808bf95280bea8d13d --- /dev/null +++ b/data/image_000250.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:063a5336cb42f8b4a88d716bf13c7f95b3b204918f67b1293f5f82ce4ac3e881 +size 187800 diff --git a/data/image_000251.png b/data/image_000251.png new file mode 100644 index 0000000000000000000000000000000000000000..5143f59d43a8617836a6c08fbfe4436ed20947d3 --- /dev/null +++ b/data/image_000251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c898cf3fc3c53b5c5bb750f142cf9bd488516f84e153976f7e0bf349dfadcd7 +size 982174 diff --git a/data/image_000252.png b/data/image_000252.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf56b6faf0e429d8379569d80d635bb13611217 --- /dev/null +++ b/data/image_000252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fefbe65e956eb637fa460be18d1a5a3a0660507dc6035675f85c01423c368f7 +size 1287976 diff --git a/data/image_000253.png b/data/image_000253.png new file mode 100644 index 0000000000000000000000000000000000000000..a030df0ba3410974dcd2f2b7a95b765d5b93aea6 --- /dev/null +++ b/data/image_000253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4601595d6d406e489db1cdc90977d93826583b860ce3f0afaddc0b65ee5d572 +size 122206 diff --git a/data/image_000254.png b/data/image_000254.png new file mode 100644 index 0000000000000000000000000000000000000000..cb9ac3c3c74b03fee70fd204512f171e02de779c --- /dev/null +++ b/data/image_000254.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0cd3d597721de33c2a1079c2330238839aebd13ee1b5f69e224c48b43d411b +size 5020704 diff --git a/data/image_000255.png b/data/image_000255.png new file mode 100644 index 0000000000000000000000000000000000000000..97d4ee47f2b1339f151a98dd410104b4b7df71cc --- /dev/null +++ b/data/image_000255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ba84f18eb094726f7d0f38be591babbf4d61f0cb10d35a318fcccd268c8f38 +size 231824 diff --git a/data/image_000256.png b/data/image_000256.png new file mode 100644 index 0000000000000000000000000000000000000000..c6c549a09120e04e0c4bf1ea3d22e79dc70e8a04 --- /dev/null +++ b/data/image_000256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e1a9e1a409432d624c17891f2c2d67acd97d6f9926f068225422e54a09477db +size 360607 diff --git a/data/image_000257.png b/data/image_000257.png new file mode 100644 index 0000000000000000000000000000000000000000..045daf1a3610ab8f09be55f8406a6a62a805526e --- /dev/null +++ b/data/image_000257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf452747772e944345da3cd6722ef3d6f5c089e829cdded31fc76822f4becba +size 217970 diff --git a/data/image_000258.png b/data/image_000258.png new file mode 100644 index 0000000000000000000000000000000000000000..0f32db449636920537179bece7f236eeacd56ddb --- /dev/null +++ b/data/image_000258.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c866239ecb5de21851b3083c5570d461a3d88e6e13b25f8c4008e216c81573c +size 217416 diff --git a/data/image_000259.png b/data/image_000259.png new file mode 100644 index 0000000000000000000000000000000000000000..094ae1e557cfa466d107035e7e4a5890fcf8025a --- /dev/null +++ b/data/image_000259.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562c9fbc9c78eeca4eba0c00d6c55074ffee5ab95596562bf514ebde92ac7c04 +size 262067 diff --git a/data/image_000260.png b/data/image_000260.png new file mode 100644 index 0000000000000000000000000000000000000000..b83508ed2cb5138cd6d8e3a8281bd47f2dc447a3 --- /dev/null +++ b/data/image_000260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92cc8b047efb4ecc00f8de64f2a0063cdd0aefa6225b31aa018d18c33e00283 +size 261829 diff --git a/data/image_000261.png b/data/image_000261.png new file mode 100644 index 0000000000000000000000000000000000000000..b45e5255026cc662c716d04744855cc4747286f8 --- /dev/null +++ b/data/image_000261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3494f7bcd7e07752c47d87672c76bac58d5e795bf4fa8f20e47cfa374f18c36e +size 262026 diff --git a/data/image_000262.png b/data/image_000262.png new file mode 100644 index 0000000000000000000000000000000000000000..1b37bd3ca1f6ce38dbe32001e564060ddf7a7104 --- /dev/null +++ b/data/image_000262.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86686706c2e0230aadcc34da4f54935f1575bd87bad945a9d4f78a55afec4b6e +size 228374 diff --git a/data/image_000263.png b/data/image_000263.png new file mode 100644 index 0000000000000000000000000000000000000000..94fe34af8f181b9c903e65cb102ea151b6eb442e --- /dev/null +++ b/data/image_000263.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42507c2af379ac3d2876188fd39a4f66d03994721a7a0dae63ca4b80c2a08c40 +size 650002 diff --git a/data/image_000264.png b/data/image_000264.png new file mode 100644 index 0000000000000000000000000000000000000000..7f88a20587d9138e7bfceeea86862312a7b36487 --- /dev/null +++ b/data/image_000264.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff81c18d7061bf3b5c8bbc725efa128d24179d920093ed53f35807667e78ff47 +size 649949 diff --git a/data/image_000265.png b/data/image_000265.png new file mode 100644 index 0000000000000000000000000000000000000000..e86612005359ce25b4abb09897880f4e230fafe7 --- /dev/null +++ b/data/image_000265.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10525a90cfd8f63e3e74cddfd16edca2b55a8949f59121fa07ca02fec5c9a830 +size 650032 diff --git a/data/image_000266.png b/data/image_000266.png new file mode 100644 index 0000000000000000000000000000000000000000..78df63e84df5a0a5d5360a91212af30c6ae7f19e --- /dev/null +++ b/data/image_000266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e28280569d4263e16087a2dbf8ee993e25292ce42f622be6db88e24bee511d0d +size 522799 diff --git a/data/image_000267.png b/data/image_000267.png new file mode 100644 index 0000000000000000000000000000000000000000..3a41f07f4dda9acf47d2931ca96b65f7ae4b1223 --- /dev/null +++ b/data/image_000267.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f98ec093a6c9764f07cf986ad8e1a53962b0c0e2004cc2e4ff93156748ab5a7 +size 522416 diff --git a/data/image_000268.png b/data/image_000268.png new file mode 100644 index 0000000000000000000000000000000000000000..3da47587f3e05026bf9c61b0bb00b9275cf031e8 --- /dev/null +++ b/data/image_000268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e6770b1fa7a95c59793270ffc55b61709f16041a4434b21fa4525480b2b7e3 +size 497888 diff --git a/data/image_000269.png b/data/image_000269.png new file mode 100644 index 0000000000000000000000000000000000000000..2618eaa1abbc00c414eacfd2a95dcf4a5cf813f1 --- /dev/null +++ b/data/image_000269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772a01aa27fdda13c6b709e307732243b0b99d81fd18a09bd2ada8c21e1216d7 +size 650114 diff --git a/data/image_000270.png b/data/image_000270.png new file mode 100644 index 0000000000000000000000000000000000000000..836df9d13f6e3f3a389c23d3531a936cd0a064a6 --- /dev/null +++ b/data/image_000270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10901eeca7b56079ff2f5153c3f224a5023f4abdb5fbc94dcaf8944bac6f461f +size 327237 diff --git a/data/image_000271.png b/data/image_000271.png new file mode 100644 index 0000000000000000000000000000000000000000..e9302e4dde72ce53ab046507ae821bbff0d56847 --- /dev/null +++ b/data/image_000271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d5d0ac2cad779951e3bffcdfb21f063b7696b406fb76ebf3b13861924050bee +size 418012 diff --git a/data/image_000272.png b/data/image_000272.png new file mode 100644 index 0000000000000000000000000000000000000000..aa30d020b0ccc597d927421a98361dc1adcb642e --- /dev/null +++ b/data/image_000272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48cbed50bd102e02dba876f61164022d930f7c0fdd2184de92b5eb9ee5b7e987 +size 498910 diff --git a/data/image_000273.png b/data/image_000273.png new file mode 100644 index 0000000000000000000000000000000000000000..891df6422661bafa99406c71a062554bf6d02c37 --- /dev/null +++ b/data/image_000273.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a0724b18eec576700c49c7ae9384b85b7758520abc98af780e03ee6cc2380b +size 417487 diff --git a/data/image_000274.png b/data/image_000274.png new file mode 100644 index 0000000000000000000000000000000000000000..e741c94c38043457d61768ceb3083ff0be12dad6 --- /dev/null +++ b/data/image_000274.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb2bf61bae2939b8f506e32b9e248513cd68ec15a21ae8ecead1c20b66005354 +size 184067 diff --git a/data/image_000275.png b/data/image_000275.png new file mode 100644 index 0000000000000000000000000000000000000000..69aa819681e35c0cb2101ce91a8eba5dad2e3b84 --- /dev/null +++ b/data/image_000275.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:363b7fbdd14435b1536ed5812233e2f313751dba24d39ac8f7fb92402bc0f46d +size 522918 diff --git a/data/image_000276.png b/data/image_000276.png new file mode 100644 index 0000000000000000000000000000000000000000..3ccf5ca69e7e28d13e6b5e40c6df789085d88591 --- /dev/null +++ b/data/image_000276.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d91ee51d5e244042de498d79dd53455c698c61748f33c6de4ed044cb6d5ab5f5 +size 115884 diff --git a/data/image_000277.png b/data/image_000277.png new file mode 100644 index 0000000000000000000000000000000000000000..6130fa9bc887c52bf80a875ff6ff171c00ab6563 --- /dev/null +++ b/data/image_000277.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:648c87875fb164942f01408294e3c554230d6600f6a9c3fe064a8dece4e0ff38 +size 649923 diff --git a/data/image_000278.png b/data/image_000278.png new file mode 100644 index 0000000000000000000000000000000000000000..9bce7ff6e34b1d8110e3ef8fe7ea46e79578ba37 --- /dev/null +++ b/data/image_000278.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d32fc8daab4702db2be6d07312f6f8fcec98fd23083982b937de754465d33ff +size 417589 diff --git a/data/image_000279.png b/data/image_000279.png new file mode 100644 index 0000000000000000000000000000000000000000..4df5a7a168dbb09ff9bc7327af1e46c610b862c5 --- /dev/null +++ b/data/image_000279.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:099563cf5184b4b0d674482a86a0234c98cd3e24e7a94ff6d10a6277e34e95ef +size 367298 diff --git a/data/image_000280.png b/data/image_000280.png new file mode 100644 index 0000000000000000000000000000000000000000..2764ea9e434d914e7dda08351c9453a8be41c5e6 --- /dev/null +++ b/data/image_000280.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9d17df5c9731dce260f09d0dbb0f05e9034f5619097035b5d2b90d33046ccb +size 497802 diff --git a/data/image_000281.png b/data/image_000281.png new file mode 100644 index 0000000000000000000000000000000000000000..0ad6c614778a68d673a0c3dec314a2ae6b0011c3 --- /dev/null +++ b/data/image_000281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365554bb49495c4c2352fc08248aa7a73776f9a6f614a8f28b0823252b589bfc +size 649851 diff --git a/data/image_000282.png b/data/image_000282.png new file mode 100644 index 0000000000000000000000000000000000000000..990d06f915ccbef570cc7f438de361a9c7ea51a5 --- /dev/null +++ b/data/image_000282.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e030543bd9dfc67c802e73d22518a98eee7c8625d4032e2ccea08efce706e9f +size 649998 diff --git a/data/image_000283.png b/data/image_000283.png new file mode 100644 index 0000000000000000000000000000000000000000..73abbc70885383a36ecf1d3c5cf3ba1cee6c5950 --- /dev/null +++ b/data/image_000283.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f16952b48488d2d7aad7eabee038a4d77abad1f526b695cda0ffca7d53fabf62 +size 522925 diff --git a/data/image_000284.png b/data/image_000284.png new file mode 100644 index 0000000000000000000000000000000000000000..01a205b7bc2e1230ab5ed3deeef5b53a2652f662 --- /dev/null +++ b/data/image_000284.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85132f6d5fa45c3eeacbd43c42f9d3d6ad493cce730868065d0fe298a4bdb5af +size 201216 diff --git a/data/image_000285.png b/data/image_000285.png new file mode 100644 index 0000000000000000000000000000000000000000..c96a3eb3452ee2fa333535f925042f18c325c980 --- /dev/null +++ b/data/image_000285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec35dae362bf34abb2d009ef2cc8b424bf07ff9a500e5a099598a07516c3a59 +size 192390 diff --git a/data/image_000286.png b/data/image_000286.png new file mode 100644 index 0000000000000000000000000000000000000000..c653539f4fb1df5b4afba1b7147c9a3ef8d75f5d --- /dev/null +++ b/data/image_000286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885b97c5182698d8ae3314761f545c2776a9d124e148fe396f5345b774de9751 +size 141275 diff --git a/data/image_000287.png b/data/image_000287.png new file mode 100644 index 0000000000000000000000000000000000000000..dfdb5eeec057e3062f89856fc3b64cd211e95af5 --- /dev/null +++ b/data/image_000287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11fd7f7c3b7170f22e9f8ad5bcf89bae77fa58a6cdd701c97c9b127f4562f42d +size 172333 diff --git a/data/image_000288.png b/data/image_000288.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb2aae5155dd0cfe9e5441fb6a148482eb08291 --- /dev/null +++ b/data/image_000288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36822396d07c1c53c11dbbe1336eeaf9a5d4cd60c7a601c23101da23cc33e82 +size 88996 diff --git a/data/image_000289.png b/data/image_000289.png new file mode 100644 index 0000000000000000000000000000000000000000..46c88f652a2c168116387a6c55fc9cd595b7724e --- /dev/null +++ b/data/image_000289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1649d44c26fa05aaf94da68110d4556b74e22e06e3562bb201b6044111ab8d7 +size 151612 diff --git a/data/image_000290.png b/data/image_000290.png new file mode 100644 index 0000000000000000000000000000000000000000..a9b868315a79b068395e2bfd5f6bdfba350117bc --- /dev/null +++ b/data/image_000290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c51a62609b1e6ef8e8182500b95ba881d5a09efa2cb78c9a35284888ff0407 +size 87204 diff --git a/data/image_000291.png b/data/image_000291.png new file mode 100644 index 0000000000000000000000000000000000000000..df9d6d792c045eafb952a12920840b0660a6b07d --- /dev/null +++ b/data/image_000291.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba8b7b559caf18b5fad406aced63af0f32ba57e886d0120731dbf25d40d1c052 +size 42230 diff --git a/data/image_000292.png b/data/image_000292.png new file mode 100644 index 0000000000000000000000000000000000000000..4cfe85ce0e2266983df8ec9d3143df28948861b6 --- /dev/null +++ b/data/image_000292.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e7f724b0d345a4453354eb502f5e2804d01be849284d70d907bfb3846dddd8 +size 68390 diff --git a/data/image_000293.png b/data/image_000293.png new file mode 100644 index 0000000000000000000000000000000000000000..ef7ff024cc122988550ea726373675dbd375bfdb --- /dev/null +++ b/data/image_000293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbcffa7f67bff235b53a1640aabbb4c3c354dd6974ec7d0485b3da936dbf41bd +size 123167 diff --git a/data/image_000294.png b/data/image_000294.png new file mode 100644 index 0000000000000000000000000000000000000000..21ec99e289197d81500cf38f9e79ce0b8a431fe6 --- /dev/null +++ b/data/image_000294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dbb1b4350e84dc262c3a0984abc19e3aef7e7b1b1d8840f0347cd209a2d3c44 +size 201326 diff --git a/data/image_000295.png b/data/image_000295.png new file mode 100644 index 0000000000000000000000000000000000000000..b354b07fb4a6fd98e11f803078eaf9cfb8e8b738 --- /dev/null +++ b/data/image_000295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:996da961ba51ee5b1215d002e088a4472542f405b8ec158da433325ea974009d +size 88492 diff --git a/data/image_000296.png b/data/image_000296.png new file mode 100644 index 0000000000000000000000000000000000000000..7fbf845db74a0ffad83903d882ae22c441cc9abd --- /dev/null +++ b/data/image_000296.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9484cb6d975075be3072fc9022090fc4a55ef8ce02cbea2404fcb43563e0fbe +size 112951 diff --git a/data/image_000297.png b/data/image_000297.png new file mode 100644 index 0000000000000000000000000000000000000000..ae81dbc9c55bba93aff01984e1031680647ba721 --- /dev/null +++ b/data/image_000297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f03f793ec0826ee82073f064b029d63d8f2f03dec76b41636cc5ed5c50e17f4 +size 160895 diff --git a/data/image_000298.png b/data/image_000298.png new file mode 100644 index 0000000000000000000000000000000000000000..bb4f8ecbc31f155a73cb356673e71705609c07d2 --- /dev/null +++ b/data/image_000298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7403e2e750f576e9fa585ca691c7043548baee502865542c28fea26f8131d9bf +size 63618 diff --git a/data/image_000299.png b/data/image_000299.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed8c1daf7ad332ae0d18141bd939403a7a9368f --- /dev/null +++ b/data/image_000299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513c0766a30360916d82afc161b5ae6f75743f7ee0dbb16f1822172bcd5dc534 +size 74478 diff --git a/data/image_000300.png b/data/image_000300.png new file mode 100644 index 0000000000000000000000000000000000000000..350ea94bd0a35dde66a0e16723584024e119fb9e --- /dev/null +++ b/data/image_000300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415566d03d7f9807fbe4e3c547f2c80f78b11e6df0ab2f10637ecfd9a2daba73 +size 120693 diff --git a/data/image_000301.png b/data/image_000301.png new file mode 100644 index 0000000000000000000000000000000000000000..a1fbc660348938245504621e285733313de10046 --- /dev/null +++ b/data/image_000301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc78ec68da1940cd6a797cdcc2f0ef7466604b84d8e14bd06a37623738f4f565 +size 340491 diff --git a/data/image_000302.png b/data/image_000302.png new file mode 100644 index 0000000000000000000000000000000000000000..77d9c6a48fc3de20fe7cdefc45b85cc439697fa6 --- /dev/null +++ b/data/image_000302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2e8c6f0e117e796246067fe1eb5f6b94adda83048f4004d4709b532e6188a0 +size 114836 diff --git a/data/image_000303.png b/data/image_000303.png new file mode 100644 index 0000000000000000000000000000000000000000..5a7bf7fdf3105297a3250ee2af4f74af620da857 --- /dev/null +++ b/data/image_000303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0761c84e33c3658d64701e53d108738c74de0af76c0e3a283b148da39592cd6 +size 142782 diff --git a/data/image_000304.png b/data/image_000304.png new file mode 100644 index 0000000000000000000000000000000000000000..e73a36a65edeebb859594a707d3ca89b214a3732 --- /dev/null +++ b/data/image_000304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d5551285985ac2e1c664334370c9d2f1cce774cbb555d533b6f51793c187dd +size 158067 diff --git a/data/image_000305.png b/data/image_000305.png new file mode 100644 index 0000000000000000000000000000000000000000..0562d6ce16e72ca3fb6c9b3eeea50d3158d445bc --- /dev/null +++ b/data/image_000305.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d2c23a2353056cc370fbc6885abcb14cd67efb1d71749b206106d31423c7101 +size 172550 diff --git a/data/image_000306.png b/data/image_000306.png new file mode 100644 index 0000000000000000000000000000000000000000..d63283aee69ba7d1efc6c2db042dd64999b9476d --- /dev/null +++ b/data/image_000306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a427c12a29c16a6cb67dfa7dfd13adf275436396b4f155577ca551d0164869 +size 50978 diff --git a/data/image_000307.png b/data/image_000307.png new file mode 100644 index 0000000000000000000000000000000000000000..a8520560a535c3a0cbf1d89739167086f9faf288 --- /dev/null +++ b/data/image_000307.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9e2cb82c9a0f4b8fd9c45384baad8b2370a058eb86051c0e894dd1189a58bb +size 205193 diff --git a/data/image_000308.png b/data/image_000308.png new file mode 100644 index 0000000000000000000000000000000000000000..c3bfc396c65de46b5820c7eb126832ac5e791d47 --- /dev/null +++ b/data/image_000308.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c9d69162ec1fa867e510e0e0e30af8829293bc0df63266f9de16fd0d4c4678 +size 37481 diff --git a/data/image_000309.png b/data/image_000309.png new file mode 100644 index 0000000000000000000000000000000000000000..d6c16ac60754f69940716419b6caeb219f0fa13b --- /dev/null +++ b/data/image_000309.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9da3c243ddb765c03be6eaad41bf264d6becf61fb4aa6d778d5f6375b291d2d +size 91451 diff --git a/data/image_000310.png b/data/image_000310.png new file mode 100644 index 0000000000000000000000000000000000000000..1e73197049e89540380b805fa5a312fe15cf685e --- /dev/null +++ b/data/image_000310.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e04afc8e69e1af09207ae1198e84916fe51fe6f42283a5422c159f97279ba599 +size 104908 diff --git a/data/image_000311.png b/data/image_000311.png new file mode 100644 index 0000000000000000000000000000000000000000..4008800c8884fec6e40620dd34d667f415f77968 --- /dev/null +++ b/data/image_000311.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e421d40177f54ced58a897a66475d60ac7ada675621639de807d6b70419558 +size 129020 diff --git a/data/image_000312.png b/data/image_000312.png new file mode 100644 index 0000000000000000000000000000000000000000..352e65bb18001cd8b8bb9864f02a1798406f5936 --- /dev/null +++ b/data/image_000312.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab103cafcdef56d9e3f405333180527b2327e8314dc46dbcf0c8ca120d34ff6 +size 102777 diff --git a/data/image_000313.png b/data/image_000313.png new file mode 100644 index 0000000000000000000000000000000000000000..f2fa073ad0a4041cae1fa590ff2940193fb0f18a --- /dev/null +++ b/data/image_000313.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b98ffe242eea54c6a24281a05d6c85e063171190d3f1e919d9a8737bfa9f3fb +size 190221 diff --git a/data/image_000314.png b/data/image_000314.png new file mode 100644 index 0000000000000000000000000000000000000000..48aca44059153d007a9e0c8c92e7705c85477490 --- /dev/null +++ b/data/image_000314.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:befdebc975fc8b3e8621445002f8e82c54dc10a65817a9c36ce1cb47c2db60d2 +size 177816 diff --git a/data/image_000315.png b/data/image_000315.png new file mode 100644 index 0000000000000000000000000000000000000000..8315bf0ecff436cc001f648312f35286431c16d0 --- /dev/null +++ b/data/image_000315.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0462177ba80e6bc536e3064c0c46459d865d05d18a9e20d01ddb0e739dae70b +size 198364 diff --git a/data/image_000316.png b/data/image_000316.png new file mode 100644 index 0000000000000000000000000000000000000000..be39925c4fe642ca491d0f22983c22c96569d9a2 --- /dev/null +++ b/data/image_000316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76617e129f413b6feb2d27a6071bea0d27d3b0a60fbdb613be8ac574b0c4c8de +size 611921 diff --git a/data/image_000317.png b/data/image_000317.png new file mode 100644 index 0000000000000000000000000000000000000000..021ed4a4ec5771950227170abc6e7273015b05c1 --- /dev/null +++ b/data/image_000317.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec89b637536f0e05c0abc1cf5af4b35a3a631721badb057ca235c6941cf4e39 +size 110803 diff --git a/data/image_000318.png b/data/image_000318.png new file mode 100644 index 0000000000000000000000000000000000000000..cb1be8b3c6c36aa90bb8131cf0134612ea32d99c --- /dev/null +++ b/data/image_000318.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef829b1bad3e14794e243e12cc2c01d5f2d373e0bf2a8b2aa16481619dfacf8 +size 167049 diff --git a/data/image_000319.png b/data/image_000319.png new file mode 100644 index 0000000000000000000000000000000000000000..2eaebb6209ad66480e76f9889abc996a819738e0 --- /dev/null +++ b/data/image_000319.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a9d53f4e9956da93500507421129f4599c08bd91a2158aacca0ce57cccfaeb +size 162911 diff --git a/data/image_000320.png b/data/image_000320.png new file mode 100644 index 0000000000000000000000000000000000000000..a1bcad6a3a1967fbe824979e8103e5e73dd2ef53 --- /dev/null +++ b/data/image_000320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c953a0e5f9d2b9ea018ff53aceb92498226a67f82d8aaf04331b7b38db8c0df9 +size 110597 diff --git a/data/image_000321.png b/data/image_000321.png new file mode 100644 index 0000000000000000000000000000000000000000..c2134532e2403b1979e3e6fcd829860999539ad1 --- /dev/null +++ b/data/image_000321.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89905d1b8700b68f5faa4f8a1ecf4143cba2b7077f745342a74c05351f93b5e7 +size 139000 diff --git a/data/image_000322.png b/data/image_000322.png new file mode 100644 index 0000000000000000000000000000000000000000..8b4b74663b523a04417815f7167d6cc68ea48585 --- /dev/null +++ b/data/image_000322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5afe5bacae5c10e157084124ca41660e9a50033e0e545fcf844cbf69fd225782 +size 89038 diff --git a/data/image_000323.png b/data/image_000323.png new file mode 100644 index 0000000000000000000000000000000000000000..470fea95e2daa2b8d3bdabbf360cf87d103d1aa3 --- /dev/null +++ b/data/image_000323.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db25b898de391981eafa4ffd5f93db850edaadc4700f77adbb1320ac90dbf4be +size 105938 diff --git a/data/image_000324.png b/data/image_000324.png new file mode 100644 index 0000000000000000000000000000000000000000..8e62c4880ba85dd6cdaf3ddb8a17430827de90c0 --- /dev/null +++ b/data/image_000324.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba7b4abda0dbca835a429eda17ed9718f3d5fb549257e54909a2dc9c0376fe7 +size 109393 diff --git a/data/image_000325.png b/data/image_000325.png new file mode 100644 index 0000000000000000000000000000000000000000..ee1a958a9e6aabc1083054ede0be915f83bb4d72 --- /dev/null +++ b/data/image_000325.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:774d291db7d87ec8f06680b243ab566d1aa9ab1fe496b8cc3efa56221989e9b5 +size 80626 diff --git a/data/image_000326.png b/data/image_000326.png new file mode 100644 index 0000000000000000000000000000000000000000..8db2a13050f7a56a7f058b4424efb67c61b0add6 --- /dev/null +++ b/data/image_000326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0c6256975eccc2ee2fc4c1a17e8ee83ebfc0f6ded81a3250deb72c51108e8f +size 133381 diff --git a/data/image_000327.png b/data/image_000327.png new file mode 100644 index 0000000000000000000000000000000000000000..6cc43219c2406ec07a7ecb1f331755a931e937b5 --- /dev/null +++ b/data/image_000327.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3ed1afed626c0f4dbfb09c6b1fa39eec318f32f6f2be5a3b5e017bda898340 +size 149137 diff --git a/data/image_000328.png b/data/image_000328.png new file mode 100644 index 0000000000000000000000000000000000000000..f63e9d494a39d422880df300f3eece23a131404f --- /dev/null +++ b/data/image_000328.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab5153df2a915495a61d72e38f187423194f02459422fe553576aafa2b625ba +size 284653 diff --git a/data/image_000329.png b/data/image_000329.png new file mode 100644 index 0000000000000000000000000000000000000000..b18ce53191871d117d2ceed6880aee3923013312 --- /dev/null +++ b/data/image_000329.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b600c5835928337f679ccd3157e1cb955dc3b6fa0599c6fb78a1822a5d0207 +size 205217 diff --git a/data/image_000330.png b/data/image_000330.png new file mode 100644 index 0000000000000000000000000000000000000000..093bd28d87466a3b925f28042ec814b02017105f --- /dev/null +++ b/data/image_000330.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246e4468bb19423a9e9c71d16a7f7fdd97abca4b668d680bf7b6799dd421c05a +size 154487 diff --git a/data/image_000331.png b/data/image_000331.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6da2192c1b8dbab876040e0551a0ce14912fb8 --- /dev/null +++ b/data/image_000331.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:554be7c1d58b81aa00e6f0f1d89636a0957cb61e04f76e8a2934ae06ad354765 +size 186963 diff --git a/data/image_000332.png b/data/image_000332.png new file mode 100644 index 0000000000000000000000000000000000000000..6359803280c7df66a535cb87df48e5c495f94cd9 --- /dev/null +++ b/data/image_000332.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b4cc5bd37dd47a1d902cf4bb5cf128d8d23bc46f9e0edbe4970f38c66e730a1 +size 190745 diff --git a/data/image_000333.png b/data/image_000333.png new file mode 100644 index 0000000000000000000000000000000000000000..9be216854f93cbae5883102b1206f08019f47a64 --- /dev/null +++ b/data/image_000333.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547b43dba1f2b712aeb4fdfe49f8b0ff2dbb8a5aef0b89d0f52bbc04b711727a +size 220839 diff --git a/data/image_000334.png b/data/image_000334.png new file mode 100755 index 0000000000000000000000000000000000000000..17940601bf95eeaa7082093c08bf00a24eae8097 --- /dev/null +++ b/data/image_000334.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65dc99749d60f3a35fa6cf837ce7e22f49ac63e884a4f697c6be7577ad114c69 +size 3072257 diff --git a/data/image_000335.png b/data/image_000335.png new file mode 100755 index 0000000000000000000000000000000000000000..a845387cedc1f8f0e4de69c6114538f9ca6c1349 --- /dev/null +++ b/data/image_000335.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4471c31a1ab0df2330f529354fd45f8dd988840d742607ce6a8095828156482 +size 3090959 diff --git a/data/image_000336.png b/data/image_000336.png new file mode 100755 index 0000000000000000000000000000000000000000..da61fe87f76bd076cf4c12ad4c774a40b1493540 --- /dev/null +++ b/data/image_000336.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43adb37bb4996d2d0ea01a7ba791bc55bbe7c9557640f2f429b6eb4071bad77a +size 3085797 diff --git a/data/image_000337.png b/data/image_000337.png new file mode 100755 index 0000000000000000000000000000000000000000..06d01a37873c8be3391a74f86f38e80541909240 --- /dev/null +++ b/data/image_000337.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c16dc784172102e74911dca78c5de8f74eaeac2641a2b70b8adfb2f2df3a607 +size 3093119 diff --git a/data/image_000338.png b/data/image_000338.png new file mode 100755 index 0000000000000000000000000000000000000000..b9acecc2fa37cc4f01fd1fd53f12d4df6f0ce903 --- /dev/null +++ b/data/image_000338.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6eec5464456818cad5b713d17ad472160f97d3b28727e8b9f1976c5bba0c54 +size 3103857 diff --git a/data/image_000339.png b/data/image_000339.png new file mode 100755 index 0000000000000000000000000000000000000000..71741913dd3ed312c73f336be75bc909c184945a --- /dev/null +++ b/data/image_000339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c250fd04483c4117e89067f051985b068e4d21f62114f1ac03cce13a8d8373 +size 3095436 diff --git a/data/image_000340.png b/data/image_000340.png new file mode 100755 index 0000000000000000000000000000000000000000..bc29d22b2b17ead97898ab4f3159206e19c31a74 --- /dev/null +++ b/data/image_000340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf244e61b626a3b82f1e7c7a7e9fd99f622e89a9b611ef52315f8279f683304 +size 3075225 diff --git a/data/image_000341.png b/data/image_000341.png new file mode 100755 index 0000000000000000000000000000000000000000..1d44a8f39619aeff4209d14b7d80e702f372ed59 --- /dev/null +++ b/data/image_000341.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bfc0e0e1e82f0049ab4b6807532427c7b7fd3bc6c76e15e4e8d8e7f32c63ba8 +size 3074396 diff --git a/data/image_000342.png b/data/image_000342.png new file mode 100755 index 0000000000000000000000000000000000000000..f62fb6a9737f8269ef98035dee2f178fdc8e6742 --- /dev/null +++ b/data/image_000342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc41bc18836f972d1cfa1ac525c94f28d95b6fae2baaacc9ff73ceaaa19539d +size 3106974 diff --git a/data/image_000343.png b/data/image_000343.png new file mode 100755 index 0000000000000000000000000000000000000000..da544189340c73e761dde62aec83e219d1ed87e4 --- /dev/null +++ b/data/image_000343.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ca127e799ae7729fa79a936c889aab9b7125cf6f0ec6654b86fdcd2724bae5 +size 3107074 diff --git a/data/image_000344.png b/data/image_000344.png new file mode 100755 index 0000000000000000000000000000000000000000..c8f1f4d8564d5953863525c4c252133cea72a224 --- /dev/null +++ b/data/image_000344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25dad143bd5f966b8cca5cbc72e865c18ee451222182fbb5021cf50fdc155e19 +size 3066459 diff --git a/data/image_000345.png b/data/image_000345.png new file mode 100755 index 0000000000000000000000000000000000000000..ded97334a8b6760b93a37bb7f22b0865a5ff3b5b --- /dev/null +++ b/data/image_000345.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba2eb6c54b8e699159d1b40eb477b383f96f279f2f9cc9d62da295376730873 +size 3071302 diff --git a/data/image_000346.png b/data/image_000346.png new file mode 100755 index 0000000000000000000000000000000000000000..73c6807e2987e0b1a85351a3eb89e64b0437a122 --- /dev/null +++ b/data/image_000346.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32423d2396d6e498d157b3d18c3e62cc93f5055d8525cf3c82730da6ec2337b3 +size 3072003 diff --git a/data/image_000347.png b/data/image_000347.png new file mode 100755 index 0000000000000000000000000000000000000000..92db00b44032026b7f2602061b6b8af103c775cf --- /dev/null +++ b/data/image_000347.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9eed4a6f1c35c42c517d29f5992a14db2f59b8c9672e22d619bf0d1487b307a +size 3086030 diff --git a/data/image_000348.png b/data/image_000348.png new file mode 100755 index 0000000000000000000000000000000000000000..c25735d96f911b2e16931e71de152f81e868362c --- /dev/null +++ b/data/image_000348.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a12dcc7a4f1961ddfed6fdfa25e216fafb85aa4cf8ac5b22d2323668bc8107d8 +size 3061557 diff --git a/data/image_000349.png b/data/image_000349.png new file mode 100755 index 0000000000000000000000000000000000000000..05dffba2460bfc6b0ab695fd6fc32c7fea40f78b --- /dev/null +++ b/data/image_000349.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ae75bbf4dc230141e63a9f912f085b300c12e1d275d52d9409a83b75e9637b +size 3067179 diff --git a/data/image_000350.png b/data/image_000350.png new file mode 100755 index 0000000000000000000000000000000000000000..0b6b26354d3ae9739f107b376f3fd41fed5a72cf --- /dev/null +++ b/data/image_000350.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6bf9342faa3b0abfdcc19e3a07b21724b137f6f84869504164efcc8f04cd445 +size 3075660 diff --git a/data/image_000351.png b/data/image_000351.png new file mode 100755 index 0000000000000000000000000000000000000000..6185a24438396f1e023f9b8df44f14afc8d2f2ba --- /dev/null +++ b/data/image_000351.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dabc8d67839d13ac50883e09181b91a52cc1d4bf41e7e1ff110488cc8c94c634 +size 3061004 diff --git a/data/image_000352.png b/data/image_000352.png new file mode 100755 index 0000000000000000000000000000000000000000..254f01920dfce33af42ed8d561cd4dd8fc574bda --- /dev/null +++ b/data/image_000352.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9db8c1831e4580008181ce4532150b39f04c2c90eaf8094972427edafa25de3 +size 3101881 diff --git a/data/image_000353.png b/data/image_000353.png new file mode 100755 index 0000000000000000000000000000000000000000..01cdbeaed39b1680e9e2c605390c635c91507da7 --- /dev/null +++ b/data/image_000353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd7a3ba742c6bc5dc21f627568e01742e4504a4981c0cca1e696a7b167f7cc1 +size 3067064 diff --git a/data/image_000354.png b/data/image_000354.png new file mode 100755 index 0000000000000000000000000000000000000000..236cbea68440da08f23f185853029c8ea8fc0619 --- /dev/null +++ b/data/image_000354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5384dbca7a0cf3fcb778f77f6ea5fbb688a3aa0d676173b1336a6447646dd8bf +size 3091037 diff --git a/data/image_000355.png b/data/image_000355.png new file mode 100755 index 0000000000000000000000000000000000000000..51bcd873532aa2375e609e2fc8265bf6f241950a --- /dev/null +++ b/data/image_000355.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f183297047ea790cb22563c928a8e961c51d8fcd4f511cb667ccd733ee38da04 +size 3101974 diff --git a/data/image_000356.png b/data/image_000356.png new file mode 100755 index 0000000000000000000000000000000000000000..0a02bbcff30057e708cd9715c59e0d4acf580d99 --- /dev/null +++ b/data/image_000356.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a69faafac2aea6f79ab21f673e1e4c61328a47c0bd7d0e195947792364edbab9 +size 3093040 diff --git a/data/image_000357.png b/data/image_000357.png new file mode 100755 index 0000000000000000000000000000000000000000..b97d83815fc3eaee6efb60e0656afe057f02452b --- /dev/null +++ b/data/image_000357.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a654f63d4b77ae47c35e267bf6bb294730834a9b6adc73c5b0a8d4d75e2a715a +size 3101778 diff --git a/data/image_000358.png b/data/image_000358.png new file mode 100755 index 0000000000000000000000000000000000000000..b21706a74d60813b62e44b776d656e2afbec4fc3 --- /dev/null +++ b/data/image_000358.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38a503a6f24cd2ca6cf9cbb531486b087f9e553341a94dfb861659145904dcc +size 3074506 diff --git a/data/image_000359.png b/data/image_000359.png new file mode 100755 index 0000000000000000000000000000000000000000..5edbda5bd551cf2a56c64cfc1b091832a8d0b53f --- /dev/null +++ b/data/image_000359.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:153f9a8d4e79abfc326fc9683dc6afe35589a8a57e64bef745ff5306fe9a1a69 +size 3073023 diff --git a/data/image_000360.png b/data/image_000360.png new file mode 100755 index 0000000000000000000000000000000000000000..08bf3fb967b6d7b2985bb7a41837d9efdbe75f40 --- /dev/null +++ b/data/image_000360.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9bb3877a65cfd3c427ee7ca26f76cfdf3338405b24c91d412ff0c20f8b22e4 +size 3077982 diff --git a/data/image_000361.png b/data/image_000361.png new file mode 100755 index 0000000000000000000000000000000000000000..d558f780670f76a3528fbf993a6711ef594e038b --- /dev/null +++ b/data/image_000361.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e12478dec909b3e1b33efc0fd3858c536df5612fa315fcad0a020407d9f9ea +size 3089946 diff --git a/data/image_000362.png b/data/image_000362.png new file mode 100755 index 0000000000000000000000000000000000000000..1874adf8a0ae4c2a13e56e6970fce2152a052e76 --- /dev/null +++ b/data/image_000362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120be08bd4197baa9bab0d251431879a6e546797715028a22e1ed167f0709320 +size 3091922 diff --git a/data/image_000363.png b/data/image_000363.png new file mode 100755 index 0000000000000000000000000000000000000000..fb0409f956b21cd37cbff97ba1c151834e8f04a3 --- /dev/null +++ b/data/image_000363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e799b65cf12841e796f4419a6b2613977fcf5706741de5523b4a1367fe28d0 +size 2893958 diff --git a/data/image_000364.png b/data/image_000364.png new file mode 100755 index 0000000000000000000000000000000000000000..ce11a7858e9cfeb2fa3c1d6b6035fa5d2d959b0e --- /dev/null +++ b/data/image_000364.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d71eb0ae9f6828f4194618507327fdc4e71c39ef5436bcb08c61ad872a632424 +size 2899416 diff --git a/data/image_000365.png b/data/image_000365.png new file mode 100755 index 0000000000000000000000000000000000000000..a5e4eee062cd0b084857cc0f6c12bdb0bfc4bc12 --- /dev/null +++ b/data/image_000365.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c414c260313a3749844efcd3ca582244781b09304e1487bbadc534fd650d9c45 +size 2896128 diff --git a/data/image_000366.png b/data/image_000366.png new file mode 100755 index 0000000000000000000000000000000000000000..f6061875024124f70ab4e7d987da8125f80a137a --- /dev/null +++ b/data/image_000366.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b8bafab3917dc575d4caadc1eab536cf5e763a1aea2115b6bf3bc214701baa +size 2894836 diff --git a/data/image_000367.png b/data/image_000367.png new file mode 100755 index 0000000000000000000000000000000000000000..15e49892f239dc675581719704f654af8d2be85b --- /dev/null +++ b/data/image_000367.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d61eb0f359b469b23517acd7c91413f52facfae05ac5e17ee0dcb97dc1f55115 +size 2894408 diff --git a/data/image_000368.png b/data/image_000368.png new file mode 100755 index 0000000000000000000000000000000000000000..5201e6842c59f5f4ac95b4c601867c1987e192dd --- /dev/null +++ b/data/image_000368.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f783fcc0a33029934ddffaf4b9511dc3d4670f7522ced596111b4b03e7344d0 +size 2896007 diff --git a/data/image_000369.png b/data/image_000369.png new file mode 100755 index 0000000000000000000000000000000000000000..d6cc74db0bd09f7413c6c0d4c126e61da0c369f7 --- /dev/null +++ b/data/image_000369.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b913c9c3e020c85d1a6a967f41f5fada126b6e1dc883e35ad9bda1bd48573c4c +size 2874534 diff --git a/data/image_000370.png b/data/image_000370.png new file mode 100755 index 0000000000000000000000000000000000000000..4e4e26bdd27781ce59e565f5f4ec6679362b672f --- /dev/null +++ b/data/image_000370.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a411f7d999d5ef079ec649e3193045e5f8021e39f8a1f4caf93ea736d3e4fe +size 2894916 diff --git a/data/image_000371.png b/data/image_000371.png new file mode 100755 index 0000000000000000000000000000000000000000..257c2e9675926e5008976018897e57e601c5427b --- /dev/null +++ b/data/image_000371.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821ea46090297b80df3fb42afb1f74a39834556941008a9c15e8a42b2017a490 +size 2878979 diff --git a/data/image_000372.png b/data/image_000372.png new file mode 100755 index 0000000000000000000000000000000000000000..b327fa7c8e614564d3ba912c4f6274676a88e54e --- /dev/null +++ b/data/image_000372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7bcc9725e9128803ee078e717de789051579be9583ad6bd4f0192ce453c94c6 +size 2890288 diff --git a/data/image_000373.png b/data/image_000373.png new file mode 100755 index 0000000000000000000000000000000000000000..26878e6d538d2027d9173ff1100169429eeaff6b --- /dev/null +++ b/data/image_000373.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360045979a6fa4641bf06feccda3245b275c12849811dc8a5035ce1be2a7f2db +size 2894256 diff --git a/data/image_000374.png b/data/image_000374.png new file mode 100755 index 0000000000000000000000000000000000000000..9da493c547263f9ebff1721df7fe90bb41bbce7e --- /dev/null +++ b/data/image_000374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be7fa6eb9b2023cfea4bb5726d26411b3ccc8dbd051b094f93d435e3a1421b2 +size 2885138 diff --git a/data/image_000375.png b/data/image_000375.png new file mode 100755 index 0000000000000000000000000000000000000000..05b5b73c692db15933ae17273a6231a2f9b2d14a --- /dev/null +++ b/data/image_000375.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1526b4fa94ad3c6eb279f11039d53b81c32fb49d18eae3db720423c7a2e2cac5 +size 2883311 diff --git a/data/image_000376.png b/data/image_000376.png new file mode 100755 index 0000000000000000000000000000000000000000..aafd055f413f4be1281cb6a889a26f16dd10eaaa --- /dev/null +++ b/data/image_000376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19fd4696c497ec9ee266a68baa0f7773debd5fd73ba8361fabffcb36f59da5d +size 2887517 diff --git a/data/image_000377.png b/data/image_000377.png new file mode 100755 index 0000000000000000000000000000000000000000..410cae802804053c1e89c48edc62bc7f2b621251 --- /dev/null +++ b/data/image_000377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d455e9548589f43b7d29efb718f0405fcce8892a39012f99a6814166458c488b +size 2884395 diff --git a/data/image_000378.png b/data/image_000378.png new file mode 100755 index 0000000000000000000000000000000000000000..16310950f7d6c7050818fd3a09019e6bdfc8ffd1 --- /dev/null +++ b/data/image_000378.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af303ed137187a062a8a869b6933c5789cf9ce4878790df04eeb8eb4bb97b109 +size 2889337 diff --git a/data/image_000379.png b/data/image_000379.png new file mode 100755 index 0000000000000000000000000000000000000000..1f90f8359f54949b282de862e44b0fdbd6b28e66 --- /dev/null +++ b/data/image_000379.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c748b35ab2193574606d65720e751c3c97e69ba6017410236926fca84017225 +size 2884618 diff --git a/data/image_000380.png b/data/image_000380.png new file mode 100755 index 0000000000000000000000000000000000000000..9abc196c86fd099ba47c52e770c794b48f888e53 --- /dev/null +++ b/data/image_000380.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df0228615cfb2b59830aca99f774da746178f90924ce88edc6c2d5569bf7d84c +size 2902876 diff --git a/data/image_000381.png b/data/image_000381.png new file mode 100755 index 0000000000000000000000000000000000000000..9a05b637bb75f7dd47085fb0e7e71964d69e367b --- /dev/null +++ b/data/image_000381.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a87b5651e0c6679a69ffc63ea2af924ee79adbad0f112fad6c15a93a86febef +size 2896273 diff --git a/data/image_000382.png b/data/image_000382.png new file mode 100755 index 0000000000000000000000000000000000000000..1f99d7d74b737caa03951f29666c041cb2e6115a --- /dev/null +++ b/data/image_000382.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cbd4b64a54b0d1d5d05394d42714670ab203e0af98078ce5a89d67d66e2c858 +size 2904305 diff --git a/data/image_000383.png b/data/image_000383.png new file mode 100755 index 0000000000000000000000000000000000000000..5be2d3e2b523367bcea10e3c33395dffdc1f7637 --- /dev/null +++ b/data/image_000383.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7b7bd8b8078ec643ad2f21805b55e91e9261e36ea548e3cc494091cf26073f +size 2895745 diff --git a/data/image_000384.png b/data/image_000384.png new file mode 100755 index 0000000000000000000000000000000000000000..cd2ef2d35fa5af86613ab7d15f42779c80347384 --- /dev/null +++ b/data/image_000384.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e024eed1e939937b99ced90c8f857e811fb9f5accdad0e81b38c1a86c6cb06 +size 3291989 diff --git a/data/image_000385.png b/data/image_000385.png new file mode 100755 index 0000000000000000000000000000000000000000..520412221eb67d0c62e57c111f8c83f47bcc7d37 --- /dev/null +++ b/data/image_000385.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f37af273787eaf11eef6336ef427ef92fcc1ea95b59b9ea97bf7df0d8143e05 +size 3299206 diff --git a/data/image_000386.png b/data/image_000386.png new file mode 100755 index 0000000000000000000000000000000000000000..cbce28b0b1bcaf6923301fc5d0142f02483d6f0e --- /dev/null +++ b/data/image_000386.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fa2c10f66f3b8850f347372613add9018982e89f04c01f457f6bad906137d88 +size 3303082 diff --git a/data/image_000387.png b/data/image_000387.png new file mode 100755 index 0000000000000000000000000000000000000000..dd39e595a1ee76fc4abb959406f46b7daee4e76a --- /dev/null +++ b/data/image_000387.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f88a9cbe7ae39c6c424e05cae4e334e71fa53c84e37ecf7a76342a56d1e8934 +size 3281998 diff --git a/data/image_000388.png b/data/image_000388.png new file mode 100755 index 0000000000000000000000000000000000000000..230a01ea2ce605a6185a9e57d27a740d3143643b --- /dev/null +++ b/data/image_000388.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1db96096f01d6145cb4deb1492da8f1d107cea9553617bb9f93ea5d1a5bfd8c0 +size 2892366 diff --git a/data/image_000389.png b/data/image_000389.png new file mode 100755 index 0000000000000000000000000000000000000000..b6c6377f1a262761679c57519c3407ce1865f455 --- /dev/null +++ b/data/image_000389.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa31e5faa7f7e8f91baa97c02ef2ecca64e80672c6551d02b728a95ce3df2ee8 +size 3285139 diff --git a/data/image_000390.png b/data/image_000390.png new file mode 100755 index 0000000000000000000000000000000000000000..4bbdc325e48204870f205119aba455c5032511c6 --- /dev/null +++ b/data/image_000390.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2666c23eaf53bf72a0c2ff89176f13680ed1e1a9bdc509990b6b568f6635910 +size 3320122 diff --git a/data/image_000391.png b/data/image_000391.png new file mode 100755 index 0000000000000000000000000000000000000000..80e87ac1e9229fcc45de52aa3dbb24261919c6f3 --- /dev/null +++ b/data/image_000391.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6a0e323e4cdcf81e1e7c0b182720f799267ded8bf9eafbe727fac271ff12f0 +size 3330484 diff --git a/data/image_000392.png b/data/image_000392.png new file mode 100755 index 0000000000000000000000000000000000000000..6a2dbf6b18953cd17b306c3aa6d99e9d5e640b8f --- /dev/null +++ b/data/image_000392.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc4d956b2bc36153b4d922bf0ca0ef346c48bacfe2187ed635c585546328d87 +size 3312521 diff --git a/data/image_000393.png b/data/image_000393.png new file mode 100755 index 0000000000000000000000000000000000000000..fb30af6ffc3d30b2a376a8565d6ea5e98546e98d --- /dev/null +++ b/data/image_000393.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cad8630ea11dce4ba236731d4df81f00a6edfcb0ffbfd06626f253c35a68c1a5 +size 2874241 diff --git a/data/image_000394.png b/data/image_000394.png new file mode 100755 index 0000000000000000000000000000000000000000..b68db233d62b460e256e1fe7728cf3bd5bd975a5 --- /dev/null +++ b/data/image_000394.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be030a0ca68e32e8629a82a256980e02db949125066bddf6c38fe9e98215f640 +size 2908568 diff --git a/data/image_000395.png b/data/image_000395.png new file mode 100755 index 0000000000000000000000000000000000000000..9d93367a91535b24d37d163bd0b28074aad367d7 --- /dev/null +++ b/data/image_000395.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae206f391ac42c1ba0307916c6743945d4aa4071d13958fb96bd70c402be612 +size 3333265 diff --git a/data/image_000396.png b/data/image_000396.png new file mode 100755 index 0000000000000000000000000000000000000000..9757c63072f8f204934e73920b5df344f4411ddf --- /dev/null +++ b/data/image_000396.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83020eb5fec56bdc6ecaf6841748fee7f394d4b2501c3eaecace0521c05bd7e5 +size 3272009 diff --git a/data/image_000397.png b/data/image_000397.png new file mode 100755 index 0000000000000000000000000000000000000000..525cfa084f448e2932fa3e5a46681f4d9c1424e3 --- /dev/null +++ b/data/image_000397.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c186c570da93b8064105b7e719b07438265484671793495b86db56504d3289d +size 2905779 diff --git a/data/image_000398.png b/data/image_000398.png new file mode 100755 index 0000000000000000000000000000000000000000..3fcd66e51079e6c67b97da1e7027dbb0138ac833 --- /dev/null +++ b/data/image_000398.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0400d35795a6297cdf2ae1680d65e7fede5cc11c30e05fdd7e5d448be8e5c46e +size 3304260 diff --git a/data/image_000399.png b/data/image_000399.png new file mode 100755 index 0000000000000000000000000000000000000000..6e0e0d24e99925839d2979f5d1de8f6e8e9fe1f8 --- /dev/null +++ b/data/image_000399.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3535eba4268d5b05b16caa57ef5c52376f6f6df76e85a5e772c33d334740753 +size 3304531 diff --git a/data/image_000400.png b/data/image_000400.png new file mode 100755 index 0000000000000000000000000000000000000000..7647a686929835023a3fc1d3d691dc85263a1a92 --- /dev/null +++ b/data/image_000400.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af69275c729f9cb61d033967f8b9c1217937caad22ab991e023b28c8ff00822 +size 3315592 diff --git a/data/image_000401.png b/data/image_000401.png new file mode 100755 index 0000000000000000000000000000000000000000..a1b569378dda969b95562eb115ec6b14f28b22dc --- /dev/null +++ b/data/image_000401.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1006990ab20ce32e6bdfdb8b17d9674afd6350c3cf3ebed1f8df9f6a5af4b78d +size 3292544 diff --git a/data/image_000402.png b/data/image_000402.png new file mode 100755 index 0000000000000000000000000000000000000000..c98010187cbe6762ad84435bbb9c5cc1621e6cb8 --- /dev/null +++ b/data/image_000402.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f76d916c9c4fbb9a062a65ae365a10d46e543be739bebcdd10f2749b7ed9327 +size 4447412 diff --git a/data/image_000403.png b/data/image_000403.png new file mode 100755 index 0000000000000000000000000000000000000000..c4edf425f7fd0165cca16c64ec13505715e464f2 --- /dev/null +++ b/data/image_000403.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:050fb420d4a64d669c8b64a67bbf54982ebe523147aed5cff4a02d0e3172031f +size 4440301 diff --git a/data/image_000404.png b/data/image_000404.png new file mode 100755 index 0000000000000000000000000000000000000000..40a3872bbb441206a765a4b685fe5cd39c0bd29d --- /dev/null +++ b/data/image_000404.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c85d8821f5986a446e033b4e26d717193dba04f9699022b67c4bd28e25c29d +size 4442206 diff --git a/data/image_000405.png b/data/image_000405.png new file mode 100755 index 0000000000000000000000000000000000000000..46d6560ab70000dd3d2b350d99574a79fb1d8ab6 --- /dev/null +++ b/data/image_000405.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:641f74a45720b6cb11dff42a4c6749cba7a56756ce97ab9b43dcc23a1e1d33e5 +size 4447922 diff --git a/data/image_000406.png b/data/image_000406.png new file mode 100755 index 0000000000000000000000000000000000000000..59f4920cb33eaa1c4d8a98946a1d5553621f3504 --- /dev/null +++ b/data/image_000406.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19928667427753309290897fdba500186aa72c0376307708f31d3f49c3d99e2 +size 4456335 diff --git a/data/image_000407.png b/data/image_000407.png new file mode 100755 index 0000000000000000000000000000000000000000..56a04461113facec01e0672e38604244f42f39df --- /dev/null +++ b/data/image_000407.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d60344b98eb19893865dfe0ff4863996808cc5692b672a0840578e70d6f612 +size 4433864 diff --git a/data/image_000408.png b/data/image_000408.png new file mode 100755 index 0000000000000000000000000000000000000000..dc51c75e08ab40240a698dcd900b169862ca5202 --- /dev/null +++ b/data/image_000408.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:916b7f237435764de029dd801a359e5926cc911b0def3692fc2b0beaf89472b0 +size 4451270 diff --git a/data/image_000409.png b/data/image_000409.png new file mode 100755 index 0000000000000000000000000000000000000000..f1d8feb9bee1ee7a2fbbd73b2a2b2382ff1b61b4 --- /dev/null +++ b/data/image_000409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd91f4e86d92b83380b1d528a0362aa5ac0df811478ddbee4ed27ed56cef8f6e +size 4440316 diff --git a/data/image_000410.png b/data/image_000410.png new file mode 100755 index 0000000000000000000000000000000000000000..b3b0523384f031434493c86e0e4366cef85a6bae --- /dev/null +++ b/data/image_000410.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb9b5a755fe86c7e1c29748924e136c7f16f6a7da703e37764d85a3c6e5ba60 +size 4445673 diff --git a/data/image_000411.png b/data/image_000411.png new file mode 100755 index 0000000000000000000000000000000000000000..4c766757c283f0cc10374286a45999de856123a3 --- /dev/null +++ b/data/image_000411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a427ef1e196cb69ecc1c6296abfe59bde250b797255ba4ab3f60a4ba976bc26 +size 4450892 diff --git a/data/image_000412.png b/data/image_000412.png new file mode 100755 index 0000000000000000000000000000000000000000..33558645cd49832caca1d4aabfb8fe54d80bb4c6 --- /dev/null +++ b/data/image_000412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0fea0d661990e3e51650d113e86e4736ad8fb5fa800af2ae8e46fd2708839e +size 4451291 diff --git a/data/image_000413.png b/data/image_000413.png new file mode 100755 index 0000000000000000000000000000000000000000..00e3bd55b774aea12a6bde9fd2117b2ff1f70c0b --- /dev/null +++ b/data/image_000413.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e906f7e746be06b55b089d1fbf7b15161c24d523252f32406b471d8cbc38e965 +size 4440860 diff --git a/data/image_000414.png b/data/image_000414.png new file mode 100755 index 0000000000000000000000000000000000000000..52dc6d72d8f8eed7783e7c7ae9fbb41d1e63229b --- /dev/null +++ b/data/image_000414.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b435571893cccf92df8b3cad053fbfede6783103c03ab63083ce9654260c3a +size 4450503 diff --git a/data/image_000415.png b/data/image_000415.png new file mode 100755 index 0000000000000000000000000000000000000000..ab3e44706ded22425b34e2fcc5b19991fbe9c00d --- /dev/null +++ b/data/image_000415.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d6efb4356a330cc4025284b40f3c1e5cca3153757fcbfe26798da1d6209ac4 +size 4453838 diff --git a/data/image_000416.png b/data/image_000416.png new file mode 100755 index 0000000000000000000000000000000000000000..bf9a9db9e3126b73b760a4e94ef01e7bcfb8a58a --- /dev/null +++ b/data/image_000416.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e494512e97f05993468dc87d616b249e72dd59aa43a1d192639ba125bc6884a4 +size 4451858 diff --git a/data/image_000417.png b/data/image_000417.png new file mode 100755 index 0000000000000000000000000000000000000000..41563637af48f358ae56c9d44cbaafe5a0e9e64d --- /dev/null +++ b/data/image_000417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a8dc5947223ef051cde9d6cf7722dbdb6ac6e32760013dab3ea21d086b5818c +size 4434093 diff --git a/data/image_000418.png b/data/image_000418.png new file mode 100755 index 0000000000000000000000000000000000000000..3e844c957dfc75ea3d8b2c3747e64ab65e440d2a --- /dev/null +++ b/data/image_000418.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf46130d87e76b9514573aab83accf53fe0ebfbf82a4af54296b8d1eb65789f6 +size 4446652 diff --git a/data/image_000419.png b/data/image_000419.png new file mode 100755 index 0000000000000000000000000000000000000000..0fc03f736aa986c70a75dd50de24f8e646558614 --- /dev/null +++ b/data/image_000419.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05202813554330964af78a7f272c055136ae1ba5ac64418059b330741dc6db21 +size 4441894 diff --git a/data/image_000420.png b/data/image_000420.png new file mode 100755 index 0000000000000000000000000000000000000000..5fe9b1bb0593059939f2b45c1920f19c974b993e --- /dev/null +++ b/data/image_000420.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be329479800368d15cfdc69f54dc6fb46c4f86168c4b57950042ca622b7744fd +size 4456958 diff --git a/data/image_000421.png b/data/image_000421.png new file mode 100755 index 0000000000000000000000000000000000000000..97808b6ba58622c93ff54a59d920db1857b1083f --- /dev/null +++ b/data/image_000421.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c032585cd5f4a61ea23675bab9cb6d5c9df814004bd72b870cfd2cd5c34b3bb +size 4456594 diff --git a/data/image_000422.png b/data/image_000422.png new file mode 100755 index 0000000000000000000000000000000000000000..16c26825372aea78c1350f314683e2ba520d319e --- /dev/null +++ b/data/image_000422.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb16fbbd31b15bf0894a0e6611bd24250c94e63f23bd0bf837fd9fae57a0420b +size 4455335 diff --git a/data/image_000423.png b/data/image_000423.png new file mode 100755 index 0000000000000000000000000000000000000000..429a31406ac7e3802be5227fb8703acffe053d1b --- /dev/null +++ b/data/image_000423.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372bed8c577584f78b5362f000594168785f7d27c5f247b946353e5181310342 +size 4452912 diff --git a/data/image_000424.png b/data/image_000424.png new file mode 100755 index 0000000000000000000000000000000000000000..cb78e9cd87048ff872cc30a35ecd1779c5acbaad --- /dev/null +++ b/data/image_000424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68de4e1d342885f17652cafae1ec272531ff2483f83eb3953b69f706ef620999 +size 4440794 diff --git a/data/image_000425.png b/data/image_000425.png new file mode 100755 index 0000000000000000000000000000000000000000..f1a580d5160a5a317e5af30ed809b3db466ff3d1 --- /dev/null +++ b/data/image_000425.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4c4e63586ec39b9a8f2ca8dbdcf86271eebef1c5c997036d6769983d7c3602 +size 4449666 diff --git a/data/image_000426.png b/data/image_000426.png new file mode 100755 index 0000000000000000000000000000000000000000..71bfbf8f4f022fdca629173082a0339e7388bfa5 --- /dev/null +++ b/data/image_000426.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bcce7c2978ba0ad2899a039df01faebb73f9563a6b21e21902f66f02556e944 +size 4433880 diff --git a/data/image_000427.png b/data/image_000427.png new file mode 100755 index 0000000000000000000000000000000000000000..9abab38c9e115d05fb5ec9666ca6cef4c15d218d --- /dev/null +++ b/data/image_000427.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d4547f57ddf7d9547a7315084990c46c4087caea41df1233e11a3cbe9e25ad5 +size 4451187 diff --git a/data/image_000428.png b/data/image_000428.png new file mode 100755 index 0000000000000000000000000000000000000000..a53c3f5c0bfa34e84cfa53342b6f89702f498e8d --- /dev/null +++ b/data/image_000428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df349c244f494f9051104de559407bb41c452d7c6eb24eec508fa0535279a5ae +size 4455042 diff --git a/eval.py b/eval.py new file mode 100644 index 0000000000000000000000000000000000000000..121cb3b17eb7357c3b88b5b5a33ad8305bd2b8eb --- /dev/null +++ b/eval.py @@ -0,0 +1,94 @@ + +from Levenshtein import distance as levenshtein_distance +import json + +import argparse +def calculate_metrics(pred, truth): + + pred_clean = pred.replace(" ", "") + truth_clean = truth.replace(" ", "") + + correct_chars = sum(c1 == c2 for c1, c2 in zip(pred_clean, truth_clean)) + char_acc = correct_chars / len(truth_clean) if len(truth_clean) > 0 else 0 + + edit_dist = levenshtein_distance(pred_clean, truth_clean) + max_len = max(len(pred_clean), len(truth_clean)) + similarity = 1 - (edit_dist / max_len) if max_len > 0 else 1 + + return { + "char_accuracy": char_acc, + "edit_distance": edit_dist, + "similarity": similarity + } +def compare_three_values(all_samples): + clear_stats = {"total_acc": 0, "total_sim": 0, "count": 0} + notclear_stats = {"total_acc": 0, "total_sim": 0, "count": 0} + final_stats = {"total_acc": 0, "total_sim": 0, "count": 0} + + for sample in all_samples: + clear_metrics = calculate_metrics(sample[0]["clear Char-level OCR"], sample[1]["clear Char-level OCR"]) + clear_stats["total_acc"] += clear_metrics["char_accuracy"] + clear_stats["total_sim"] += clear_metrics["similarity"] + clear_stats["count"] += 1 + + notclear_metrics = calculate_metrics(sample[0]["not clear enough Char-level OCR"], sample[1]["not clear enough Char-level OCR"]) + notclear_stats["total_acc"] += notclear_metrics["char_accuracy"] + notclear_stats["total_sim"] += notclear_metrics["similarity"] + notclear_stats["count"] += 1 + + final_metrics = calculate_metrics(sample[0]["Final OCR"],sample[1]["Final OCR"]) + final_stats["total_acc"] += final_metrics["char_accuracy"] + final_stats["total_sim"] += final_metrics["similarity"] + final_stats["count"] += 1 + print({ + "Clear": { + "avg_accuracy": clear_stats["total_acc"] / clear_stats["count"], + "avg_similarity": clear_stats["total_sim"] / clear_stats["count"] + }, + "NotClear": { + "avg_accuracy": notclear_stats["total_acc"] / notclear_stats["count"], + "avg_similarity": notclear_stats["total_sim"] / notclear_stats["count"] + }, + "Final": { + "avg_accuracy": final_stats["total_acc"] / final_stats["count"], + "avg_similarity": final_stats["total_sim"] / final_stats["count"] + } + }) +def parse_arguments(): + parser = argparse.ArgumentParser() + parser.add_argument("--input_file", type=str) + + args = parser.parse_args() + + return args +def main(): + args = parse_arguments() + + with open(args.input_file, 'r') as f_in: + now = [] + for line in f_in: + data = json.loads(line.strip()) + text = data['answer'] + start_tag = "" + end_tag = "" + start_index = text.find(start_tag) + len(start_tag) + end_index = text.find(end_tag) + answer_content = text[start_index:end_index].strip() + parsed_json_gt = json.loads(answer_content) + q = data['response'] + + start_tag = "" + end_tag = "" + start_index = q.find(start_tag) + len(start_tag) + end_index = q.find(end_tag) + answer_content = q[start_index:end_index].strip() + answer_content = q + + answer_content_json = answer_content.replace("'", '"').replace("```json","").replace("```","").replace("\n","") + + parsed_json_pred = json.loads(answer_content_json) + now.append([parsed_json_gt,parsed_json_pred]) + compare_three_values(now) + +if __name__ == "__main__": + main() \ No newline at end of file diff --git a/figures/intro.png b/figures/intro.png new file mode 100644 index 0000000000000000000000000000000000000000..a56715050e910a1510d069f21902f4e5b461853a --- /dev/null +++ b/figures/intro.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8efcefe45590facb8d38031767ea6982c3ab1185677ab920e4551cc712f54746 +size 1998950 diff --git a/figures/result.png b/figures/result.png new file mode 100644 index 0000000000000000000000000000000000000000..ea82a7058f2e35e8d5ca7ae6ea1ecfb408ee9921 --- /dev/null +++ b/figures/result.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:504cac8eac84599e1bc2948e4029ccb12e35c1eca59a95bf03bd1e0123835f27 +size 170192 diff --git a/infer_qwen.py b/infer_qwen.py new file mode 100644 index 0000000000000000000000000000000000000000..8ea7580ea83fab3612f0d5d500b6ed8152892700 --- /dev/null +++ b/infer_qwen.py @@ -0,0 +1,76 @@ +import json +import torch +from transformers import Qwen2_5_VLForConditionalGeneration, AutoProcessor +from qwen_vl_utils import process_vision_info + +model = Qwen2_5_VLForConditionalGeneration.from_pretrained( + "./Qwen2.5-VL-72B-Instruct", torch_dtype="auto", device_map="auto" +) +processor = AutoProcessor.from_pretrained("./Qwen2.5-VL-72B-Instruct",max_pixels = 2097152) + +def perform_inference(messages): + text = processor.apply_chat_template( + messages, tokenize=False, add_generation_prompt=True + ) + image_inputs, video_inputs = process_vision_info(messages) + inputs = processor( + text=[text], + images=image_inputs, + videos=video_inputs, + padding=True, + return_tensors="pt", + ) + inputs = inputs.to(model.device) + + generated_ids = model.generate(**inputs, max_new_tokens=1000) + generated_ids_trimmed = [ + out_ids[len(in_ids):] for in_ids, out_ids in zip(inputs.input_ids, generated_ids) + ] + output_text = processor.batch_decode( + generated_ids_trimmed, skip_special_tokens=True, clean_up_tokenization_spaces=False + ) + return output_text +input_file = 'path/input' +output_file = 'path/outout' + +with open(input_file, 'r') as f_in, open(output_file, 'w') as f_out: + for line in f_in: + data = json.loads(line.strip()) + + image_url = data['image'] + problem = data['problem'] + + messages = [ {"role": "system", "content": '''You are a highly specialized OCR model that processes images containing text and number. Your task is to answer the question and categorize each character based on its clarity. If you are unable to recognize a character or number, you must explicitly refuse to recognize it. For each other readable character, categorize it as either "clear" or "not clear enough." Finally, generate an output in the following format: + +Clear Char-level OCR: List characters in the answer that are clearly recognize, separated by spaces. +Not clear enough Char-level OCR: List characters in the answer that are recognized but not clear enough, separated by spaces. +Clear number: Count of numbers that are clearly recognized. +Not clear enough number: Count of numbers that are recognized but not clear enough. +Final OCR: Compile all recognized characters and numbers in the answer into a single output, maintaining their original order. + +#Output Format: Json only(Exclude any other thought process in the output) +{ + "clear Char-level OCR": "0 1 5 S t i t i", + "not clear enough Char-level OCR": "2", + "clear number": 8, + "not clear enough number": 1, + "Final OCR": "2015 S ti ti" +} +'''}, + { + "role": "user", + "content": [ + {"type": "image", "image": image_url}, + {"type": "text", "text": problem.replace("Answer this question using the text in the image directly","")}, + ], + } + ] + + output_text = perform_inference(messages) + + output_data = { + "image": image_url, + "answer": data['answer'], + "response": output_text + } + f_out.write(json.dumps(output_data) + '\n') diff --git a/kie_hocr.jsonl b/kie_hocr.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..27971a8d1a4b339483731ced4101b4b821d2b1ab --- /dev/null +++ b/kie_hocr.jsonl @@ -0,0 +1,429 @@ +{"id": "card_1_1", "image": "./images/image_000334.png", "answer": "{\"clear Char-level OCR\": \"S m t \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \"Sm t \"}", "problem": "\n What is the LN in the image?"} +{"id": "card_1_2", "image": "./images/image_000335.png", "answer": "{\"clear Char-level OCR\": \"m i \", \"not clear enough Char-level OCR\": \"E\", \"clear number\": 2, \"not clear enough number\": 1, \"Final OCR\": \"Emi \"}", "problem": "\n What is the FN in the image?"} +{"id": "card_1_3", "image": "./images/image_000336.png", "answer": "{\"clear Char-level OCR\": \"A \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 0, \"Final OCR\": \"A\"}", "problem": "\n What is the CLASS in the image?"} +{"id": "card_1_4", "image": "./images/image_000337.png", "answer": "{\"clear Char-level OCR\": \"S r a h \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"S rah\"}", "problem": "\n What is the FN in the image?"} +{"id": "card_1_5", "image": "./images/image_000338.png", "answer": "{\"clear Char-level OCR\": \"E 5 6 8 9 0 1 \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 6, \"not clear enough number\": 0, \"Final OCR\": \"E56 8901\"}", "problem": "\n What is the DL in the image?"} +{"id": "card_1_6", "image": "./images/image_000339.png", "answer": "{\"clear Char-level OCR\": \"A n a \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \"A na\"}", "problem": "\n What is the FN in the image?"} +{"id": "card_1_7", "image": "./images/image_000340.png", "answer": "{\"clear Char-level OCR\": \"C \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 0, \"Final OCR\": \"C\"}", "problem": "\n What is the CLASS in the image?"} +{"id": "card_1_8", "image": "./images/image_000341.png", "answer": "{\"clear Char-level OCR\": \"R d r i g u e z \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 8, \"not clear enough number\": 0, \"Final OCR\": \"R driguez\"}", "problem": "\n What is the LN in the image?"} +{"id": "card_1_9", "image": "./images/image_000342.png", "answer": "{\"clear Char-level OCR\": \"L e e \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \"Lee\"}", "problem": "\n What is the LN in the image?"} +{"id": "card_1_10", "image": "./images/image_000343.png", "answer": "{\"clear Char-level OCR\": \"J e s i c a \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 6, \"not clear enough number\": 0, \"Final OCR\": \"Jes ica\"}", "problem": "\n What is the FN in the image?"} +{"id": "card_1_11", "image": "./images/image_000344.png", "answer": "{\"clear Char-level OCR\": \"N o n e \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"None\"}", "problem": "\n What is the RSTR in the image?"} +{"id": "card_1_12", "image": "./images/image_000345.png", "answer": "{\"clear Char-level OCR\": \"h i t e \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"White\"}", "problem": "\n What is the LN in the image?"} +{"id": "card_1_13", "image": "./images/image_000346.png", "answer": "{\"clear Char-level OCR\": \"0 2 9 - 1 1 5 \", \"not clear enough Char-level OCR\": \"-\", \"clear number\": 7, \"not clear enough number\": 1, \"Final OCR\": \" 029-1 -15\"}", "problem": "\n What is the EXP in the image?"} +{"id": "card_1_14", "image": "./images/image_000347.png", "answer": "{\"clear Char-level OCR\": \"2 0 0 - 2 2\", \"not clear enough Char-level OCR\":1\", \"clear number\": 6, \"not clear enough number\": 1, \"Final OCR\": \"20 0-12 2 \"}", "problem": "\n What is the EXP in the image?"} +{"id": "card_1_15", "image": "./images/image_000348.png", "answer": "{\"clear Char-level OCR\": \"1 9 0 0 - 1 5 \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 7, \"not clear enough number\": 0, \"Final OCR\": \"1 90 0 -15\"}", "problem": "\n What is the DPB in the image?"} +{"id": "card_1_16", "image": "./images/image_000349.png", "answer": "{\"clear Char-level OCR\": \"6 7 8 9 0 1 2 \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 7, \"not clear enough number\": 0, \"Final OCR\": \" 6789012\"}", "problem": "\n What is the DL in the image?"} +{"id": "card_1_17", "image": "./images/image_000350.png", "answer": "{\"clear Char-level OCR\": \"W a l k r \", \"not clear enough Char-level OCR\": \"e \", \"clear number\": 5, \"not clear enough number\": 1, \"Final OCR\": \"Walker\"}", "problem": "\n What is the LN in the image?"} +{"id": "card_1_18", "image": "./images/image_000351.png", "answer": "{\"clear Char-level OCR\": \"1 9 8 2 - 0 1 8 \", \"not clear enough Char-level OCR\": \"-\", \"clear number\": 8, \"not clear enough number\": 1, \"Final OCR\": \"1982-0 -18\"}", "problem": "\n What is the DPB in the image?"} +{"id": "card_1_19", "image": "./images/image_000352.png", "answer": "{\"clear Char-level OCR\": \"9 9 5 - 0 7 1 9 \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 8, \"not clear enough number\": 0, \"Final OCR\": \" 995-07 19\"}", "problem": "\n What is the DPB in the image?"} +{"id": "card_1_20", "image": "./images/image_000353.png", "answer": "{\"clear Char-level OCR\": \"2 0 3 6 - 1 - 2 \", \"not clear enough Char-level OCR\": \"2 0 \", \"clear number\": 8, \"not clear enough number\": 2, \"Final OCR\": \"2036-12-20\"}", "problem": "\n What is the END in the image?"} +{"id": "card_1_21", "image": "./images/image_000354.png", "answer": "{\"clear Char-level OCR\": \"A \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 0, \"Final OCR\": \"A\"}", "problem": "\n What is the CLASS in the image?"} +{"id": "card_1_22", "image": "./images/image_000355.png", "answer": "{\"clear Char-level OCR\": \"V 3 4 5 6 7 8 \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 7, \"not clear enough number\": 0, \"Final OCR\": \"V 345678\"}", "problem": "\n What is the DL in the image?"} +{"id": "card_1_23", "image": "./images/image_000356.png", "answer": "{\"clear Char-level OCR\": \"S c o t t \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 5, \"not clear enough number\": 0, \"Final OCR\": \"Scott\"}", "problem": "\n What is the LN in the image?"} +{"id": "card_1_24", "image": "./images/image_000357.png", "answer": "{\"clear Char-level OCR\": \"G e e n \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"G een\"}", "problem": "\n What is the LN in the image?"} +{"id": "card_1_25", "image": "./images/image_000358.png", "answer": "{\"clear Char-level OCR\": \"L u c a s \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 5, \"not clear enough number\": 0, \"Final OCR\": \"Lucas\"}", "problem": "\n What is the FN in the image?"} +{"id": "card_1_26", "image": "./images/image_000359.png", "answer": "{\"clear Char-level OCR\": \"C h a r l o t e \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 8, \"not clear enough number\": 0, \"Final OCR\": \"Charlot e\"}", "problem": "\n What is the FN in the image?"} +{"id": "card_1_28", "image": "./images/image_000360.png", "answer": "{\"clear Char-level OCR\": \"L m \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 2, \"not clear enough number\": 0, \"Final OCR\": \"L m\"}", "problem": "\n What is the FN in the image?"} +{"id": "card_1_29", "image": "./images/image_000361.png", "answer": "{\"clear Char-level OCR\": \"1 9 9 2 - 0 - 2 9 \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 9, \"not clear enough number\": 0, \"Final OCR\": \"1992-0 -29\"}", "problem": "\n What is the DPB in the image?"} +{"id": "card_1_30", "image": "./images/image_000362.png", "answer": "{\"clear Char-level OCR\": \"N o n e \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"None\"}", "problem": "\n What is the RSTR in the image?"} +{"id": "card_2_1", "image": "./images/image_000363.png", "answer": "{\"clear Char-level OCR\": \"C \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 0, \"Final OCR\": \"C\"}", "problem": "\n What is the CLASS in the image?"} +{"id": "card_2_2", "image": "./images/image_000364.png", "answer": "{\"clear Char-level OCR\": \"G l s e s \", \"not clear enough Char-level OCR\": \"a s \", \"clear number\": 5, \"not clear enough number\": 2, \"Final OCR\": \"Glasses\"}", "problem": "\n What is the RSTR in the image?"} +{"id": "card_2_3", "image": "./images/image_000365.png", "answer": "{\"clear Char-level OCR\": \"9 - 3 - 0 3 \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 6, \"not clear enough number\": 0, \"Final OCR\": \" 9 - 3-03\"}", "problem": "\n What is the DPB in the image?"} +{"id": "card_2_4", "image": "./images/image_000366.png", "answer": "{\"clear Char-level OCR\": \"\", \"not clear enough Char-level OCR\": \"C \", \"clear number\": 0, \"not clear enough number\": 1, \"Final OCR\": \"C\"}", "problem": "\n What is the CLASS in the image?"} +{"id": "card_2_5", "image": "./images/image_000367.png", "answer": "{\"clear Char-level OCR\": \"B \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 0, \"Final OCR\": \"B\"}", "problem": "\n What is the CLASS in the image?"} +{"id": "card_2_6", "image": "./images/image_000368.png", "answer": "{\"clear Char-level OCR\": \"A n n a \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"Anna\"}", "problem": "\n What is the FN in the image?"} +{"id": "card_2_7", "image": "./images/image_000369.png", "answer": "{\"clear Char-level OCR\": \"e s \", \"not clear enough Char-level OCR\": \"m\", \"clear number\": 2, \"not clear enough number\": 1, \"Final OCR\": \" mes\"}", "problem": "\n What is the FN in the image?"} +{"id": "card_2_8", "image": "./images/image_000370.png", "answer": "{\"clear Char-level OCR\": \"B \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 0, \"Final OCR\": \"B\"}", "problem": "\n What is the CLASS in the image?"} +{"id": "card_2_9", "image": "./images/image_000371.png", "answer": "{\"clear Char-level OCR\": \"1 9 2 0 9 0 9 \", \"not clear enough Char-level OCR\": \"9 - \", \"clear number\": 7, \"not clear enough number\": 2, \"Final OCR\": \"1992 09-09\"}", "problem": "\n What is the DPB in the image?"} +{"id": "card_2_10", "image": "./images/image_000372.png", "answer": "{\"clear Char-level OCR\": \"J 0 1 3 4 5 6 \", \"not clear enough Char-level OCR\": \"2 \", \"clear number\": 7, \"not clear enough number\": 1, \"Final OCR\": \"J0123456\"}", "problem": "\n What is the DL in the image?"} +{"id": "card_2_12", "image": "./images/image_000373.png", "answer": "{\"clear Char-level OCR\": \"2 0 2 - 0 8 1 0 \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 8, \"not clear enough number\": 0, \"Final OCR\": \"202 -08 10\"}", "problem": "\n What is the EXP in the image?"} +{"id": "card_2_13", "image": "./images/image_000374.png", "answer": "{\"clear Char-level OCR\": \"H r i s \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"H ris\"}", "problem": "\n What is the LN in the image?"} +{"id": "card_2_15", "image": "./images/image_000375.png", "answer": "{\"clear Char-level OCR\": \"n e \", \"not clear enough Char-level OCR\": \"o\", \"clear number\": 2, \"not clear enough number\": 1, \"Final OCR\": \" one\"}", "problem": "\n What is the RSTR in the image?"} +{"id": "card_2_16", "image": "./images/image_000376.png", "answer": "{\"clear Char-level OCR\": \"C \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 0, \"Final OCR\": \"C\"}", "problem": "\n What is the CLASS in the image?"} +{"id": "card_2_17", "image": "./images/image_000377.png", "answer": "{\"clear Char-level OCR\": \"G l a e s \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 5, \"not clear enough number\": 0, \"Final OCR\": \"Gla es\"}", "problem": "\n What is the RSTR in the image?"} +{"id": "card_2_18", "image": "./images/image_000378.png", "answer": "{\"clear Char-level OCR\": \"2 0 3 4 - 0 - 1 0 \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 9, \"not clear enough number\": 0, \"Final OCR\": \"2034-0 -10\"}", "problem": "\n What is the EXP in the image?"} +{"id": "card_2_20", "image": "./images/image_000379.png", "answer": "{\"clear Char-level OCR\": \"\", \"not clear enough Char-level OCR\": \"B \", \"clear number\": 0, \"not clear enough number\": 1, \"Final OCR\": \" \"}", "problem": "\n What is the CLASS in the image?"} +{"id": "card_2_21", "image": "./images/image_000380.png", "answer": "{\"clear Char-level OCR\": \"2 0 3 7 - 0 2 - 2 5 \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 10, \"not clear enough number\": 0, \"Final OCR\": \"2037-02-25\"}", "problem": "\n What is the EXP in the image?"} +{"id": "card_2_22", "image": "./images/image_000381.png", "answer": "{\"clear Char-level OCR\": \"N n e \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \"None\"}", "problem": "\n What is the RSTR in the image?"} +{"id": "card_2_24", "image": "./images/image_000382.png", "answer": "{\"clear Char-level OCR\": \"A \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 0, \"Final OCR\": \"A\"}", "problem": "\n What is the CLASS in the image?"} +{"id": "card_2_25", "image": "./images/image_000383.png", "answer": "{\"clear Char-level OCR\": \"Y 5 6 9 0 1 \", \"not clear enough Char-level OCR\": \"8\", \"clear number\": 6, \"not clear enough number\": 1, \"Final OCR\": \"Y56 8901\"}", "problem": "\n What is the DL in the image?"} +{"id": "card_3_1", "image": "./images/image_000384.png", "answer": "{\"clear Char-level OCR\": \"I n o n e s i a \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 8, \"not clear enough number\": 0, \"Final OCR\": \"In onesia\"}", "problem": "\n What is the Kewarganegaraan in the image?"} +{"id": "card_3_2", "image": "./images/image_000385.png", "answer": "{\"clear Char-level OCR\": \"n d o n e s \", \"not clear enough Char-level OCR\": \"i\", \"clear number\": 6, \"not clear enough number\": 1, \"Final OCR\": \" ndonesi \"}", "problem": "\n What is the Kewarganegaraan in the image?"} +{"id": "card_3_3", "image": "./images/image_000386.png", "answer": "{\"clear Char-level OCR\": \"S u b y / 1 9 5 - 3 - 0 3 \", \"not clear enough Char-level OCR\": \"a a\", \"clear number\": 12, \"not clear enough number\": 2, \"Final OCR\": \"Su ab ya/19 5- 3-03\"}", "problem": "\n What is the Tempat/Tgl Lahir in the image?"} +{"id": "card_3_5", "image": "./images/image_000387.png", "answer": "{\"clear Char-level OCR\": \"I s a m \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"Is am\"}", "problem": "\n What is the Agama in the image?"} +{"id": "card_3_6", "image": "./images/image_000388.png", "answer": "{\"clear Char-level OCR\": \"L i a \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \"Li a\"}", "problem": "\n What is the Nama in the image?"} +{"id": "card_3_7", "image": "./images/image_000389.png", "answer": "{\"clear Char-level OCR\": \"2 0 7 - 1 1 - 1 5 \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 9, \"not clear enough number\": 0, \"Final OCR\": \"20 7-11-15\"}", "problem": "\n What is the Berlaku Hingga in the image?"} +{"id": "card_3_8", "image": "./images/image_000390.png", "answer": "{\"clear Char-level OCR\": \"A n i \", \"not clear enough Char-level OCR\": \"d \", \"clear number\": 3, \"not clear enough number\": 1, \"Final OCR\": \"Andi\"}", "problem": "\n What is the Nama in the image?"} +{"id": "card_3_9", "image": "./images/image_000391.png", "answer": "{\"clear Char-level OCR\": \"B e l u m K i n \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 8, \"not clear enough number\": 0, \"Final OCR\": \"Belum K in\"}", "problem": "\n What is the Status Perkawinan in the image?"} +{"id": "card_3_10", "image": "./images/image_000392.png", "answer": "{\"clear Char-level OCR\": \"0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 15, \"not clear enough number\": 0, \"Final OCR\": \"012345678901234 \"}", "problem": "\n What is the NIK in the image?"} +{"id": "card_3_11", "image": "./images/image_000393.png", "answer": "{\"clear Char-level OCR\": \"a e y a n \", \"not clear enough Char-level OCR\": \"L w \", \"clear number\": 5, \"not clear enough number\": 2, \"Final OCR\": \"Laweyan\"}", "problem": "\n What is the Kel/Desa in the image?"} +{"id": "card_3_12", "image": "./images/image_000394.png", "answer": "{\"clear Char-level OCR\": \"D e s a i n e r \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 8, \"not clear enough number\": 0, \"Final OCR\": \"Desainer\"}", "problem": "\n What is the Pekerjaan in the image?"} +{"id": "card_3_13", "image": "./images/image_000395.png", "answer": "{\"clear Char-level OCR\": \"a n j a r m a s i n / 1 8 0 0 - 1 3 \", \"not clear enough Char-level OCR\": \"B 9 1 \", \"clear number\": 18, \"not clear enough number\": 3, \"Final OCR\": \"Banjarmasin/1980 01-13\"}", "problem": "\n What is the Tempat/Tgl Lahir in the image?"} +{"id": "card_3_14", "image": "./images/image_000396.png", "answer": "{\"clear Char-level OCR\": \"I n d o n e s i a \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 9, \"not clear enough number\": 0, \"Final OCR\": \"Indonesia\"}", "problem": "\n What is the Kewarganegaraan in the image?"} +{"id": "card_3_16", "image": "./images/image_000397.png", "answer": "{\"clear Char-level OCR\": \"p o t e k r \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 6, \"not clear enough number\": 0, \"Final OCR\": \" potek r\"}", "problem": "\n What is the Pekerjaan in the image?"} +{"id": "card_3_17", "image": "./images/image_000398.png", "answer": "{\"clear Char-level OCR\": \"K r i s t \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"Krist \"}", "problem": "\n What is the Agama in the image?"} +{"id": "card_3_18", "image": "./images/image_000399.png", "answer": "{\"clear Char-level OCR\": \"0 5 / 0 6 \", \"not clear enough Char-level OCR\": \"3 3 \", \"clear number\": 5, \"not clear enough number\": 2, \"Final OCR\": \"035/036\"}", "problem": "\n What is the RT/RW in the image?"} +{"id": "card_3_19", "image": "./images/image_000400.png", "answer": "{\"clear Char-level OCR\": \"a a n g / 9 5 - 7 - 1 \", \"not clear enough Char-level OCR\": \"d 1\", \"clear number\": 11, \"not clear enough number\": 2, \"Final OCR\": \" adang/19 5- 7-1 \"}", "problem": "\n What is the Tempat/Tgl Lahir in the image?"} +{"id": "card_3_20", "image": "./images/image_000401.png", "answer": "{\"clear Char-level OCR\": \"e k R a y a \", \"not clear enough Char-level OCR\": \"J\", \"clear number\": 7, \"not clear enough number\": 1, \"Final OCR\": \"Jek Raya\"}", "problem": "\n What is the Kecamatan in the image?"} +{"id": "card_4_1", "image": "./images/image_000402.png", "answer": "{\"clear Char-level OCR\": \"2 4 5 6 7 8 \", \"not clear enough Char-level OCR\": \"A\", \"clear number\": 6, \"not clear enough number\": 1, \"Final OCR\": \"A 2 45678\"}", "problem": "\n What is the Passport No. in the image?"} +{"id": "card_4_2", "image": "./images/image_000403.png", "answer": "{\"clear Char-level OCR\": \"F e m a l e \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 6, \"not clear enough number\": 0, \"Final OCR\": \"Female\"}", "problem": "\n What is the Gender in the image?"} +{"id": "card_4_3", "image": "./images/image_000404.png", "answer": "{\"clear Char-level OCR\": \"C 4 5 6 7 8 9 0 \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 8, \"not clear enough number\":0, \"Final OCR\": \"C 4567890\"}", "problem": "\n What is the Passport No. in the image?"} +{"id": "card_4_4", "image": "./images/image_000405.png", "answer": "{\"clear Char-level OCR\": \"4 5 6 7 8 9 \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 6, \"not clear enough number\": 0, \"Final OCR\": \"456789\"}", "problem": "\n What is the Ret No. in the image?"} +{"id": "card_4_6", "image": "./images/image_000406.png", "answer": "{\"clear Char-level OCR\": \"2 0 5 - 0 6 - 0 1 \", \"not clear enough Char-level OCR\": \"2\", \"clear number\": 9, \"not clear enough number\": 1, \"Final OCR\": \"2025-06-01\"}", "problem": "\n What is the VP Do. in the image?"} +{"id": "card_4_7", "image": "./images/image_000407.png", "answer": "{\"clear Char-level OCR\": \"I d e s i a n \", \"not clear enough Char-level OCR\": \"o\", \"clear number\": 7, \"not clear enough number\": 1, \"Final OCR\": \"I donesian\"}", "problem": "\n What is the Nationality in the image?"} +{"id": "card_4_8", "image": "./images/image_000408.png", "answer": "{\"clear Char-level OCR\": \"2 0 2 5 - 0 8 - 0 1 \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 10, \"not clear enough number\": 0, \"Final OCR\": \"2025-08-01\"}", "problem": "\n What is the VP Do. in the image?"} +{"id": "card_4_9", "image": "./images/image_000409.png", "answer": "{\"clear Char-level OCR\": \"I 0 1 2 3 4 5 6 \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 8, \"not clear enough number\": 0, \"Final OCR\": \"I 0123456\"}", "problem": "\n What is the Passport No. in the image?"} +{"id": "card_4_10", "image": "./images/image_000410.png", "answer": "{\"clear Char-level OCR\": \"0 2 - 1 - 0 1 \", \"not clear enough Char-level OCR\": \"2\", \"clear number\": 7, \"not clear enough number\": 1, \"Final OCR\": \"202 -1 -01\"}", "problem": "\n What is the Date of Issue in the image?"} +{"id": "card_4_11", "image": "./images/image_000411.png", "answer": "{\"clear Char-level OCR\": \"K 1 3 4 5 6 7 \", \"not clear enough Char-level OCR\": \"2\", \"clear number\": 7, \"not clear enough number\": 1, \"Final OCR\": \"K1234567 \"}", "problem": "\n What is the Passport No. in the image?"} +{"id": "card_4_12", "image": "./images/image_000412.png", "answer": "{\"clear Char-level OCR\": \"2 0 2 3 - 1 2 - 0 \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 9, \"not clear enough number\": 0, \"Final OCR\": \"2023-12-0 \"}", "problem": "\n What is the Date of Issue in the image?"} +{"id": "card_4_13", "image": "./images/image_000413.png", "answer": "{\"clear Char-level OCR\": \"2 2 4 - 1 - 0 1 \", \"not clear enough Char-level OCR\": \"0 \", \"clear number\": 8, \"not clear enough number\": 1, \"Final OCR\": \"2 24-01-01\"}", "problem": "\n What is the Date of Issue in the image?"} +{"id": "card_4_14", "image": "./images/image_000414.png", "answer": "{\"clear Char-level OCR\": \"I n d o n e s i a n \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 10, \"not clear enough number\": 0, \"Final OCR\": \"Indonesian\"}", "problem": "\n What is the Nationality in the image?"} +{"id": "card_4_15", "image": "./images/image_000415.png", "answer": "{\"clear Char-level OCR\": \"I d n s i a \", \"not clear enough Char-level OCR\": \"n o\", \"clear number\": 6, \"not clear enough number\": 2, \"Final OCR\": \"I d nesian\"}", "problem": "\n What is the Nationality in the image?"} +{"id": "card_4_16", "image": "./images/image_000416.png", "answer": "{\"clear Char-level OCR\": \"8 9 0 1 \", \"not clear enough Char-level OCR\": \"6\", \"clear number\": 4, \"not clear enough number\": 1, \"Final OCR\": \"6 8901\"}", "problem": "\n What is the Ret No. in the image?"} +{"id": "card_4_17", "image": "./images/image_000417.png", "answer": "{\"clear Char-level OCR\": \"Q 7 8 9 1 2 3 4 \", \"not clear enough Char-level OCR\": \"0 \", \"clear number\": 8, \"not clear enough number\": 1, \"Final OCR\": \"Q78901234\"}", "problem": "\n What is the Passport No. in the image?"} +{"id": "card_4_18", "image": "./images/image_000418.png", "answer": "{\"clear Char-level OCR\": \"F e m a l e \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 6, \"not clear enough number\": 0, \"Final OCR\": \"Female\"}", "problem": "\n What is the Gender in the image?"} +{"id": "card_4_19", "image": "./images/image_000419.png", "answer": "{\"clear Char-level OCR\": \"S 9 0 3 4 5 6 \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 7, \"not clear enough number\": 0, \"Final OCR\": \"S90 3456\"}", "problem": "\n What is the Passport No. in the image?"} +{"id": "card_4_21", "image": "./images/image_000420.png", "answer": "{\"clear Char-level OCR\": \"I d o n e s i a n \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 9, \"not clear enough number\": 0, \"Final OCR\": \"I donesian\"}", "problem": "\n What is the Nationality in the image?"} +{"id": "card_4_22", "image": "./images/image_000421.png", "answer": "{\"clear Char-level OCR\": \"V 2 3 4 5 6 7 8 9 \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 9, \"not clear enough number\": 0, \"Final OCR\": \"V23456789\"}", "problem": "\n What is the Passport No. in the image?"} +{"id": "card_4_23", "image": "./images/image_000422.png", "answer": "{\"clear Char-level OCR\": \"n d o n e n \", \"not clear enough Char-level OCR\": \"i\", \"clear number\": 6, \"not clear enough number\": 1, \"Final OCR\": \" ndone i n\"}", "problem": "\n What is the Nationality in the image?"} +{"id": "card_4_24", "image": "./images/image_000423.png", "answer": "{\"clear Char-level OCR\": \"F e m a l \", \"not clear enough Char-level OCR\": \"e \", \"clear number\": 5, \"not clear enough number\": 1, \"Final OCR\": \"Female\"}", "problem": "\n What is the Gender in the image?"} +{"id": "card_4_26", "image": "./images/image_000424.png", "answer": "{\"clear Char-level OCR\": \"2 2 5 - - 0 1 \", \"not clear enough Char-level OCR\": \"0 2 \", \"clear number\": 7, \"not clear enough number\": 2, \"Final OCR\": \"2 25-02-01\"}", "problem": "\n What is the Date of Issue in the image?"} +{"id": "card_4_27", "image": "./images/image_000425.png", "answer": "{\"clear Char-level OCR\": \"2 0 2 7 - 0 3 - 0 1 \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 10, \"not clear enough number\": 0, \"Final OCR\": \"2027-03-01\"}", "problem": "\n What is the VP Do. in the image?"} +{"id": "card_4_28", "image": "./images/image_000426.png", "answer": "{\"clear Char-level OCR\": \"2 0 2 7 - 0 4 - 0 1 \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 10, \"not clear enough number\": 0, \"Final OCR\": \"2027-04-01\"}", "problem": "\n What is the VP Do. in the image?"} +{"id": "card_4_29", "image": "./images/image_000427.png", "answer": "{\"clear Char-level OCR\": \"9 0 1 2 3 4 \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 6, \"not clear enough number\": 0, \"Final OCR\": \"901234\"}", "problem": "\n What is the Ret No. in the image?"} +{"id": "card_4_30", "image": "./images/image_000428.png", "answer": "{\"clear Char-level OCR\": \"F e m a l e \", \"not clear enough Char-level OCR\": \"\", \"clear number\": 6, \"not clear enough number\": 0, \"Final OCR\": \"Female\"}", "problem": "\n What is the Gender in the image?"} +{"id": "ocrbench_Key Information Extraction_800", "image": "./images/image_000256.png", "answer": "{\"clear Char-level OCR\": \"e n t B . M i l l s\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"ent . Mills\"}", "problem": "\n what is the value for 'From:'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_801", "image": "./images/image_000257.png", "answer": "{\"clear Char-level OCR\": \"i r e c t M a i l\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 2, \"not clear enough number\": 1, \"Final OCR\": \" irect Mail\"}", "problem": "\n what is the value for 'Media Type'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_802", "image": "./images/image_000258.png", "answer": "{\"clear Char-level OCR\": \"5 7 8\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"578\"}", "problem": "\n what is the value for 'Code Assigned'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_803", "image": "./images/image_000259.png", "answer": "{\"clear Char-level OCR\": \"O L G O L D\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"OL GOLD\"}", "problem": "\n what is the value for 'BRAND(S) APPLICABLE'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_804", "image": "./images/image_000260.png", "answer": "{\"clear Char-level OCR\": \"O C T O B E R 1 9\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"OCTOBER 1 9 \"}", "problem": "\n what is the value for 'CIRCULATION DATES'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_805", "image": "./images/image_000261.png", "answer": "{\"clear Char-level OCR\": \"0 7 0 9\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"07 09\"}", "problem": "\n what is the value for 'CODE ASSIGNED'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_806", "image": "./images/image_000262.png", "answer": "{\"clear Char-level OCR\": \"W a y o u g h a n\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"Way Boughan\"}", "problem": "\n what is the value for 'RECORDS RETENTION SCHEDULE PLACED IN INDEX BINDER AND IN FILE BY:'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_807", "image": "./images/image_000263.png", "answer": "{\"clear Char-level OCR\": \"T 0 7 2 8 1 A\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"T07281A\"}", "problem": "\n what is the value for 'TA #:'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_808", "image": "./images/image_000264.png", "answer": "{\"clear Char-level OCR\": \"0 1 2 5 9\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"01259\"}", "problem": "\n what is the value for 'LOT #:'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_809", "image": "./images/image_000265.png", "answer": "{\"clear Char-level OCR\": \"l e a r b r o w n l i q u i d\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 2, \"not clear enough number\": 1, \"Final OCR\": \"lear brown liquid\"}", "problem": "\n what is the value for 'PHYSICAL DESCRIPTION:'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_810", "image": "./images/image_000266.png", "answer": "{\"clear Char-level OCR\": \"N e w Y o r k 1 0 1 0\", \"not clear enough Char-level OCR\": \"1\", \"clear number\": 2, \"not clear enough number\": 1, \"Final OCR\": \"New York 1010\"}", "problem": "\n what is the value for 'STATE'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_811", "image": "./images/image_000267.png", "answer": "{\"clear Char-level OCR\": \"M e t a l \\\" a c \\\" P l a q u e\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 2, \"not clear enough number\": 1, \"Final OCR\": \"Metal \\\"ac\\\" Plaque\"}", "problem": "\n what is the value for 'FOR'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_812", "image": "./images/image_000268.png", "answer": "{\"clear Char-level OCR\": \"1 5 N o r t h W o l f e S t r e e t\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 2, \"not clear enough number\": 1, \"Final OCR\": \"15 North Wolfe Street\"}", "problem": "\n what is the value for '(a) STREET'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_813", "image": "./images/image_000269.png", "answer": "{\"clear Char-level OCR\": \"B 2 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"B 20\"}", "problem": "\n what is the value for 'TEST ARTICLE IDENTIFICATION:'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_814", "image": "./images/image_000270.png", "answer": "{\"clear Char-level OCR\": \"A . p a r r o w\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"A. parrow\"}", "problem": "\n what is the value for 'TO:'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_815", "image": "./images/image_000271.png", "answer": "{\"clear Char-level OCR\": \". J . e y n o l d s\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 2, \"not clear enough number\": 1, \"Final OCR\": \". J. eynolds\"}", "problem": "\n what is the value for 'MANUFACTURER'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_818", "image": "./images/image_000272.png", "answer": "{\"clear Char-level OCR\": \"/ 2 6 / 9\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \" /26/9 \"}", "problem": "\n what is the value for '(E) DATE'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_819", "image": "./images/image_000273.png", "answer": "{\"clear Char-level OCR\": \"a m e l e n t h o l\", \"not clear enough Char-level OCR\": \"M\", \"clear number\": 2, \"not clear enough number\": 1, \"Final OCR\": \" amel Menthol\"}", "problem": "\n what is the value for 'BRAND:'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_820", "image": "./images/image_000274.png", "answer": "{\"clear Char-level OCR\": \"A t o d i a\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"A todia \"}", "problem": "\n what is the value for 'FAX'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_821", "image": "./images/image_000275.png", "answer": "{\"clear Char-level OCR\": \"o r i l l a r C o r p o r a t i o n\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 2, \"not clear enough number\": 1, \"Final OCR\": \"orillar Corporation\"}", "problem": "\n what is the value for 'TO'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_822", "image": "./images/image_000276.png", "answer": "{\"clear Char-level OCR\": \"A s b e s t o\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"Asbesto\"}", "problem": "\n what is the value for 'CASE TYPE:'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_824", "image": "./images/image_000277.png", "answer": "{\"clear Char-level OCR\": \"L o r i l l a r\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"Lorillar\"}", "problem": "\n what is the value for 'SPONSOR'S NAME:'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_825", "image": "./images/image_000278.png", "answer": "{\"clear Char-level OCR\": \"A l l o f R e g i o n .\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 2, \"not clear enough number\": 1, \"Final OCR\": \"All of Region .\"}", "problem": "\n what is the value for 'TEST MARKET GEOGRAPHY'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_826", "image": "./images/image_000279.png", "answer": "{\"clear Char-level OCR\": \"J A C K R E I L L\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 2, \"not clear enough number\": 1, \"Final OCR\": \"JACK REILL \"}", "problem": "\n what is the value for 'TO:'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_827", "image": "./images/image_000280.png", "answer": "{\"clear Char-level OCR\": \"1 / 0 1 / 9\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"01/01/9 \"}", "problem": "\n what is the value for '(A) 1ST 12 MONTH PERIOD'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_829", "image": "./images/image_000281.png", "answer": "{\"clear Char-level OCR\": \"a y D a v i d\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \" ay David\"}", "problem": "\n what is the value for 'STUDY DIRECTOR /DEPARTMENT'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_830", "image": "./images/image_000282.png", "answer": "{\"clear Char-level OCR\": \"G O O\", \"not clear enough Char-level OCR\": \"D\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"GOOD\"}", "problem": "\n what is the value for 'CONDITION OF SHIPMENT:'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_832", "image": "./images/image_000283.png", "answer": "{\"clear Char-level OCR\": \"6 6 F i f t h v e n u e\", \"not clear enough Char-level OCR\": \"A\", \"clear number\": 2, \"not clear enough number\": 1, \"Final OCR\": \"6 6 Fifth Avenue\"}", "problem": "\n what is the value for 'ADDRESS'? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_833", "image": "./images/image_000284.png", "answer": "{\"clear Char-level OCR\": \"7 5 k J\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \" 75 kJ\"}", "problem": "\n what is the value for Calories/Energy of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_835", "image": "./images/image_000285.png", "answer": "{\"clear Char-level OCR\": \". 0 g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \" .0g\"}", "problem": "\n what is the value for Total Fat of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_836", "image": "./images/image_000286.png", "answer": "{\"clear Char-level OCR\": \"6 . 8 g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"6.8g\"}", "problem": "\n what is the value for Total carbohydrate of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_837", "image": "./images/image_000287.png", "answer": "{\"clear Char-level OCR\": \"3 . g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"3.2g\"}", "problem": "\n what is the value for Total fat of per serving? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_838", "image": "./images/image_000288.png", "answer": "{\"clear Char-level OCR\": \". 5 g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \" .5g\"}", "problem": "\n what is the value for Total Fat of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_839", "image": "./images/image_000289.png", "answer": "{\"clear Char-level OCR\": \"4 . 0 g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"4 .0g\"}", "problem": "\n what is the value for Total carbohydrate of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_841", "image": "./images/image_000290.png", "answer": "{\"clear Char-level OCR\": \"0 . 5 g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"<0.5g\"}", "problem": "\n what is the value for Total carbohydrate of per serving? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_842", "image": "./images/image_000291.png", "answer": "{\"clear Char-level OCR\": \"0 . g\", \"not clear enough Char-level OCR\": \"7\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"0.7g\"}", "problem": "\n what is the value for Total carbohydrate of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_843", "image": "./images/image_000292.png", "answer": "{\"clear Char-level OCR\": \". g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \" . g\"}", "problem": "\n what is the value for Total carbohydrate of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_844", "image": "./images/image_000293.png", "answer": "{\"clear Char-level OCR\": \"1 8 . g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"18. g\"}", "problem": "\n what is the value for Total carbohydrate of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_845", "image": "./images/image_000294.png", "answer": "{\"clear Char-level OCR\": \"2 4 m g\", \"not clear enough Char-level OCR\": \"2\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"224mg\"}", "problem": "\n what is the value for Sodium of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_847", "image": "./images/image_000295.png", "answer": "{\"clear Char-level OCR\": \"9 . g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"9. g\"}", "problem": "\n what is the value for Total fat of per serving? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_848", "image": "./images/image_000296.png", "answer": "{\"clear Char-level OCR\": \". 0 g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \" .0g\"}", "problem": "\n what is the value for Protein of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_849", "image": "./images/image_000297.png", "answer": "{\"clear Char-level OCR\": \". 0 g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \" .0g\"}", "problem": "\n what is the value for Protein of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_850", "image": "./images/image_000298.png", "answer": "{\"clear Char-level OCR\": \"7 . 6 g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"7 .6g\"}", "problem": "\n what is the value for Total carbohydrate of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_851", "image": "./images/image_000299.png", "answer": "{\"clear Char-level OCR\": \"1 0 m g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"10 mg\"}", "problem": "\n what is the value for Sodium of per serving? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_852", "image": "./images/image_000300.png", "answer": "{\"clear Char-level OCR\": \"2 6 k c a l\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"26 kcal\"}", "problem": "\n what is the value for Calories/Energy of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_859", "image": "./images/image_000301.png", "answer": "{\"clear Char-level OCR\": \"1 0 g\", \"not clear enough Char-level OCR\": \"5 m\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"150mg\"}", "problem": "\n what is the value for Sodium of per serving? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_860", "image": "./images/image_000302.png", "answer": "{\"clear Char-level OCR\": \". 1 g\", \"not clear enough Char-level OCR\": \"2\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"2.1g\"}", "problem": "\n what is the value for Protein of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_861", "image": "./images/image_000303.png", "answer": "{\"clear Char-level OCR\": \"2 . g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"2. g\"}", "problem": "\n what is the value for Protein of per serving? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_862", "image": "./images/image_000304.png", "answer": "{\"clear Char-level OCR\": \"5 m g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \" 5mg\"}", "problem": "\n what is the value for Sodium of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_863", "image": "./images/image_000305.png", "answer": "{\"clear Char-level OCR\": \"2 m l\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"20 ml\"}", "problem": "\n what is the value for Sodium of per serving? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_864", "image": "./images/image_000306.png", "answer": "{\"clear Char-level OCR\": \"4 . 5 g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"4 .5g\"}", "problem": "\n what is the value for Protein of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_866", "image": "./images/image_000307.png", "answer": "{\"clear Char-level OCR\": \". 9 g\", \"not clear enough Char-level OCR\": \"7\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"7.9g\"}", "problem": "\n what is the value for Total carbohydrate of per serving? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_867", "image": "./images/image_000308.png", "answer": "{\"clear Char-level OCR\": \"7 . 0 g\", \"not clear enough Char-level OCR\": \"2\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"27.0g\"}", "problem": "\n what is the value for Protein of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_868", "image": "./images/image_000309.png", "answer": "{\"clear Char-level OCR\": \"6 m g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"6 mg\"}", "problem": "\n what is the value for Sodium of per serving? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_870", "image": "./images/image_000310.png", "answer": "{\"clear Char-level OCR\": \"1 . 3\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"1 .3\"}", "problem": "\n what is the value for Total carbohydrate of per serving? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_871", "image": "./images/image_000311.png", "answer": "{\"clear Char-level OCR\": \". 7 g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \" .7g\"}", "problem": "\n what is the value for Protein of per serving? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_873", "image": "./images/image_000312.png", "answer": "{\"clear Char-level OCR\": \"3 . g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"3. g\"}", "problem": "\n what is the value for Total fat of per serving? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_874", "image": "./images/image_000313.png", "answer": "{\"clear Char-level OCR\": \"6 m g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"6 mg\"}", "problem": "\n what is the value for Sodium of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_875", "image": "./images/image_000314.png", "answer": "{\"clear Char-level OCR\": \"1 . 2 g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"1 .2g\"}", "problem": "\n what is the value for Total carbohydrate of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_877", "image": "./images/image_000315.png", "answer": "{\"clear Char-level OCR\": \"1 1 . g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"11. g\"}", "problem": "\n what is the value for Total Fat of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_878", "image": "./images/image_000316.png", "answer": "{\"clear Char-level OCR\": \"5 m g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \" 5mg\"}", "problem": "\n what is the value for Sodium of per serving? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_879", "image": "./images/image_000317.png", "answer": "{\"clear Char-level OCR\": \"< 0 . g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"<0. g\"}", "problem": "\n what is the value for Total Fat of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_880", "image": "./images/image_000318.png", "answer": "{\"clear Char-level OCR\": \"6 . g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"6. g\"}", "problem": "\n what is the value for Total carbohydrate of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_881", "image": "./images/image_000319.png", "answer": "{\"clear Char-level OCR\": \"4 . 3 g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"4.3g\"}", "problem": "\n what is the value for Total carbohydrate of per serving? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_882", "image": "./images/image_000320.png", "answer": "{\"clear Char-level OCR\": \"3 g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \" 3 g\"}", "problem": "\n what is the value for Total carbohydrate of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_883", "image": "./images/image_000321.png", "answer": "{\"clear Char-level OCR\": \"1 6 . 5 g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"16.5g\"}", "problem": "\n what is the value for Total Fat of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_884", "image": "./images/image_000322.png", "answer": "{\"clear Char-level OCR\": \"1 . g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"1. g\"}", "problem": "\n what is the value for Protein of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_885", "image": "./images/image_000323.png", "answer": "{\"clear Char-level OCR\": \"1 5 k J\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \" 15kJ\"}", "problem": "\n what is the value for Calories/Energy of per serving? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_887", "image": "./images/image_000324.png", "answer": "{\"clear Char-level OCR\": \"4 . g\", \"not clear enough Char-level OCR\": \"5\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"54. g\"}", "problem": "\n what is the value for Total carbohydrate of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_888", "image": "./images/image_000325.png", "answer": "{\"clear Char-level OCR\": \"5 . g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"5. g\"}", "problem": "\n what is the value for Total carbohydrate of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_889", "image": "./images/image_000326.png", "answer": "{\"clear Char-level OCR\": \"0 . g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"0. g\"}", "problem": "\n what is the value for Total Fat of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_890", "image": "./images/image_000327.png", "answer": "{\"clear Char-level OCR\": \"5 . 1 g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"5 .1 g\"}", "problem": "\n what is the value for Total carbohydrate of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_891", "image": "./images/image_000328.png", "answer": "{\"clear Char-level OCR\": \"9 . 4 g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"9.4g\"}", "problem": "\n what is the value for Protein of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_893", "image": "./images/image_000329.png", "answer": "{\"clear Char-level OCR\": \"3 2 m g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"3 2mg\"}", "problem": "\n what is the value for Sodium of per serving? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_894", "image": "./images/image_000330.png", "answer": "{\"clear Char-level OCR\": \"4 5 m g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"45 mg\"}", "problem": "\n what is the value for Sodium of per 100g/ml? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_895", "image": "./images/image_000331.png", "answer": "{\"clear Char-level OCR\": \"8 g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"8 g\"}", "problem": "\n what is the value for Serving size? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_896", "image": "./images/image_000332.png", "answer": "{\"clear Char-level OCR\": \"1 . 9 g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"1 .9g\"}", "problem": "\n what is the value for Total fat of per serving? Answer this question using the text in the image directly."} +{"id": "ocrbench_Key Information Extraction_898", "image": "./images/image_000333.png", "answer": "{\"clear Char-level OCR\": \"2 0 0 m g\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 1, \"Final OCR\": \"200mg\"}", "problem": "\n what is the value for Sodium of per serving? Answer this question using the text in the image directly."} +{"id": "wild_00", "image": "./images/image_000000.png", "answer": "{\"clear Char-level OCR\": \"$ 1 . 9\", \"not clear enough Char-level OCR\": \"3\", \"clear number\": 4, \"not clear enough number\": 1, \"Final OCR\": \"$13.9 \"}", "problem": " \n What was the cost of the Bibim.Octopu?"} +{"id": "wild_01", "image": "./images/image_000001.png", "answer": "{\"clear Char-level OCR\": \"1 : 5 2\", \"not clear enough Char-level OCR\": \"2\", \"clear number\": 4, \"not clear enough number\": 1, \"Final OCR\": \"21:52\"}", "problem": " \n At what time was the receipt generated?"} +{"id": "wild_02", "image": "./images/image_000002.png", "answer": "{\"clear Char-level OCR\": \"P U M P 3\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 5, \"not clear enough number\": 0, \"Final OCR\": \"PUMP 3\"}", "problem": " \n Which pump number was used for the fuel purchase?"} +{"id": "wild_03", "image": "./images/image_000003.png", "answer": "{\"clear Char-level OCR\": \". 2 9\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \" .29\"}", "problem": " \n What is the price of the 16oz ice tea purchased?"} +{"id": "wild_04", "image": "./images/image_000004.png", "answer": "{\"clear Char-level OCR\": \"8 8 4 6 C U C U M B E R\", \"not clear enough Char-level OCR\": \"S\", \"clear number\": 12, \"not clear enough number\": 1, \"Final OCR\": \"884 6 CUCUMBERS\"}", "problem": " \n What is the item number for cucumbers on the receipt?"} +{"id": "wild_05", "image": "./images/image_000005.png", "answer": "{\"clear Char-level OCR\": \"9 2 . 5\", \"not clear enough Char-level OCR\": \"1 3\", \"clear number\": 4, \"not clear enough number\": 2, \"Final OCR\": \"192.53\"}", "problem": " \n What is the subtotal before tax on the Costco receipt?"} +{"id": "wild_06", "image": "./images/image_000006.png", "answer": "{\"clear Char-level OCR\": \"9 0 3 6\", \"not clear enough Char-level OCR\": \"3\", \"clear number\": 4, \"not clear enough number\": 1, \"Final OCR\": \"39036\"}", "problem": " \n What is the code listed for ROMAINE on the receipt?"} +{"id": "wild_07", "image": "./images/image_000007.png", "answer": "{\"clear Char-level OCR\": \"3 G o l d s t r 7 9 1 0 7 8 2 8 7 0 0\", \"not clear enough Char-level OCR\": \"H a\", \"clear number\": 19, \"not clear enough number\": 2, \"Final OCR\": \"H3 Goldstar 79107828700\"}", "problem": " \n What is the Goldstar membership number on the Costco receipt?"} +{"id": "wild_08", "image": "./images/image_000008.png", "answer": "{\"clear Char-level OCR\": \"\\u00a3 1 . 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\":0, \"Final OCR\": \"\\u00a31. 0\"}", "problem": " \n What is the cost of Fries SM on the bill from Judsons Bar?"} +{"id": "wild_09", "image": "./images/image_000009.png", "answer": "{\"clear Char-level OCR\": \"2\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 0, \"Final OCR\": \" 2\"}", "problem": " \n What is the docket number shown on the Royal Hotel tax invoice?"} +{"id": "wild_010", "image": "./images/image_000010.png", "answer": "{\"clear Char-level OCR\": \"e t T T\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \" et TT \"}", "problem": " \n What is the total amount before VAT on this receipt?"} +{"id": "wild_10", "image": "./images/image_000011.png", "answer": "{\"clear Char-level OCR\": \"$ 3 . 6 7\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 5, \"not clear enough number\": 0, \"Final OCR\": \"$ 3.67\"}", "problem": " \n What is the total amount due according to the receipt from Kelly Beauty Supply?"} +{"id": "wild_011", "image": "./images/image_000012.png", "answer": "{\"clear Char-level OCR\": \"T a b e : o t h 3\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 9, \"not clear enough number\": 0, \"Final OCR\": \"Tab e: o th3\"}", "problem": " \n Where did the guests dine according to the receipt?"} +{"id": "wild_11", "image": "./images/image_000013.png", "answer": "{\"clear Char-level OCR\": \"0 . 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \"0. 0\"}", "problem": " \n What is the change due according to this receipt?"} +{"id": "wild_012", "image": "./images/image_000014.png", "answer": "{\"clear Char-level OCR\": \"0 0 0 0 0 0 # 6 7 7\", \"not clear enough Char-level OCR\": \"2\", \"clear number\": 10, \"not clear enough number\": 1, \"Final OCR\": \"000000#6727\"}", "problem": " \n What is the order number on the first line of the receipt?"} +{"id": "wild_12", "image": "./images/image_000015.png", "answer": "{\"clear Char-level OCR\": \"3 1 - 5 4 - 0 6 0 2\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 10, \"not clear enough number\": 0, \"Final OCR\": \"31 -54 -0602\"}", "problem": " \n What is the phone number for Sue's Hallmark?"} +{"id": "wild_13", "image": "./images/image_000016.png", "answer": "{\"clear Char-level OCR\": \"0 9 1 9 4 0 1 9 7 6 7 2\", \"not clear enough Char-level OCR\": \"0 7\", \"clear number\": 12, \"not clear enough number\": 2, \"Final OCR\": \"0919 04 0197 7672\"}", "problem": " \n What is the transaction number on the receipt?"} +{"id": "wild_014", "image": "./images/image_000017.png", "answer": "{\"clear Char-level OCR\": \"6 . 5 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"6 .50\"}", "problem": " \n What is the amount before tax and gratuity on the receipt?"} +{"id": "wild_14", "image": "./images/image_000018.png", "answer": "{\"clear Char-level OCR\": \"$ . 8 6\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"$ .86\"}", "problem": " \n What is the grand total amount displayed on the receipt?"} +{"id": "wild_015", "image": "./images/image_000019.png", "answer": "{\"clear Char-level OCR\": \"2 . 5\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \"2. 5\"}", "problem": " \n How much did the roast parsnips cost?"} +{"id": "wild_15", "image": "./images/image_000020.png", "answer": "{\"clear Char-level OCR\": \"$ 2 . 0 0\", \"not clear enough Char-level OCR\": \"1\", \"clear number\": 5, \"not clear enough number\": 1, \"Final OCR\": \"$12.00\"}", "problem": " \n What was the cost of the crab cake appetizer?"} +{"id": "wild_016", "image": "./images/image_000021.png", "answer": "{\"clear Char-level OCR\": \"1 : 1 4 : 1 3\", \"not clear enough Char-level OCR\": \"4\", \"clear number\": 7, \"not clear enough number\": 1, \"Final OCR\": \"14:14:13\"}", "problem": " \n What is the time shown at the top of the receipt?"} +{"id": "wild_16", "image": "./images/image_000022.png", "answer": "{\"clear Char-level OCR\": \"2 . 0 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \" 2.00\"}", "problem": " \n How much did the dessert cost?"} +{"id": "wild_17", "image": "./images/image_000023.png", "answer": "{\"clear Char-level OCR\": \"Y o u r S e r v w a s\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 11, \"not clear enough number\": 0, \"Final OCR\": \"Your Serv was\"}", "problem": " \n What does the receipt say regarding who served the table?"} +{"id": "wild_18", "image": "./images/image_000024.png", "answer": "{\"clear Char-level OCR\": \"C H E N N A I - 6 0 0 0 9 6\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 14, \"not clear enough number\": 0, \"Final OCR\": \"CHENNAI-600 096\"}", "problem": " \n What is the postal code indicated on the restaurant bill?"} +{"id": "wild_019", "image": "./images/image_000025.png", "answer": "{\"clear Char-level OCR\": \"G B P 6 . 4 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 7, \"not clear enough number\": 0, \"Final OCR\": \"GBP 6.40\"}", "problem": " \n What was the subtotal amount for the purchase?"} +{"id": "wild_19", "image": "./images/image_000026.png", "answer": "{\"clear Char-level OCR\": \"3 . 0\", \"not clear enough Char-level OCR\": \"0\", \"clear number\": 3, \"not clear enough number\": 1, \"Final OCR\": \"3.00\"}", "problem": " \n What is the cost of the VLMBeef&Egg item?"} +{"id": "wild_20", "image": "./images/image_000027.png", "answer": "{\"clear Char-level OCR\": \"P r i c\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"Pric \"}", "problem": " \n What is listed next to each food item on the receipt from Maple Leaf Restaurant?"} +{"id": "wild_020", "image": "./images/image_000028.png", "answer": "{\"clear Char-level OCR\": \"2 . 3 9 9 / A L\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 8, \"not clear enough number\": 0, \"Final OCR\": \" 2.399/ AL\"}", "problem": " \n What is the price per gallon for diesel on the receipt?"} +{"id": "wild_021", "image": "./images/image_000029.png", "answer": "{\"clear Char-level OCR\": \"C O W B O Y 4 - 3\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 9, \"not clear enough number\": 0, \"Final OCR\": \"COWBOY 4-3\"}", "problem": " \n What is the record shown for the Cowboys on the receipt from Mastoris Diner?"} +{"id": "wild_21", "image": "./images/image_000030.png", "answer": "{\"clear Char-level OCR\": \"C A M A R E R : I T O\", \"not clear enough Char-level OCR\": \"O\", \"clear number\": 11, \"not clear enough number\": 1, \"Final OCR\": \"CAMARERO:ITO\"}", "problem": " \n Who was the server for the table at La Solana Ribadeo S.L. on 02/08/2013?"} +{"id": "wild_022", "image": "./images/image_000031.png", "answer": "{\"clear Char-level OCR\": \". 0 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \" .00\"}", "problem": " \n How much was tendered in coupons according to the receipt?"} +{"id": "wild_22", "image": "./images/image_000032.png", "answer": "{\"clear Char-level OCR\": \"A P P C O D E : 7 3 5 0 1\", \"not clear enough Char-level OCR\": \"R 1\", \"clear number\": 13, \"not clear enough number\": 2, \"Final OCR\": \"APPR CODE: 173501\"}", "problem": " \n What is the approval code listed on the receipt?"} +{"id": "wild_023", "image": "./images/image_000033.png", "answer": "{\"clear Char-level OCR\": \". 0 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\":0, \"Final OCR\": \"2.00\"}", "problem": " \n How much does one \"Tapa Carrillera Iberica\" cost?"} +{"id": "wild_23", "image": "./images/image_000034.png", "answer": "{\"clear Char-level OCR\": \"O r d e r N u m b e r : 1 0 2 - 2 5 9 0\", \"not clear enough Char-level OCR\": \"0 9\", \"clear number\": 20, \"not clear enough number\": 2, \"Final OCR\": \"OrderNumber:1002-25990\"}", "problem": " \n What is the Order Number on the receipt from Redix, Inc?"} +{"id": "wild_024", "image": "./images/image_000035.png", "answer": "{\"clear Char-level OCR\": \"4 . 0\", \"not clear enough Char-level OCR\": \"5\", \"clear number\": 3, \"not clear enough number\": 1, \"Final OCR\": \"4.50\"}", "problem": " \n How much does the Rusty item cost?"} +{"id": "wild_025", "image": "./images/image_000036.png", "answer": "{\"clear Char-level OCR\": \"0 0 7 8 7 4 2 3 0 2\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 10, \"not clear enough number\": 0, \"Final OCR\": \"00787423 02 \"}", "problem": " \n What is the product code for the SC CA STRBRY item purchased at Walmart?"} +{"id": "wild_25", "image": "./images/image_000037.png", "answer": "{\"clear Char-level OCR\": \"P M P R S N S T V P O U C H 1 C T\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 17, \"not clear enough number\": 0, \"Final OCR\": \"PMPR SNSTV POUCH 8CT\"}", "problem": " \n What is the item with a price of 1.57 in the receipt?"} +{"id": "wild_026", "image": "./images/image_000038.png", "answer": "{\"clear Char-level OCR\": \"5 4 1 9\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"54 19\"}", "problem": " \n What is the item number for the Wilson Tennis Balls listed on the receipt?"} +{"id": "wild_26", "image": "./images/image_000039.png", "answer": "{\"clear Char-level OCR\": \"1 . 9\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \"1. 9\"}", "problem": " \n What is the price of the Mama CP Fusil 16oz item on the receipt?"} +{"id": "wild_027", "image": "./images/image_000040.png", "answer": "{\"clear Char-level OCR\": \"\\u00a3 3 . 5\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"\\u00a3 .95\"}", "problem": " \n How much did the dessert cost?"} +{"id": "wild_27", "image": "./images/image_000041.png", "answer": "{\"clear Char-level OCR\": \"R E F # 0 1 1 6 0 7\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 10, \"not clear enough number\": 0, \"Final OCR\": \"REF # 011607\"}", "problem": " \n What is the reference number on the CVS receipt shown in the image?"} +{"id": "wild_028", "image": "./images/image_000042.png", "answer": "{\"clear Char-level OCR\": \"S a l e R e D A N I J\", \"not clear enough Char-level OCR\": \"s\", \"clear number\": 11, \"not clear enough number\": 1, \"Final OCR\": \"Sales Re DANIJ\"}", "problem": " \n Who was the sales representative for this transaction?"} +{"id": "wild_28", "image": "./images/image_000043.png", "answer": "{\"clear Char-level OCR\": \"3 , 0\", \"not clear enough Char-level OCR\": \"0\", \"clear number\": 3, \"not clear enough number\": 1, \"Final OCR\": \"3,00 \"}", "problem": " \n How many almejas marinera were ordered according to the receipt?"} +{"id": "wild_029", "image": "./images/image_000044.png", "answer": "{\"clear Char-level OCR\": \"T e D o n s o b a s e t\", \"not clear enough Char-level OCR\": \"m\", \"clear number\": 12, \"not clear enough number\": 1, \"Final OCR\": \"TemDon soba set\"}", "problem": " \n Which item on the receipt is priced at $21.80?"} +{"id": "wild_29", "image": "./images/image_000045.png", "answer": "{\"clear Char-level OCR\": \"3 0 , 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"3 0, 0\"}", "problem": " \n What is the cost of the \"PESCE DEL GIORNO 30,00\" multiplied by 10?"} +{"id": "wild_30", "image": "./images/image_000046.png", "answer": "{\"clear Char-level OCR\": \"2 2 . 5 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 5, \"not clear enough number\": 0, \"Final OCR\": \"2 2.50\"}", "problem": " \n What is the taxable amount on the invoice from Sushi Yasuda?"} +{"id": "wild_030", "image": "./images/image_000047.png", "answer": "{\"clear Char-level OCR\": \"2 2 0 0 F i f t h A v e\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 12, \"not clear enough number\": 0, \"Final OCR\": \"2200FifthAve\"}", "problem": " \n What is the address of Max's Cafe as shown on the receipt?"} +{"id": "wild_31", "image": "./images/image_000048.png", "answer": "{\"clear Char-level OCR\": \"2 . 3 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"2 .30\"}", "problem": " \n What is the sales tax amount on the receipt?"} +{"id": "wild_031", "image": "./images/image_000049.png", "answer": "{\"clear Char-level OCR\": \"1 . 0 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \"1.00\"}", "problem": " \n How much was charged for adding chicken to the Caprese?"} +{"id": "wild_32", "image": "./images/image_000050.png", "answer": "{\"clear Char-level OCR\": \"4 0 . 0 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 5, \"not clear enough number\": 0, \"Final OCR\": \"40.00\"}", "problem": " \n What was the cost of the Peach Schnaps?"} +{"id": "wild_033", "image": "./images/image_000051.png", "answer": "{\"clear Char-level OCR\": \"7 7 9 7 9 - 4 2 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 9, \"not clear enough number\": 0, \"Final OCR\": \"77 979-420 \"}", "problem": " \n What is the phone number listed on the car wash slip?"} +{"id": "wild_33", "image": "./images/image_000052.png", "answer": "{\"clear Char-level OCR\": \"$ 6 . 5\", \"not clear enough Char-level OCR\": \"2\", \"clear number\": 4, \"not clear enough number\": 1, \"Final OCR\": \"$6.25\"}", "problem": " \n How much did the SpcySand meal cost before tax?"} +{"id": "wild_034", "image": "./images/image_000053.png", "answer": "{\"clear Char-level OCR\": \"2 . 1 7\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \" 2.17\"}", "problem": " \n What is the net amount (Netto) in the receipt for the tax rate (Satz) of 10%?"} +{"id": "wild_34", "image": "./images/image_000054.png", "answer": "{\"clear Char-level OCR\": \"O p e r a t o r : i l l i m s\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 15, \"not clear enough number\": 0, \"Final OCR\": \"Operator: ill ims\"}", "problem": " \n Who was the operator for the order on this Chick-fil-A receipt?"} +{"id": "wild_035", "image": "./images/image_000055.png", "answer": "{\"clear Char-level OCR\": \"2 . 4\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \"2. 4\"}", "problem": " \n What is the tax amount listed on the receipt?"} +{"id": "wild_35", "image": "./images/image_000056.png", "answer": "{\"clear Char-level OCR\": \"( 8 4 3 ) 8 1 - 6 8 1 1\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 12, \"not clear enough number\": 0, \"Final OCR\": \"(843) 81-6811\"}", "problem": " \n What is the phone number for the Chick-fil-A location in Mt. Pleasant as listed on the receipt?"} +{"id": "wild_036", "image": "./images/image_000057.png", "answer": "{\"clear Char-level OCR\": \"4 3 , 0 1\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 5, \"not clear enough number\": 0, \"Final OCR\": \"43, 01\"}", "problem": " \n What is the price of Nasi Goreng RS on the bill?"} +{"id": "wild_36", "image": "./images/image_000058.png", "answer": "{\"clear Char-level OCR\": \"6 . 0\", \"not clear enough Char-level OCR\": \"5\", \"clear number\": 3, \"not clear enough number\": 1, \"Final OCR\": \"6.50\"}", "problem": " \n What is the total cost for liquor on this receipt?"} +{"id": "wild_037", "image": "./images/image_000059.png", "answer": "{\"clear Char-level OCR\": \"$ . 0 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"$ .00\"}", "problem": " \n What is the price of the Maker's Mark ordered by Guest 4?"} +{"id": "wild_37", "image": "./images/image_000060.png", "answer": "{\"clear Char-level OCR\": \"T b l / 1\", \"not clear enough Char-level OCR\": \"2\", \"clear number\": 5, \"not clear enough number\": 1, \"Final OCR\": \"Tbl 2/1\"}", "problem": " \n What is the table number associated with this receipt?"} +{"id": "wild_38", "image": "./images/image_000061.png", "answer": "{\"clear Char-level OCR\": \"I D # 9 9 - 0 8 0 - 9 0 8 2 - 4 0 5 4 - 9 2 2 1 - 9 5 9 6 - 7 5 6 8\", \"not clear enough Char-level OCR\": \"9\", \"clear number\": 35, \"not clear enough number\": 1, \"Final OCR\": \"ID# 99-9080-9082-4054-9221-9596-7568\"}", "problem": " \n What is the ID number on the Kohl's receipt?"} +{"id": "wild_039", "image": "./images/image_000062.png", "answer": "{\"clear Char-level OCR\": \"2 8 . 4\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"28. 4\"}", "problem": " \n What is the service charge on the restaurant bill?"} +{"id": "wild_39", "image": "./images/image_000063.png", "answer": "{\"clear Char-level OCR\": \"4 9 . 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"49.70\"}", "problem": " \n What is the total amount paid according to the receipt from Kohl's?"} +{"id": "wild_040", "image": "./images/image_000064.png", "answer": "{\"clear Char-level OCR\": \"G 7 8 5 8 9 3\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 7, \"not clear enough number\": 0, \"Final OCR\": \"G78 589 3\"}", "problem": " \n What is the tax identification number (NIF) of LA TAURINA on this receipt?"} +{"id": "wild_41", "image": "./images/image_000065.png", "answer": "{\"clear Char-level OCR\": \"N o v 1 2 ' 1 6\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 8, \"not clear enough number\": 0, \"Final OCR\": \"Nov12'16\"}", "problem": " \n What is the date on the restaurant receipt?"} +{"id": "wild_041", "image": "./images/image_000066.png", "answer": "{\"clear Char-level OCR\": \"3 3 1 4 9 9 8\", \"not clear enough Char-level OCR\": \"7\", \"clear number\": 7, \"not clear enough number\": 1, \"Final OCR\": \"331479 98\"}", "problem": " \n What is the ZIP+4 code for the DR MARTIN L KING JR BRANCH in Miami, Florida?"} +{"id": "wild_42", "image": "./images/image_000067.png", "answer": "{\"clear Char-level OCR\": \"V A T N o : 8 9 6 9 9 2 9 I n v N o : 3 1 6 7 4 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 25, \"not clear enough number\": 0, \"Final OCR\": \"VATNo: 89 699 29 Inv No:316740\"}", "problem": " \n What is the VAT number and invoice number for this meal at Masala Zone?"} +{"id": "wild_042", "image": "./images/image_000068.png", "answer": "{\"clear Char-level OCR\": \"2 9 . 1 1\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 5, \"not clear enough number\":0, \"Final OCR\": \" 29.11\"}", "problem": " \n What is the total amount in U.S. dollars shown on the receipt?"} +{"id": "wild_043", "image": "./images/image_000069.png", "answer": "{\"clear Char-level OCR\": \"C h e c # : 3 7 7 6 7 - 8 0 1 8\", \"not clear enough Char-level OCR\": \"k\", \"clear number\": 16, \"not clear enough number\": 1, \"Final OCR\": \"Check # :37767-8018\"}", "problem": " \n What is the check number on the receipt from The Capital Grille?"} +{"id": "wild_43", "image": "./images/image_000070.png", "answer": "{\"clear Char-level OCR\": \"G u e s t : 1 T i c k e t : 7 4 6 9\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 18, \"not clear enough number\": 0, \"Final OCR\": \"Guest: 1 Ticket: 7469\"}", "problem": " \n Who is the guest and what is their ticket number on the receipt from Lone Star Cafe?"} +{"id": "wild_044", "image": "./images/image_000071.png", "answer": "{\"clear Char-level OCR\": \"C F / P . I V 0 8 9 7 8 7 2 0 9 6 2\", \"not clear enough Char-level OCR\": \"A\", \"clear number\": 18, \"not clear enough number\": 1, \"Final OCR\": \"CF/P.IVA 08978720962\"}", "problem": " \n What is the CF/P.IVA number listed on the receipt from Ristorante \"Il Santo Bevitore\"?"} +{"id": "wild_045", "image": "./images/image_000072.png", "answer": "{\"clear Char-level OCR\": \"1 0 : 3 P M\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 6, \"not clear enough number\": 0, \"Final OCR\": \"10: 3PM\"}", "problem": " \n What time was the receipt issued at Waterleaf Restaurant?"} +{"id": "wild_046", "image": "./images/image_000073.png", "answer": "{\"clear Char-level OCR\": \"I D : 5 1 7 2 3 1 5 2 8 4 2\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 14, \"not clear enough number\": 0, \"Final OCR\": \" ID: 517 23152842\"}", "problem": " \n What is the UID for the credit sale at MOS Crab & Pasta Factory?"} +{"id": "wild_46", "image": "./images/image_000074.png", "answer": "{\"clear Char-level OCR\": \"1 . 4 2\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"1 .42\"}", "problem": " \n What is the total amount charged to the Visa card on the Chipotle receipt?"} +{"id": "wild_47", "image": "./images/image_000075.png", "answer": "{\"clear Char-level OCR\": \"1 3 2 N o r t h l e n d a l e A v e\", \"not clear enough Char-level OCR\": \"G\", \"clear number\": 18, \"not clear enough number\": 1, \"Final OCR\": \"132 North Glendale Ave\"}", "problem": " \n What is the address of the Chipotle location on the receipt?"} +{"id": "wild_048", "image": "./images/image_000076.png", "answer": "{\"clear Char-level OCR\": \"2 1 : 3 : 2 2\", \"not clear enough Char-level OCR\": \"3\", \"clear number\": 7, \"not clear enough number\": 1, \"Final OCR\": \"21:33:22\"}", "problem": " \n What time was the transaction completed?"} +{"id": "wild_48", "image": "./images/image_000077.png", "answer": "{\"clear Char-level OCR\": \"0 / 0 / 2 0 1 2\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 8, \"not clear enough number\": 0, \"Final OCR\": \"0 / 0/2012\"}", "problem": " \n What is the date on the Chipotle receipt?"} +{"id": "wild_049", "image": "./images/image_000078.png", "answer": "{\"clear Char-level OCR\": \"B i l l N o . : 2 6 1 3\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 13, \"not clear enough number\": 0, \"Final OCR\": \"Bill No. : 2613\"}", "problem": " \n What is the bill number on the invoice?"} +{"id": "wild_49", "image": "./images/image_000079.png", "answer": "{\"clear Char-level OCR\": \"O R D E # 4 4\", \"not clear enough Char-level OCR\": \"R 6\", \"clear number\": 7, \"not clear enough number\": 2, \"Final OCR\": \"ORDER #644\"}", "problem": " \n What is the order number for this Chipotle receipt?"} +{"id": "wild_050", "image": "./images/image_000080.png", "answer": "{\"clear Char-level OCR\": \"7 7 7 7 M a r n l a V a l l e e C e d e x 4\", \"not clear enough Char-level OCR\": \"7 e\", \"clear number\": 22, \"not clear enough number\": 2, \"Final OCR\": \"77777MarnelaValleeCedex4\"}", "problem": " \n What is the postal address listed on the receipt?"} +{"id": "wild_051", "image": "./images/image_000081.png", "answer": "{\"clear Char-level OCR\": \"$ 2 9 . 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 5, \"not clear enough number\": 0, \"Final OCR\": \"$29. 0\"}", "problem": " \n How much did the Fish Head cost?"} +{"id": "wild_052", "image": "./images/image_000082.png", "answer": "{\"clear Char-level OCR\": \"4 / 0 / 2 0 1 5\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 8, \"not clear enough number\": 0, \"Final OCR\": \"4/0 /2015\"}", "problem": " \n When does the car wash code expire?"} +{"id": "wild_053", "image": "./images/image_000083.png", "answer": "{\"clear Char-level OCR\": \"\\u00a3 2 0 . 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 5, \"not clear enough number\": 0, \"Final OCR\": \"\\u00a320. 0\"}", "problem": " \n What was the amount tendered with cash for the purchase?"} +{"id": "wild_054", "image": "./images/image_000084.png", "answer": "{\"clear Char-level OCR\": \"8 . 0 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \" 8.00\"}", "problem": " \n What is the price of \"The Drifter\" on the receipt?"} +{"id": "wild_055", "image": "./images/image_000085.png", "answer": "{\"clear Char-level OCR\": \"\\u00a3 3 . 0 0\", \"not clear enough Char-level OCR\": \"2\", \"clear number\": 5, \"not clear enough number\": 1, \"Final OCR\": \"\\u00a332.00\"}", "problem": " \n What is the sale amount on the receipt?"} +{"id": "wild_056", "image": "./images/image_000086.png", "answer": "{\"clear Char-level OCR\": \"T E R M I A L N o . 9 0 1 2 1 7 2\", \"not clear enough Char-level OCR\": \"N 8\", \"clear number\": 17, \"not clear enough number\": 2, \"Final OCR\": \"TERMINAL No. 89012172\"}", "problem": " \n What is the terminal number on the receipt?"} +{"id": "wild_057", "image": "./images/image_000087.png", "answer": "{\"clear Char-level OCR\": \"$ 1 . 5 0\", \"not clear enough Char-level OCR\": \"6\", \"clear number\": 5, \"not clear enough number\": 1, \"Final OCR\": \"$16.50\"}", "problem": " \n What is the subtotal for the poutine on the receipt?"} +{"id": "wild_058", "image": "./images/image_000088.png", "answer": "{\"clear Char-level OCR\": \". 5 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \" .50\"}", "problem": " \n How much did the Sam Adams cost?"} +{"id": "wild_059", "image": "./images/image_000089.png", "answer": "{\"clear Char-level OCR\": \"F o c a c i a B r e a d\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 12, \"not clear enough number\": 0, \"Final OCR\": \"Foca cia Bread\"}", "problem": " \n What side item is listed on the receipt?"} +{"id": "wild_060", "image": "./images/image_000090.png", "answer": "{\"clear Char-level OCR\": \"9 . 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \"9.0 \"}", "problem": " \n How much was the total payment made on this receipt?"} +{"id": "wild_061", "image": "./images/image_000091.png", "answer": "{\"clear Char-level OCR\": \"2 3 . 1\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"23. 1\"}", "problem": " \n What is the subtotal on the Circle K receipt shown in the image?"} +{"id": "wild_062", "image": "./images/image_000092.png", "answer": "{\"clear Char-level OCR\": \". 0 0\", \"not clear enough Char-level OCR\": \"3\", \"clear number\": 3, \"not clear enough number\": 1, \"Final OCR\": \"3.00\"}", "problem": " \n What is the price of the Apple Pie on the receipt?"} +{"id": "wild_063", "image": "./images/image_000093.png", "answer": "{\"clear Char-level OCR\": \"1 / 1\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \"1 /1\"}", "problem": " \n What is the table number on the receipt?"} +{"id": "wild_064", "image": "./images/image_000094.png", "answer": "{\"clear Char-level OCR\": \"C a n a d a - F i r s t - l a s s\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 17, \"not clear enough number\": 0, \"Final OCR\": \"Canada - First- lass\"}", "problem": " \n What is the product description listed in the sales receipt?"} +{"id": "wild_065", "image": "./images/image_000095.png", "answer": "{\"clear Char-level OCR\": \"C a s h i e r : M A R I N J U\", \"not clear enough Char-level OCR\": \"V\", \"clear number\": 15, \"not clear enough number\": 1, \"Final OCR\": \"Cashier:MARVINJU\"}", "problem": " \n Who was the cashier for your purchase at In-N-Out Burger Westchester?"} +{"id": "wild_066", "image": "./images/image_000096.png", "answer": "{\"clear Char-level OCR\": \"J u l . 3 ' 1 1\", \"not clear enough Char-level OCR\": \"0\", \"clear number\": 8, \"not clear enough number\": 1, \"Final OCR\": \"Jul.30'11\"}", "problem": " \n What date is printed on the receipt?"} +{"id": "wild_067", "image": "./images/image_000097.png", "answer": "{\"clear Char-level OCR\": \"1 6 1 D E M I N G W A Y\", \"not clear enough Char-level OCR\": \"0\", \"clear number\": 12, \"not clear enough number\": 1, \"Final OCR\": \"161 DEMING WAY\"}", "problem": " \n What is the address of Fuji Sushi & Hibachi?"} +{"id": "wild_068", "image": "./images/image_000098.png", "answer": "{\"clear Char-level OCR\": \"1 . 0\", \"not clear enough Char-level OCR\": \"9\", \"clear number\": 3, \"not clear enough number\": 1, \"Final OCR\": \"1.09\"}", "problem": " \n What is the subtotal cost for the Coconut Macaroon according to the receipt?"} +{"id": "wild_069", "image": "./images/image_000099.png", "answer": "{\"clear Char-level OCR\": \"E U R 1 , 5 0\", \"not clear enough Char-level OCR\": \"1\", \"clear number\": 7, \"not clear enough number\": 1, \"Final OCR\": \"EUR 11,50\"}", "problem": " \n What is the total amount paid for the transaction on this receipt?"} +{"id": "wild_070", "image": "./images/image_000100.png", "answer": "{\"clear Char-level OCR\": \"s a m d a e b q . e p i p a y . c o\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 18, \"not clear enough number\": 0, \"Final OCR\": \"samdae bq.epipay.co \"}", "problem": " \n What is the website for online payments mentioned on the receipt from Samdae Korean BBQ?"} +{"id": "wild_071", "image": "./images/image_000101.png", "answer": "{\"clear Char-level OCR\": \"$ 0 . 3\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"$0. 3\"}", "problem": " \n What is the amount of tax charged on the sales?"} +{"id": "wild_072", "image": "./images/image_000102.png", "answer": "{\"clear Char-level OCR\": \"1 2 . B a t h S t r e e t\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 13, \"not clear enough number\": 0, \"Final OCR\": \"12.Bath Street\"}", "problem": " \n What is the address of The Vine restaurant?"} +{"id": "wild_073", "image": "./images/image_000103.png", "answer": "{\"clear Char-level OCR\": \". 1 2\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \" .12\"}", "problem": " \n How much did the Lys APC Lemon T cost?"} +{"id": "wild_074", "image": "./images/image_000104.png", "answer": "{\"clear Char-level OCR\": \"3 5 8 5 0 1 0 6 - 0 0 9 5\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 13, \"not clear enough number\": 0, \"Final OCR\": \"35 8 50106-0095\"}", "problem": " \n What is the USPS account number or reference number shown on the receipt?"} +{"id": "wild_075", "image": "./images/image_000105.png", "answer": "{\"clear Char-level OCR\": \"( 2 0 ) 9 6 7 - 2 2 2\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 11, \"not clear enough number\": 0, \"Final OCR\": \"(20 )967-2 22\"}", "problem": " \n What is the contact phone number for Hilton Stamford Restaurant?"} +{"id": "wild_076", "image": "./images/image_000106.png", "answer": "{\"clear Char-level OCR\": \"$ 2 0 . 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 5, \"not clear enough number\": 0, \"Final OCR\": \"$20. 0\"}", "problem": " \n What is the total amount paid for the order at Num Pang Sandwich Shop?"} +{"id": "wild_077", "image": "./images/image_000107.png", "answer": "{\"clear Char-level OCR\": \"J U L 9 , 2 0 0 8\", \"not clear enough Char-level OCR\": \"0\", \"clear number\": 9, \"not clear enough number\": 1, \"Final OCR\": \"JUL 09,2008\"}", "problem": " \n What is the date of purchase on the receipt?"} +{"id": "wild_078", "image": "./images/image_000108.png", "answer": "{\"clear Char-level OCR\": \"N T E R I O R D E T A I L - C A R\", \"not clear enough Char-level OCR\": \"I\", \"clear number\": 17, \"not clear enough number\": 1, \"Final OCR\": \"INTERIOR DETAIL- CAR\"}", "problem": " \n What was the most expensive service on the receipt?"} +{"id": "wild_079", "image": "./images/image_000109.png", "answer": "{\"clear Char-level OCR\": \"\\u00a3 2 0 . 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 5, \"not clear enough number\": 0, \"Final OCR\": \"\\u00a320. 0\"}", "problem": " \n How much cash was given for the payment?"} +{"id": "wild_080", "image": "./images/image_000110.png", "answer": "{\"clear Char-level OCR\": \"K a s a N u m e r : 0 1 T r a n s a c t i e : 4 1 3 5\", \"not clear enough Char-level OCR\": \"m\", \"clear number\": 27, \"not clear enough number\": 1, \"Final OCR\": \"Kas a Nummer: 01 Transactie: 4135\"}", "problem": " \n What is the KassaNummer and Transactie shown on the receipt?"} +{"id": "wild_081", "image": "./images/image_000111.png", "answer": "{\"clear Char-level OCR\": \"3 7 3 5\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \" 37 35\"}", "problem": " \n What is the invoice number listed on the receipt?"} +{"id": "wild_082", "image": "./images/image_000112.png", "answer": "{\"clear Char-level OCR\": \"4 0 . 4 0 . 2 0 8 0\", \"not clear enough Char-level OCR\": \"8\", \"clear number\": 10, \"not clear enough number\": 1, \"Final OCR\": \"480. 40.2080\"}", "problem": " \n What is the phone number listed on the Sports Authority receipt?"} +{"id": "wild_083", "image": "./images/image_000113.png", "answer": "{\"clear Char-level OCR\": \"1 0 . 0\", \"not clear enough Char-level OCR\": \"0\", \"clear number\": 4, \"not clear enough number\": 1, \"Final OCR\": \"10.00\"}", "problem": " \n What was the total amount paid by card?"} +{"id": "wild_084", "image": "./images/image_000114.png", "answer": "{\"clear Char-level OCR\": \". 9 3\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \" .93\"}", "problem": " \n What is the 19% VAT amount on this receipt?"} +{"id": "wild_085", "image": "./images/image_000115.png", "answer": "{\"clear Char-level OCR\": \"A E D 1 . 0 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 7, \"not clear enough number\": 0, \"Final OCR\": \"AED 1.00\"}", "problem": " \n What is the cost of the French Fries Appetizer on the receipt?"} +{"id": "wild_090", "image": "./images/image_000116.png", "answer": "{\"clear Char-level OCR\": \"3 1 5 1 1 8\", \"not clear enough Char-level OCR\": \"3 9\", \"clear number\": 6, \"not clear enough number\": 2, \"Final OCR\": \"33 15 19 18\"}", "problem": " \n What is the phone number listed on the receipt?"} +{"id": "wild_091", "image": "./images/image_000117.png", "answer": "{\"clear Char-level OCR\": \"A S E M B L Y T R E A D M I L L S 5 2 3 9 8 9 2\", \"not clear enough Char-level OCR\": \"S\", \"clear number\": 24, \"not clear enough number\": 1, \"Final OCR\": \"ASSEMBLY TREADMILLS 5239892\"}", "problem": " \n What is the item code for the treadmill assembly service from Sports Authority?"} +{"id": "wild_092", "image": "./images/image_000118.png", "answer": "{\"clear Char-level OCR\": \"1 . 3 9 A M\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 6, \"not clear enough number\": 0, \"Final OCR\": \" 1.39AM\"}", "problem": " \n What time was the receipt generated for the purchase at Hermes in Dallas?"} +{"id": "wild_093", "image": "./images/image_000119.png", "answer": "{\"clear Char-level OCR\": \"A C C # : * * * * * * * * * * * * 1 0 9 2\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 21, \"not clear enough number\": 0, \"Final OCR\": \"ACC #: ************1092\"}", "problem": " \n What is the masked account number listed on this receipt?"} +{"id": "wild_094", "image": "./images/image_000120.png", "answer": "{\"clear Char-level OCR\": \"1 . 9\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \"1. 9\"}", "problem": " \n How much does it cost to add Cheddar Cheese to the Deluxe Hamburger?"} +{"id": "wild_110", "image": "./images/image_000121.png", "answer": "{\"clear Char-level OCR\": \"8 1 0 2 . L e w i s A v e . S u i t e E\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 20, \"not clear enough number\": 0, \"Final OCR\": \"8102 .LewisAve.SuiteE\"}", "problem": " \n What is the address of the Thai Village restaurant displayed on the receipt?"} +{"id": "wild_111", "image": "./images/image_000122.png", "answer": "{\"clear Char-level OCR\": \"5 1 3 8 3 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 6, \"not clear enough number\": 0, \"Final OCR\": \"513 83 0\"}", "problem": " \n What is the telephone number listed on the receipt?"} +{"id": "wild_112", "image": "./images/image_000123.png", "answer": "{\"clear Char-level OCR\": \"2 0 . 0\", \"not clear enough Char-level OCR\": \"0\", \"clear number\": 4, \"not clear enough number\": 1, \"Final OCR\": \"20.00\"}", "problem": " \n How much cash was provided for the payment?"} +{"id": "wild_113", "image": "./images/image_000124.png", "answer": "{\"clear Char-level OCR\": \"1 . 0 0\", \"not clear enough Char-level OCR\": \"0\", \"clear number\": 4, \"not clear enough number\": 1, \"Final OCR\": \"10.00\"}", "problem": " \n How much cash was paid for the purchase according to the receipt?"} +{"id": "wild_114", "image": "./images/image_000125.png", "answer": "{\"clear Char-level OCR\": \"4 2 7 7 7 9 5 3 0 1 4 7 5\", \"not clear enough Char-level OCR\": \"2\", \"clear number\": 13, \"not clear enough number\": 1, \"Final OCR\": \"427 779 25301475\"}", "problem": " \n What is the SKU number for the Canon Matte Paper purchased?"} +{"id": "wild_115", "image": "./images/image_000126.png", "answer": "{\"clear Char-level OCR\": \"T b l 0 3 / 1 h k 1 0 6 7\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 13, \"not clear enough number\": 0, \"Final OCR\": \"Tbl 03/1 hk1067\"}", "problem": " \n What is the table and check number listed on the receipt?"} +{"id": "wild_116", "image": "./images/image_000127.png", "answer": "{\"clear Char-level OCR\": \"H O S T L I S O N\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 9, \"not clear enough number\": 0, \"Final OCR\": \"HOST LISON\"}", "problem": " \n Who was the host at Aroma Cafe on the receipt dated 03-12-2016?"} +{"id": "wild_117", "image": "./images/image_000128.png", "answer": "{\"clear Char-level OCR\": \"O r d e r N u m b e r : 4 0 7 6\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 16, \"not clear enough number\": 0, \"Final OCR\": \"OrderNumber: 4076\"}", "problem": " \n What is the order number listed on the receipt?"} +{"id": "wild_118", "image": "./images/image_000129.png", "answer": "{\"clear Char-level OCR\": \"\\u00a3 2 . 9\", \"not clear enough Char-level OCR\": \"5\", \"clear number\": 4, \"not clear enough number\": 1, \"Final OCR\": \"\\u00a32.95\"}", "problem": " \n What is the price of a 330ml Coke?"} +{"id": "wild_120", "image": "./images/image_000130.png", "answer": "{\"clear Char-level OCR\": \". 8 1\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \" .81\"}", "problem": " \n What is the sales tax on the receipt from Old Ebbitt Grill?"} +{"id": "wild_121", "image": "./images/image_000131.png", "answer": "{\"clear Char-level OCR\": \"1 7 G S T 2\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 6, \"not clear enough number\": 0, \"Final OCR\": \"17 GST 2\"}", "problem": " \n What is the table number and GST number on the receipt?"} +{"id": "wild_122", "image": "./images/image_000132.png", "answer": "{\"clear Char-level OCR\": \"5 . 0 0\", \"not clear enough Char-level OCR\": \"2\", \"clear number\": 4, \"not clear enough number\": 1, \"Final OCR\": \"25.00\"}", "problem": " \n What is the price of one chapati before tax?"} +{"id": "wild_123", "image": "./images/image_000133.png", "answer": "{\"clear Char-level OCR\": \"1 7 - 2\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"17-2\"}", "problem": " \n What is the table number associated with this restaurant receipt?"} +{"id": "wild_124", "image": "./images/image_000134.png", "answer": "{\"clear Char-level OCR\": \"6 1 C o l l e c t i o n l v d\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 15, \"not clear enough number\": 0, \"Final OCR\": \"6 1Collection lvd\"}", "problem": " \n What is the address of Luna Grill Oxnard?"} +{"id": "wild_125", "image": "./images/image_000135.png", "answer": "{\"clear Char-level OCR\": \"5 , 8 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \" 5,80\"}", "problem": " \n What is the total cost for the \"MENU DIA GV\"?"} +{"id": "wild_126", "image": "./images/image_000136.png", "answer": "{\"clear Char-level OCR\": \"4 0 1 0 0 9 8 2 7 4\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 10, \"not clear enough number\": 0, \"Final OCR\": \"40 1009 8274\"}", "problem": " \n What is the item number for the 'NOTECARDS RED' purchased from Michaels?"} +{"id": "wild_127", "image": "./images/image_000137.png", "answer": "{\"clear Char-level OCR\": \"5 . 4 G\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \" 5. 4G\"}", "problem": " \n What is the total price for the CD Wisin Y Yandel after the promotional discount is applied?"} +{"id": "wild_128", "image": "./images/image_000138.png", "answer": "{\"clear Char-level OCR\": \"T I D : 0 2\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 6, \"not clear enough number\": 0, \"Final OCR\": \"TID: 02\"}", "problem": " \n What is the TID number on this receipt?"} +{"id": "wild_129", "image": "./images/image_000139.png", "answer": "{\"clear Char-level OCR\": \"1 0 - 1 - 0 1 3\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 8, \"not clear enough number\": , \"Final OCR\": \"10- 1- 013\"}", "problem": " \n What is the date on the receipt?"} +{"id": "wild_130", "image": "./images/image_000140.png", "answer": "{\"clear Char-level OCR\": \"2 2 . 0 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 5, \"not clear enough number\": 0, \"Final OCR\": \"22.00\"}", "problem": " \n How much does the Prosciutto Ham Pizza cost according to the receipt?"} +{"id": "wild_132", "image": "./images/image_000141.png", "answer": "{\"clear Char-level OCR\": \"U P S T r a c i n g # :\", \"not clear enough Char-level OCR\": \"S\", \"clear number\": 12, \"not clear enough number\": 1, \"Final OCR\": \"USPS Trac ing #:\"}", "problem": " \n What is the USPS Tracking number for the shipment sent to Wytheville VA?"} +{"id": "wild_134", "image": "./images/image_000142.png", "answer": "{\"clear Char-level OCR\": \"0 4 2 3 5 / 0 3 - 0 1 8\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 12, \"not clear enough number\": 0, \"Final OCR\": \"04235/03-018\"}", "problem": " \n What is the transaction number listed on the receipt?"} +{"id": "wild_135", "image": "./images/image_000143.png", "answer": "{\"clear Char-level OCR\": \"1 8 1 / 6 7 1\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 7, \"not clear enough number\": 0, \"Final OCR\": \" 181/ 671\"}", "problem": " \n What is the transaction ID on the fuel receipt?"} +{"id": "wild_136", "image": "./images/image_000144.png", "answer": "{\"clear Char-level OCR\": \". 0 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \"5.00\"}", "problem": " \n What is the price of the Wasabi Shumai on this receipt?"} +{"id": "wild_138", "image": "./images/image_000145.png", "answer": "{\"clear Char-level OCR\": \"K E R R Y P I K E V I L L A G E . R K .\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 20, \"not clear enough number\": 0, \"Final OCR\": \"KERRYPIKEVILLAGE. RK.\"}", "problem": " \n What is the location of Raj Gaylord Indian Restaurant as per the receipt shown?"} +{"id": "wild_139", "image": "./images/image_000146.png", "answer": "{\"clear Char-level OCR\": \"S h o p M R / S o u t h g a t e\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 16, \"not clear enough number\": 0, \"Final OCR\": \"Shop MR /Southgate\"}", "problem": " \n What is the location of the restaurant shown in the invoice?"} +{"id": "wild_140", "image": "./images/image_000147.png", "answer": "{\"clear Char-level OCR\": \"3 1 0 5 4 0 9 2 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 9, \"not clear enough number\": 0, \"Final OCR\": \"310 540 920\"}", "problem": " \n What is the phone number for Redondo Car Wash as shown on the receipt?"} +{"id": "wild_141", "image": "./images/image_000148.png", "answer": "{\"clear Char-level OCR\": \"2 4 . S z c h u a n B a n g B a n g S h r i m p\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 24, \"not clear enough number\": 0, \"Final OCR\": \"24.Sz chuan Bang Bang Shrimp\"}", "problem": " \n Which item on the receipt corresponds to the price of $8.00?"} +{"id": "wild_142", "image": "./images/image_000149.png", "answer": "{\"clear Char-level OCR\": \"2 4 . S z e c h u a n B a n g B a n S h r i m p\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 24, \"not clear enough number\": 0, \"Final OCR\": \"24.Szechuan Bang Ban Shrimp\"}", "problem": " \n Which menu item costs $9.00 according to the receipt from Peter Chang?"} +{"id": "wild_143", "image": "./images/image_000150.png", "answer": "{\"clear Char-level OCR\": \"@ 5 . 9\", \"not clear enough Char-level OCR\": \"9\", \"clear number\": 4, \"not clear enough number\": 1, \"Final OCR\": \"@ 5.99\"}", "problem": " \n What is the price of each wine purchased according to the receipt?"} +{"id": "wild_144", "image": "./images/image_000151.png", "answer": "{\"clear Char-level OCR\": \"( 6 1 4 ) 7 6 6 4 4 9 4\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 12, \"not clear enough number\": 0, \"Final OCR\": \"(614)7664494\"}", "problem": " \n What is the contact phone number for Meijer located on Sawmill Rd in Dublin, OH?"} +{"id": "wild_145", "image": "./images/image_000152.png", "answer": "{\"clear Char-level OCR\": \"1 5 : 2 : 3\", \"not clear enough Char-level OCR\": \"2\", \"clear number\": 6, \"not clear enough number\": 1, \"Final OCR\": \"15:22: 3\"}", "problem": " \n What time was the transaction completed, as shown on the receipt?"} +{"id": "wild_146", "image": "./images/image_000153.png", "answer": "{\"clear Char-level OCR\": \"C k 5 1 0\", \"not clear enough Char-level OCR\": \"4\", \"clear number\": 5, \"not clear enough number\": 1, \"Final OCR\": \"C k4510\"}", "problem": " \n What is the check number listed on this Basil Thai Restaurant & Bar receipt?"} +{"id": "wild_147", "image": "./images/image_000154.png", "answer": "{\"clear Char-level OCR\": \"O r d e r : 1 9 8 7 3\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 11, \"not clear enough number\": 0, \"Final OCR\": \"Order: 29873\"}", "problem": " \n What is the order number on the receipt?"} +{"id": "wild_149", "image": "./images/image_000155.png", "answer": "{\"clear Char-level OCR\": \". 2 9\", \"not clear enough Char-level OCR\": \"3\", \"clear number\": 3, \"not clear enough number\": 1, \"Final OCR\": \"3.29\"}", "problem": " \n What is the price of lychee on the receipt?"} +{"id": "wild_150", "image": "./images/image_000156.png", "answer": "{\"clear Char-level OCR\": \"4 . 5 0\", \"not clear enough Char-level OCR\": \"1\", \"clear number\": 4, \"not clear enough number\": 1, \"Final OCR\": \"14.50\"}", "problem": " \n How much does one PC of Nature Valley S/F Foat cost according to the receipt?"} +{"id": "wild_151", "image": "./images/image_000157.png", "answer": "{\"clear Char-level OCR\": \"6 . 3\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \"6. 3\"}", "problem": " \n What is the total cost for the Pint of Heineken ordered?"} +{"id": "wild_152", "image": "./images/image_000158.png", "answer": "{\"clear Char-level OCR\": \"P G A D V a l e d t o I s a b e l\", \"not clear enough Char-level OCR\": \"A\", \"clear number\": 17, \"not clear enough number\": 1, \"Final OCR\": \"PAGAD Valed to Isabel\"}", "problem": " \n What is the text highlighted in green on the receipt?"} +{"id": "wild_153", "image": "./images/image_000159.png", "answer": "{\"clear Char-level OCR\": \"H a t s f i e l d J a c k o n\", \"not clear enough Char-level OCR\": \"r s\", \"clear number\": 15, \"not clear enough number\": 2, \"Final OCR\": \"HartsfieldJackson\"}", "problem": " \n What is the name of the airport mentioned on the receipt?"} +{"id": "wild_154", "image": "./images/image_000160.png", "answer": "{\"clear Char-level OCR\": \"1 : 5 7\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"1 :57\"}", "problem": " \n What time does the receipt indicate for the transaction?"} +{"id": "wild_155", "image": "./images/image_000161.png", "answer": "{\"clear Char-level OCR\": \"3 0 0\", \"not clear enough Char-level OCR\": \"5\", \"clear number\": 3, \"not clear enough number\": 1, \"Final OCR\": \"3500\"}", "problem": " \n What is the price of the Lagoon Fish as listed on the receipt?"} +{"id": "wild_156", "image": "./images/image_000162.png", "answer": "{\"clear Char-level OCR\": \"0 . 1 0 G\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 5, \"not clear enough number\": 0, \"Final OCR\": \"0. 10G\"}", "problem": " \n What quantity of fuel was purchased according to the receipt?"} +{"id": "wild_157", "image": "./images/image_000163.png", "answer": "{\"clear Char-level OCR\": \"2 . 0 0\", \"not clear enough Char-level OCR\": \"3\", \"clear number\": 4, \"not clear enough number\": 1, \"Final OCR\": \"23.00\"}", "problem": " \n What is the total amount due on the receipt?"} +{"id": "wild_158", "image": "./images/image_000164.png", "answer": "{\"clear Char-level OCR\": \"S A N :\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"S AN:\"}", "problem": " \n What is the STAN number on the receipt from The Pancake Parlour?"} +{"id": "wild_159", "image": "./images/image_000165.png", "answer": "{\"clear Char-level OCR\": \"6 . 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \"6.0 \"}", "problem": " \n What is the SUB TOTAL before sales tax on the receipt?"} +{"id": "wild_160", "image": "./images/image_000166.png", "answer": "{\"clear Char-level OCR\": \"F o o S u b - T o t a l\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 12, \"not clear enough number\": 0, \"Final OCR\": \"Foo Sub-Total\"}", "problem": " \n What is the total cost of the food items ordered?"} +{"id": "wild_161", "image": "./images/image_000167.png", "answer": "{\"clear Char-level OCR\": \". 5\", \"not clear enough Char-level OCR\": \"0 2\", \"clear number\": 2, \"not clear enough number\": 2, \"Final OCR\": \"0.52\"}", "problem": " \n ¿Cuál es el precio de las manzanas Royal Gala en la factura?"} +{"id": "wild_162", "image": "./images/image_000168.png", "answer": "{\"clear Char-level OCR\": \"L i n e D i s . 2 0 . 0 0 %\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 14, \"not clear enough number\": 0, \"Final OCR\": \"LineDis .20.00%\"}", "problem": " \n What is the discount percentage applied to the item on the receipt?"} +{"id": "wild_163", "image": "./images/image_000169.png", "answer": "{\"clear Char-level OCR\": \"$ 2 . 9 9\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 5, \"not clear enough number\": 0, \"Final OCR\": \"$2 .99\"}", "problem": " \n What is the price of the 70 in 1 Magnetic Driver Kit on the receipt?"} +{"id": "wild_164", "image": "./images/image_000170.png", "answer": "{\"clear Char-level OCR\": \"N O O F T Y S O L D : 3\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 12, \"not clear enough number\":0, \"Final OCR\": \"NO OF TY SOLD : 3\"}", "problem": " \n What is the number of quantity sold as indicated on the receipt?"} +{"id": "wild_165", "image": "./images/image_000171.png", "answer": "{\"clear Char-level OCR\": \"0 - 4 0 1 - 4 8 4\", \"not clear enough Char-level OCR\": \"8\", \"clear number\": 9, \"not clear enough number\": 1, \"Final OCR\": \"0 -401-8484\"}", "problem": " \n What is the fax number listed on the receipt from Saras Modus Food Service in Bangkok?"} +{"id": "wild_166", "image": "./images/image_000172.png", "answer": "{\"clear Char-level OCR\": \"Z 7 2 2\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \" Z722\"}", "problem": " \n What is the bus number indicated on the ticket?"} +{"id": "wild_167", "image": "./images/image_000173.png", "answer": "{\"clear Char-level OCR\": \"1 0 8\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \" 108\"}", "problem": " \n What is the grand total on the restaurant bill shown in the image?"} +{"id": "wild_168", "image": "./images/image_000174.png", "answer": "{\"clear Char-level OCR\": \"6 5 . 5 . 1 1 . 0 0\", \"not clear enough Char-level OCR\": \"6\", \"clear number\": 10, \"not clear enough number\": 1, \"Final OCR\": \"65.65.11.00\"}", "problem": " \n What is the telephone number listed on the receipt from the S/Pref de Villefranche de Rgue?"} +{"id": "wild_169", "image": "./images/image_000175.png", "answer": "{\"clear Char-level OCR\": \"0 . 1 5 0 0 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 7, \"not clear enough number\": 0, \"Final OCR\": \"0.15000 \"}", "problem": " \n What is the exchange rate from Hong Kong Dollar to SGD on this receipt?"} +{"id": "wild_170", "image": "./images/image_000176.png", "answer": "{\"clear Char-level OCR\": \"7 . 5\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \"7. 5\"}", "problem": " \n What is the price per unit for TABLA VARIADA 2 on the receipt?"} +{"id": "wild_172", "image": "./images/image_000177.png", "answer": "{\"clear Char-level OCR\": \"T A B L E\", \"not clear enough Char-level OCR\": \"6\", \"clear number\": 5, \"not clear enough number\": 1, \"Final OCR\": \"TABLE6\"}", "problem": " \n Which table was billed for in the restaurant receipt shown in the image?"} +{"id": "wild_173", "image": "./images/image_000178.png", "answer": "{\"clear Char-level OCR\": \"2 . 5\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \"2.5 \"}", "problem": " \n What is the sub-total amount on the receipt?"} +{"id": "wild_175", "image": "./images/image_000179.png", "answer": "{\"clear Char-level OCR\": \"J o e M a c k\", \"not clear enough Char-level OCR\": \"l\", \"clear number\": 7, \"not clear enough number\": 1, \"Final OCR\": \"Joel Mack \"}", "problem": " \n Who is the customer associated with this purchase receipt?"} +{"id": "wild_176", "image": "./images/image_000180.png", "answer": "{\"clear Char-level OCR\": \"1 7 J U L 8\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 6, \"not clear enough number\": 0, \"Final OCR\": \"17JUL8 \"}", "problem": " \n What is the date on the receipt?"} +{"id": "wild_177", "image": "./images/image_000181.png", "answer": "{\"clear Char-level OCR\": \"2 2 , 4 0 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 6, \"not clear enough number\": 0, \"Final OCR\": \"22 ,400\"}", "problem": " \n What is the total bill shown on the receipt from Hema Resto after adding the 10% tax?"} +{"id": "wild_179", "image": "./images/image_000182.png", "answer": "{\"clear Char-level OCR\": \"T 1 3 - 0 1 0 7\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 8, \"not clear enough number\": 0, \"Final OCR\": \" T13 - 0107\"}", "problem": " \n What is the outlet code listed on the receipt?"} +{"id": "wild_181", "image": "./images/image_000183.png", "answer": "{\"clear Char-level OCR\": \"S a l e 3 2 5 3 0 0 0 4 5 1\", \"not clear enough Char-level OCR\": \"#\", \"clear number\": 14, \"not clear enough number\": 1, \"Final OCR\": \"Sale # 32 53000451\"}", "problem": " \n What is the sale number listed on the receipt?"} +{"id": "wild_183", "image": "./images/image_000184.png", "answer": "{\"clear Char-level OCR\": \". T a x : J T P M 7 7 1 R S D 0 0\", \"not clear enough Char-level OCR\": \"S\", \"clear number\": 17, \"not clear enough number\": 1, \"Final OCR\": \"S. Tax : JTPM7 71RSD00\"}", "problem": " \n What is the Service Tax number listed on the receipt?"} +{"id": "wild_184", "image": "./images/image_000185.png", "answer": "{\"clear Char-level OCR\": \"M r . K u n a l D a s ( 6 2 1 9 9 )\", \"not clear enough Char-level OCR\": \"5\", \"clear number\": 18, \"not clear enough number\": 1, \"Final OCR\": \"Mr. Kunal Das( 62199)\"}", "problem": " \n Who was the customer for the service provided by Sadhana Paul as documented in the invoice?"} +{"id": "wild_185", "image": "./images/image_000186.png", "answer": "{\"clear Char-level OCR\": \"8 8 1 - 1 - 1\", \"not clear enough Char-level OCR\": \"7\", \"clear number\": 10, \"not clear enough number\": 1, \"Final OCR\": \" 881-1-1\"}", "problem": " \n What is the registration number on the Bugenvila restaurant receipt?"} +{"id": "wild_187", "image": "./images/image_000187.png", "answer": "{\"clear Char-level OCR\": \". 9 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \" .90\"}", "problem": " \n How much did the 2 Vanilla Twist cost in total?"} +{"id": "wild_188", "image": "./images/image_000188.png", "answer": "{\"clear Char-level OCR\": \"2 . 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \"2. 0\"}", "problem": " \n What is the Mehrwertsteuer (MwSt) tax amount for the purchased items on the receipt?"} +{"id": "wild_190", "image": "./images/image_000189.png", "answer": "{\"clear Char-level OCR\": \"$ 0 . 0 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 5, \"not clear enough number\": 0, \"Final OCR\": \"$ 0.00\"}", "problem": " \n What is the total amount paid for the purchase on the receipt?"} +{"id": "wild_191", "image": "./images/image_000190.png", "answer": "{\"clear Char-level OCR\": \"7 . 0 8\", \"not clear enough Char-level OCR\": \"6\", \"clear number\": 4, \"not clear enough number\": 1, \"Final OCR\": \"76.08\"}", "problem": " \n What is the total amount paid according to the receipt?"} +{"id": "wild_192", "image": "./images/image_000191.png", "answer": "{\"clear Char-level OCR\": \". 4 9\", \"not clear enough Char-level OCR\": \"2\", \"clear number\": 3, \"not clear enough number\": 1, \"Final OCR\": \"2.49\"}", "problem": " \n How much did the Bananas, Cavendish 750g cost?"} +{"id": "wild_193", "image": "./images/image_000192.png", "answer": "{\"clear Char-level OCR\": \"0 . 0 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \" 0.00\"}", "problem": " \n What is the cost of the Yellow Dal?"} +{"id": "wild_210", "image": "./images/image_000193.png", "answer": "{\"clear Char-level OCR\": \"U A T R E S T A G I O N\", \"not clear enough Char-level OCR\": \"Q\", \"clear number\": 12, \"not clear enough number\": 1, \"Final OCR\": \"QUATRE STAGION \"}", "problem": " \n Which item on the receipt was ordered twice and costs 23,00 in total?"} +{"id": "wild_211", "image": "./images/image_000194.png", "answer": "{\"clear Char-level OCR\": \"6 7 4 4 4 9 8\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 7, \"not clear enough number\": 0, \"Final OCR\": \"6 744498\"}", "problem": " \n What is the telephone number on the receipt?"} +{"id": "wild_212", "image": "./images/image_000195.png", "answer": "{\"clear Char-level OCR\": \"W O O W O R T H T A X I N V O I C E - A B N 8 8 0 0 0 0 1 4 6 7 5\", \"not clear enough Char-level OCR\": \"L S\", \"clear number\": 33, \"not clear enough number\": 2, \"Final OCR\": \"WOOLWORTHSTAXINVOICE-ABN88000014675\"}", "problem": " \n What specific text appears just above the item description on the receipt?"} +{"id": "wild_213", "image": "./images/image_000196.png", "answer": "{\"clear Char-level OCR\": \"1 . 7 6\", \"not clear enough Char-level OCR\": \"7\", \"clear number\": 4, \"not clear enough number\": 1, \"Final OCR\": \"17.76\"}", "problem": " \n What is the total amount spent on the receipt?"} +{"id": "wild_214", "image": "./images/image_000197.png", "answer": "{\"clear Char-level OCR\": \"1 5 / 9 / 2 0 1 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 9, \"not clear enough number\": 0, \"Final OCR\": \"15/ 9/2010\"}", "problem": " \n What is the date printed on the receipt?"} +{"id": "wild_216", "image": "./images/image_000198.png", "answer": "{\"clear Char-level OCR\": \"2 1 - 9 6 4 - 9 0 0 9\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 11, \"not clear enough number\":0, \"Final OCR\": \"21 -964-9009\"}", "problem": " \n What is the phone number printed at the top of the PYT receipt?"} +{"id": "wild_219", "image": "./images/image_000199.png", "answer": "{\"clear Char-level OCR\": \"T i c k e t 0 0 5\", \"not clear enough Char-level OCR\": \"4\", \"clear number\": 9, \"not clear enough number\": 1, \"Final OCR\": \"Ticket4005\"}", "problem": " \n What is the ticket number on the receipt from Asia Bay?"} +{"id": "wild_221", "image": "./images/image_000200.png", "answer": "{\"clear Char-level OCR\": \"1 1 : 2 : 3 9 A\", \"not clear enough Char-level OCR\": \"5 M\", \"clear number\": 8, \"not clear enough number\": 2, \"Final OCR\": \"11:52:39AM\"}", "problem": " \n What time was the purchase made at 99 Ranch Market #72?"} +{"id": "wild_222", "image": "./images/image_000201.png", "answer": "{\"clear Char-level OCR\": \"0 3 2 3 . 3 0 6 5 2\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 10, \"not clear enough number\": 0, \"Final OCR\": \"0323.30652\"}", "problem": " \n What is the phone number listed on the receipt?"} +{"id": "wild_223", "image": "./images/image_000202.png", "answer": "{\"clear Char-level OCR\": \"1 . 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \"1. 0\"}", "problem": " \n What is the cost of a small Coke according to the receipt?"} +{"id": "wild_224", "image": "./images/image_000203.png", "answer": "{\"clear Char-level OCR\": \"9 6 . 9 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 5, \"not clear enough number\": 0, \"Final OCR\": \" 96.90\"}", "problem": " \n What is the price of a Cocktail Juice on the receipt?"} +{"id": "wild_225", "image": "./images/image_000204.png", "answer": "{\"clear Char-level OCR\": \"0 3\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 2, \"not clear enough number\": 1, \"Final OCR\": \" 03\"}", "problem": " \n What is the GCK number listed at the top of the receipt?"} +{"id": "wild_226", "image": "./images/image_000205.png", "answer": "{\"clear Char-level OCR\": \"4 8 . 5\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"48. 5\"}", "problem": " \n What is the retail price of the item labeled \"1 Pilvr Nd S Xl WH\"?"} +{"id": "wild_227", "image": "./images/image_000206.png", "answer": "{\"clear Char-level OCR\": \"1 4 : 1 : 4 4\", \"not clear enough Char-level OCR\": \"4\", \"clear number\": 7, \"not clear enough number\": 1, \"Final OCR\": \"14:41:44\"}", "problem": " \n What time was the restaurant order placed according to the receipt?"} +{"id": "wild_229", "image": "./images/image_000207.png", "answer": "{\"clear Char-level OCR\": \"1 . 0 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \" 1.00\"}", "problem": " \n How much did the Malaysian Noodle cost?"} +{"id": "wild_232", "image": "./images/image_000208.png", "answer": "{\"clear Char-level OCR\": \"4 0 8\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": , \"Final OCR\": \" 408\"}", "problem": " \n What is the transaction number for this purchase?"} +{"id": "wild_237", "image": "./images/image_000209.png", "answer": "{\"clear Char-level OCR\": \"$ 0 . 8\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"$0. 8\"}", "problem": " \n What is the total amount given as change on the receipt?"} +{"id": "wild_238", "image": "./images/image_000210.png", "answer": "{\"clear Char-level OCR\": \"3 . 0 0\", \"not clear enough Char-level OCR\": \"1\", \"clear number\": 4, \"not clear enough number\": 1, \"Final OCR\": \"13.00\"}", "problem": " \n What is the price of item number 805, 1 AGLIO-OLIO?"} +{"id": "wild_239", "image": "./images/image_000211.png", "answer": "{\"clear Char-level OCR\": \"0 0 6 1 2\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 5, \"not clear enough number\": 0, \"Final OCR\": \"0061 2\"}", "problem": " \n What is the table number on the receipt?"} +{"id": "wild_240", "image": "./images/image_000212.png", "answer": "{\"clear Char-level OCR\": \"M A N O R V I L L E . N Y 1 1 9\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 16, \"not clear enough number\": 0, \"Final OCR\": \"MANORVILLE . NY 119 \"}", "problem": " \n What is the location and zip code mentioned on the receipt?"} +{"id": "wild_241", "image": "./images/image_000213.png", "answer": "{\"clear Char-level OCR\": \"w w w . e g a s u s o n t h e f l y . c o m\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 22, \"not clear enough number\": 0, \"Final OCR\": \"www. egasusonthefly.com\"}", "problem": " \n What is the website address listed on the receipt from Pegasus on the Fly?"} +{"id": "wild_242", "image": "./images/image_000214.png", "answer": "{\"clear Char-level OCR\": \"1 : 5 3\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"1 :53\"}", "problem": " \n What is the time on the transaction receipt?"} +{"id": "wild_243", "image": "./images/image_000215.png", "answer": "{\"clear Char-level OCR\": \"5 . 0 0\", \"not clear enough Char-level OCR\": \"0\", \"clear number\": 4, \"not clear enough number\": 1, \"Final OCR\": \"50.00\"}", "problem": " \n What was the amount tendered for the transaction depicted in the receipt?"} +{"id": "wild_244", "image": "./images/image_000216.png", "answer": "{\"clear Char-level OCR\": \"C H N\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \"CHN \"}", "problem": " \n What is the change given for the transaction?"} +{"id": "wild_245", "image": "./images/image_000217.png", "answer": "{\"clear Char-level OCR\": \"4 . 9 5\", \"not clear enough Char-level OCR\": \"1\", \"clear number\": 4, \"not clear enough number\": 1, \"Final OCR\": \"14.95\"}", "problem": " \n What is the price of the L. Battered Fish as shown on the receipt?"} +{"id": "wild_246", "image": "./images/image_000218.png", "answer": "{\"clear Char-level OCR\": \"$ . 0 0\", \"not clear enough Char-level OCR\": \"4\", \"clear number\": 4, \"not clear enough number\": 1, \"Final OCR\": \"$4.00\"}", "problem": " \n What is the price for 6 avocados?"} +{"id": "wild_248", "image": "./images/image_000219.png", "answer": "{\"clear Char-level OCR\": \"5 0 0 0\", \"not clear enough Char-level OCR\": \"0\", \"clear number\": 4, \"not clear enough number\": 1, \"Final OCR\": \"5 0000\"}", "problem": " \n What is 10000 multiplied by the last five digits of the serial number on the receipt?"} +{"id": "wild_249", "image": "./images/image_000220.png", "answer": "{\"clear Char-level OCR\": \"7 . 6 2\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"7 .62\"}", "problem": " \n What is the total amount debited for the purchase shown on the receipt?"} +{"id": "wild_250", "image": "./images/image_000221.png", "answer": "{\"clear Char-level OCR\": \"1 8 . 0\", \"not clear enough Char-level OCR\": \"9\", \"clear number\": 4, \"not clear enough number\": 1, \"Final OCR\": \"18.90\"}", "problem": " \n What is the gratuity amount on the receipt?"} +{"id": "wild_252", "image": "./images/image_000222.png", "answer": "{\"clear Char-level OCR\": \"1 - G A R L I N A N\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 10, \"not clear enough number\": 0, \"Final OCR\": \" 1-GARLI NAN\"}", "problem": " \n What item on the receipt has the code 61?"} +{"id": "wild_253", "image": "./images/image_000223.png", "answer": "{\"clear Char-level OCR\": \"G S T R e g : M 2 - 0 0 7 2 5 7 - 1\", \"not clear enough Char-level OCR\": \"7\", \"clear number\": 18, \"not clear enough number\": 2, \"Final OCR\": \"GSTReg:M2-0077257-1\"}", "problem": " \n What is the GST registration number on the Watsons receipt from Jurong West?"} +{"id": "wild_255", "image": "./images/image_000224.png", "answer": "{\"clear Char-level OCR\": \"T b l 8 /\", \"not clear enough Char-level OCR\": \"1\", \"clear number\": 5, \"not clear enough number\": 1, \"Final OCR\": \"Tbl 8/1\"}", "problem": " \n What table number is printed on the receipt?"} +{"id": "wild_256", "image": "./images/image_000225.png", "answer": "{\"clear Char-level OCR\": \"4 . 8\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \"4. 8\"}", "problem": " \n What is the total amount for the sodas?"} +{"id": "wild_257", "image": "./images/image_000226.png", "answer": "{\"clear Char-level OCR\": \"$ 6 . 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"$6. 0\"}", "problem": " \n How much was the Cinnamon & Sugar at Magic Mountain according to the receipt?"} +{"id": "wild_258", "image": "./images/image_000227.png", "answer": "{\"clear Char-level OCR\": \"1 . 9\", \"not clear enough Char-level OCR\": \"5\", \"clear number\": 3, \"not clear enough number\": 1, \"Final OCR\": \"1 .95\"}", "problem": " \n How much did the lunch of scallops cost before the manager's comp?"} +{"id": "wild_260", "image": "./images/image_000228.png", "answer": "{\"clear Char-level OCR\": \", 4 0\", \"not clear enough Char-level OCR\": \"2\", \"clear number\": 3, \"not clear enough number\": 1, \"Final OCR\": \"2,40\"}", "problem": " \n How much does a \"Grosses Wasser\" cost on this receipt?"} +{"id": "wild_261", "image": "./images/image_000229.png", "answer": "{\"clear Char-level OCR\": \"\\u20ac 5 . 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"\\u20ac5. 0\"}", "problem": " \n What is the cost of two Ballygowan drinks as shown on the receipt?"} +{"id": "wild_262", "image": "./images/image_000230.png", "answer": "{\"clear Char-level OCR\": \"1 / 0 6 / 2 0 7\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 8, \"not clear enough number\": 0, \"Final OCR\": \"1 /06/20 7\"}", "problem": " \n What is the date of the transaction on this receipt?"} +{"id": "wild_264", "image": "./images/image_000231.png", "answer": "{\"clear Char-level OCR\": \"1 . 0 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"1 .00\"}", "problem": " \n What is the cost of the Black Tea 12 Oz CF according to the receipt?"} +{"id": "wild_265", "image": "./images/image_000232.png", "answer": "{\"clear Char-level OCR\": \"8 2 6 7\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \" 8267\"}", "problem": " \n What is the ticket number listed on the receipt?"} +{"id": "wild_266", "image": "./images/image_000233.png", "answer": "{\"clear Char-level OCR\": \"1 F e b 4\", \"not clear enough Char-level OCR\": \"1\", \"clear number\": 5, \"not clear enough number\": 1, \"Final OCR\": \"1 Feb 14\"}", "problem": " \n What is the date of the transaction on this Jollibee receipt?"} +{"id": "wild_267", "image": "./images/image_000234.png", "answer": "{\"clear Char-level OCR\": \"3 . 1\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \"3 . 1\"}", "problem": " \n What is the total amount paid on the receipt?"} +{"id": "wild_268", "image": "./images/image_000235.png", "answer": "{\"clear Char-level OCR\": \"C a r e\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 9, \"not clear enough number\": 0, \"Final OCR\": \"C are\"}", "problem": " \n Who made the purchase at Jeni's Splendid Ice Creams on 9/24/2016?"} +{"id": "wild_269", "image": "./images/image_000236.png", "answer": "{\"clear Char-level OCR\": \"6 4 R a n d a l l R o a d\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 13, \"not clear enough number\": 0, \"Final OCR\": \" 64 Randall Road\"}", "problem": " \n What is the address listed at the top of the receipt?"} +{"id": "wild_270", "image": "./images/image_000237.png", "answer": "{\"clear Char-level OCR\": \"7 7 1 6\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \" 7716\"}", "problem": " \n What is the Check Number on the receipt?"} +{"id": "wild_271", "image": "./images/image_000238.png", "answer": "{\"clear Char-level OCR\": \"2 . 9\", \"not clear enough Char-level OCR\": \"3\", \"clear number\": 3, \"not clear enough number\": 1, \"Final OCR\": \"2.39\"}", "problem": " \n What is the price of a lemonade according to the receipt?"} +{"id": "wild_272", "image": "./images/image_000239.png", "answer": "{\"clear Char-level OCR\": \"$ . 0\", \"not clear enough Char-level OCR\": \"3\", \"clear number\": 3, \"not clear enough number\": 1, \"Final OCR\": \"$ .30\"}", "problem": " \n What is the GST (5%) amount for this order?"} +{"id": "wild_273", "image": "./images/image_000240.png", "answer": "{\"clear Char-level OCR\": \". 0 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \" .00\"}", "problem": " \n What is the price of Energy Bread on the Waitrose receipt?"} +{"id": "wild_274", "image": "./images/image_000241.png", "answer": "{\"clear Char-level OCR\": \". 0 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \" .00\"}", "problem": " \n What is the price of the Bombay Sapphire?"} +{"id": "wild_275", "image": "./images/image_000242.png", "answer": "{\"clear Char-level OCR\": \"1\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 1, \"not clear enough number\": 0, \"Final OCR\": \" 1\"}", "problem": " \n What is the table number shown on the receipt?"} +{"id": "wild_277", "image": "./images/image_000243.png", "answer": "{\"clear Char-level OCR\": \"$ 1 . 9\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"$1 . 9\"}", "problem": " \n What is the cost of a large pillow shown on the receipt?"} +{"id": "wild_278", "image": "./images/image_000244.png", "answer": "{\"clear Char-level OCR\": \"1 1 . 8 5\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 5, \"not clear enough number\": 0, \"Final OCR\": \"11.85\"}", "problem": " \n What is the total cost for 3 soups as shown on the receipt?"} +{"id": "wild_279", "image": "./images/image_000245.png", "answer": "{\"clear Char-level OCR\": \"T R A N # 9 4 0 5 5\", \"not clear enough Char-level OCR\": \"0 2\", \"clear number\": 10, \"not clear enough number\": 2, \"Final OCR\": \"TRAN#9040255\"}", "problem": " \n What is the transaction number on the receipt?"} +{"id": "wild_281", "image": "./images/image_000246.png", "answer": "{\"clear Char-level OCR\": \"T - 0 3 4 5\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 11, \"not clear enough number\": 0, \"Final OCR\": \"T- 0345\"}", "problem": " \n What is the operation number on the receipt?"} +{"id": "wild_282", "image": "./images/image_000247.png", "answer": "{\"clear Char-level OCR\": \"2 . 0\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \"2. 0\"}", "problem": " \n What is the price of the \"NIVEA FOR MEN\" on the receipt?"} +{"id": "wild_283", "image": "./images/image_000248.png", "answer": "{\"clear Char-level OCR\": \"M a r t i n m p h e t t\", \"not clear enough Char-level OCR\": \"A l\", \"clear number\": 12, \"not clear enough number\": 2, \"Final OCR\": \"Martin Amphlett\"}", "problem": " \n Who is listed as the manager on this receipt?"} +{"id": "wild_285", "image": "./images/image_000249.png", "answer": "{\"clear Char-level OCR\": \"c 2 5 . 0 0\", \"not clear enough Char-level OCR\": \"6\", \"clear number\": 6, \"not clear enough number\": 1, \"Final OCR\": \"c6 2 45.00\"}", "problem": " \n What is the total amount due on this restaurant bill?"} +{"id": "wild_286", "image": "./images/image_000250.png", "answer": "{\"clear Char-level OCR\": \"0 8 4 3\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 4, \"not clear enough number\": 0, \"Final OCR\": \"0 84 3\"}", "problem": " \n What is the RRN number on the receipt?"} +{"id": "wild_289", "image": "./images/image_000251.png", "answer": "{\"clear Char-level OCR\": \"1 . 9\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 3, \"not clear enough number\": 0, \"Final OCR\": \"1. 9\"}", "problem": " \n What is the price of the organic spaghetti tomato sauce on the receipt?"} +{"id": "wild_290", "image": "./images/image_000252.png", "answer": "{\"clear Char-level OCR\": \"1 : 5 6 : 5\", \"not clear enough Char-level OCR\": \"5 1\", \"clear number\": 6, \"not clear enough number\": 2, \"Final OCR\": \"15:56:15\"}", "problem": " \n What time was the purchase made at Trader Joe's on 02/03/2016?"} +{"id": "wild_291", "image": "./images/image_000253.png", "answer": "{\"clear Char-level OCR\": \"I t e m s\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 5, \"not clear enough number\": 0, \"Final OCR\": \" Items\"}", "problem": " \n How many items were purchased in total according to the receipt?"} +{"id": "wild_292", "image": "./images/image_000254.png", "answer": "{\"clear Char-level OCR\": \"1 5 9 . 5\", \"not clear enough Char-level OCR\": \"5\", \"clear number\": 5, \"not clear enough number\": 1, \"Final OCR\": \"159.55\"}", "problem": " \n What is the subtotal amount on the receipt?"} +{"id": "wild_293", "image": "./images/image_000255.png", "answer": "{\"clear Char-level OCR\": \"W a i t e r M G C u s t 2\", \"not clear enough Char-level OCR\": \"\", \"clear number\": 13, \"not clear enough number\": 0, \"Final OCR\": \"Waiter MG Cust 2\"}", "problem": " \n What identifier is listed under \"Check 3528\" on the receipt?"}