diff options
| author | adamhrv <adam@ahprojects.com> | 2019-04-23 12:58:35 +0200 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-04-23 12:58:35 +0200 |
| commit | 0cb9209d52604e5bf7366b74447ca79576335091 (patch) | |
| tree | e1a4ee74bce20d8225644c3496362866072353c8 | |
| parent | 650318a79fe28ae5322d6483aa98475857b7e20b (diff) | |
add sample test
111 files changed, 4900 insertions, 0 deletions
diff --git a/docs/sample_set_test_01/assets/css.css b/docs/sample_set_test_01/assets/css.css new file mode 100755 index 0000000..9e8a59f --- /dev/null +++ b/docs/sample_set_test_01/assets/css.css @@ -0,0 +1,341 @@ +body { + font-family: Helvetica, arial, sans-serif; + font-size: 14px; + line-height: 1.6; + padding-top: 10px; + padding-bottom: 10px; + background-color: white; + padding: 45px; } + +body > *:first-child { + margin-top: 0 !important; } +body > *:last-child { + margin-bottom: 0 !important; } + +a { + color: #4183C4; } +a.absent { + color: #cc0000; } +a.anchor { + display: block; + padding-left: 30px; + margin-left: -30px; + cursor: pointer; + position: absolute; + top: 0; + left: 0; + bottom: 0; } + +h1, h2, h3, h4, h5, h6 { + margin: 25px 0 8px; + padding: 0; + font-weight: bold; + -webkit-font-smoothing: antialiased; + cursor: text; + position: relative; } + +h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor, h5:hover a.anchor, h6:hover a.anchor { + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA09pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoMTMuMCAyMDEyMDMwNS5tLjQxNSAyMDEyLzAzLzA1OjIxOjAwOjAwKSAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUM2NjlDQjI4ODBGMTFFMTg1ODlEODNERDJBRjUwQTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUM2NjlDQjM4ODBGMTFFMTg1ODlEODNERDJBRjUwQTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QzY2OUNCMDg4MEYxMUUxODU4OUQ4M0REMkFGNTBBNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QzY2OUNCMTg4MEYxMUUxODU4OUQ4M0REMkFGNTBBNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsQhXeAAAABfSURBVHjaYvz//z8DJYCRUgMYQAbAMBQIAvEqkBQWXI6sHqwHiwG70TTBxGaiWwjCTGgOUgJiF1J8wMRAIUA34B4Q76HUBelAfJYSA0CuMIEaRP8wGIkGMA54bgQIMACAmkXJi0hKJQAAAABJRU5ErkJggg==) no-repeat 10px center; + text-decoration: none; } + +h1 tt, h1 code { + font-size: inherit; } + +h2 tt, h2 code { + font-size: inherit; } + +h3 tt, h3 code { + font-size: inherit; } + +h4 tt, h4 code { + font-size: inherit; } + +h5 tt, h5 code { + font-size: inherit; } + +h6 tt, h6 code { + font-size: inherit; } + +h1 { + font-size: 28px; + color: black; } + +h2 { + font-size: 24px; } + +h3 { + font-size: 18px; } + +h4 { + font-size: 16px; } + +h5 { + font-size: 14px; } + +h6 { + color: #777777; + font-size: 14px; } + +p, blockquote, ul, ol, dl, li, table, pre { + margin: 15px 0; } + +hr { + background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OENDRjNBN0E2NTZBMTFFMEI3QjRBODM4NzJDMjlGNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OENDRjNBN0I2NTZBMTFFMEI3QjRBODM4NzJDMjlGNDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4Q0NGM0E3ODY1NkExMUUwQjdCNEE4Mzg3MkMyOUY0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4Q0NGM0E3OTY1NkExMUUwQjdCNEE4Mzg3MkMyOUY0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqqezsUAAAAfSURBVHjaYmRABcYwBiM2QSA4y4hNEKYDQxAEAAIMAHNGAzhkPOlYAAAAAElFTkSuQmCC) repeat-x 0 0; + border: 0 none; + color: #cccccc; + height: 4px; + padding: 0; +} + +body > h2:first-child { + margin-top: 0; + padding-top: 0; } +body > h1:first-child { + margin-top: 0; + padding-top: 0; } + body > h1:first-child + h2 { + margin-top: 0; + padding-top: 0; } +body > h3:first-child, body > h4:first-child, body > h5:first-child, body > h6:first-child { + margin-top: 0; + padding-top: 0; } + +a:first-child h1, a:first-child h2, a:first-child h3, a:first-child h4, a:first-child h5, a:first-child h6 { + margin-top: 0; + padding-top: 0; } + +h1 p, h2 p, h3 p, h4 p, h5 p, h6 p { + margin-top: 0; } + +li p.first { + display: inline-block; } +li { + margin: 0; } +ul, ol { + padding-left: 30px; } + +ul :first-child, ol :first-child { + margin-top: 0; } + +dl { + padding: 0; } + dl dt { + font-size: 14px; + font-weight: bold; + font-style: italic; + padding: 0; + margin: 15px 0 5px; } + dl dt:first-child { + padding: 0; } + dl dt > :first-child { + margin-top: 0; } + dl dt > :last-child { + margin-bottom: 0; } + dl dd { + margin: 0 0 15px; + padding: 0 15px; } + dl dd > :first-child { + margin-top: 0; } + dl dd > :last-child { + margin-bottom: 0; } + +blockquote { + border-left: 4px solid #dddddd; + padding: 0 15px; + color: #777777; } + blockquote > :first-child { + margin-top: 0; } + blockquote > :last-child { + margin-bottom: 0; } + +table { + font-size:11px; + padding: 0;border-collapse: collapse; } + table tr { + border-top: 1px solid #cccccc; + background-color: white; + margin: 0; + padding: 0; } + table tr:nth-child(2n) { + background-color: #f8f8f8; } + table tr th { + font-weight: bold; + border: 1px solid #cccccc; + margin: 0; + padding: 6px 13px; } + table tr td { + border: 1px solid #cccccc; + margin: 0; + padding: 6px 13px; } + table tr th :first-child, table tr td :first-child { + margin-top: 0; } + table tr th :last-child, table tr td :last-child { + margin-bottom: 0; } + +img { + max-width: 100%; } +img + em{ + font-size:.675rem; + color:#999; + display: block; +} +span.frame { + display: block; + overflow: hidden; } + span.frame > span { + border: 1px solid #dddddd; + display: block; + float: left; + overflow: hidden; + margin: 13px 0 0; + padding: 7px; + width: auto; } + span.frame span img { + display: block; + float: left; } + span.frame span span { + clear: both; + color: #333333; + display: block; + padding: 5px 0 0; } +span.align-center { + display: block; + overflow: hidden; + clear: both; } + span.align-center > span { + display: block; + overflow: hidden; + margin: 13px auto 0; + text-align: center; } + span.align-center span img { + margin: 0 auto; + text-align: center; } +span.align-right { + display: block; + overflow: hidden; + clear: both; } + span.align-right > span { + display: block; + overflow: hidden; + margin: 13px 0 0; + text-align: right; } + span.align-right span img { + margin: 0; + text-align: right; } +span.float-left { + display: block; + margin-right: 13px; + overflow: hidden; + float: left; } + span.float-left span { + margin: 13px 0 0; } +span.float-right { + display: block; + margin-left: 13px; + overflow: hidden; + float: right; } + span.float-right > span { + display: block; + overflow: hidden; + margin: 13px auto 0; + text-align: right; } + +code, tt { + margin: 0 2px; + padding: 0 5px; + white-space: nowrap; + border: 1px solid #eaeaea; + background-color: #f8f8f8; + border-radius: 3px; } + +pre code { + margin: 0; + padding: 0; + white-space: pre; + border: none; + background: transparent; } + +.highlight pre { + background-color: #f8f8f8; + border: 1px solid #cccccc; + font-size: 13px; + line-height: 19px; + overflow: auto; + padding: 6px 10px; + border-radius: 3px; } + +pre { + background-color: #f8f8f8; + border: 1px solid #cccccc; + font-size: 13px; + line-height: 19px; + overflow: auto; + padding: 6px 10px; + border-radius: 3px; } + pre code, pre tt { + background-color: transparent; + border: none; } + +sup { + font-size: 0.83em; + vertical-align: super; + line-height: 0; +} + +kbd { + display: inline-block; + padding: 3px 5px; + font-size: 11px; + line-height: 10px; + color: #555; + vertical-align: middle; + background-color: #fcfcfc; + border: solid 1px #ccc; + border-bottom-color: #bbb; + border-radius: 3px; + box-shadow: inset 0 -1px 0 #bbb +} + +* { + -webkit-print-color-adjust: exact; +} +@media screen and (min-width: 914px) { + body { + width: 854px; + margin:0 auto; + } +} +@media print { + table, pre { + page-break-inside: avoid; + } + pre { + word-wrap: break-word; + } +} +.caption{ + font-size:.83em; + color:#999; + margin-bottom:10px; +} + +.pagebreak { page-break-inside:avoid; page-break-after:always; } + +/* image match results */ + +.img_match{ + max-width:300px +} +td.result_txt{ + vertical-align: top; +} +td.result_txt ul{ + margin-left: 0; + padding-left: 0; + list-style: none; +} +td.result_txt ul li{ + margin-left:0; + padding-bottom: 5px; + list-style: none; +}
\ No newline at end of file diff --git a/docs/sample_set_test_01/images/03dc49f8edf5832a26e68845a924a534.jpeg b/docs/sample_set_test_01/images/03dc49f8edf5832a26e68845a924a534.jpeg Binary files differnew file mode 100755 index 0000000..af7c2c1 --- /dev/null +++ b/docs/sample_set_test_01/images/03dc49f8edf5832a26e68845a924a534.jpeg diff --git a/docs/sample_set_test_01/images/0eab6ad6890556e9fbad4bae69a5fc97.jpeg b/docs/sample_set_test_01/images/0eab6ad6890556e9fbad4bae69a5fc97.jpeg Binary files differnew file mode 100755 index 0000000..083762c --- /dev/null +++ b/docs/sample_set_test_01/images/0eab6ad6890556e9fbad4bae69a5fc97.jpeg diff --git a/docs/sample_set_test_01/images/0f3055d0dcec04849f147bcba65678d8.jpeg b/docs/sample_set_test_01/images/0f3055d0dcec04849f147bcba65678d8.jpeg Binary files differnew file mode 100755 index 0000000..b20865d --- /dev/null +++ b/docs/sample_set_test_01/images/0f3055d0dcec04849f147bcba65678d8.jpeg diff --git a/docs/sample_set_test_01/images/1112be4b5935db31bf8022320850674e.jpeg b/docs/sample_set_test_01/images/1112be4b5935db31bf8022320850674e.jpeg Binary files differnew file mode 100755 index 0000000..dd5b84e --- /dev/null +++ b/docs/sample_set_test_01/images/1112be4b5935db31bf8022320850674e.jpeg diff --git a/docs/sample_set_test_01/images/15951f348eb08e5e07631c8a6705ce9b.jpeg b/docs/sample_set_test_01/images/15951f348eb08e5e07631c8a6705ce9b.jpeg Binary files differnew file mode 100755 index 0000000..225c14f --- /dev/null +++ b/docs/sample_set_test_01/images/15951f348eb08e5e07631c8a6705ce9b.jpeg diff --git a/docs/sample_set_test_01/images/16de9dca9eed47d9a90101206704d40e.jpeg b/docs/sample_set_test_01/images/16de9dca9eed47d9a90101206704d40e.jpeg Binary files differnew file mode 100755 index 0000000..ee65596 --- /dev/null +++ b/docs/sample_set_test_01/images/16de9dca9eed47d9a90101206704d40e.jpeg diff --git a/docs/sample_set_test_01/images/17c241b6cb09e31206b0f5daf2919768.jpeg b/docs/sample_set_test_01/images/17c241b6cb09e31206b0f5daf2919768.jpeg Binary files differnew file mode 100755 index 0000000..f32b44d --- /dev/null +++ b/docs/sample_set_test_01/images/17c241b6cb09e31206b0f5daf2919768.jpeg diff --git a/docs/sample_set_test_01/images/1b502f6fb16e2581e6f91b09eeac00fa.jpeg b/docs/sample_set_test_01/images/1b502f6fb16e2581e6f91b09eeac00fa.jpeg Binary files differnew file mode 100755 index 0000000..fa9a775 --- /dev/null +++ b/docs/sample_set_test_01/images/1b502f6fb16e2581e6f91b09eeac00fa.jpeg diff --git a/docs/sample_set_test_01/images/1cfe625bbe93f68474842ed97dc17549.jpeg b/docs/sample_set_test_01/images/1cfe625bbe93f68474842ed97dc17549.jpeg Binary files differnew file mode 100755 index 0000000..f73c441 --- /dev/null +++ b/docs/sample_set_test_01/images/1cfe625bbe93f68474842ed97dc17549.jpeg diff --git a/docs/sample_set_test_01/images/1d2e3f937a42a10057b2f03d7258942d.jpeg b/docs/sample_set_test_01/images/1d2e3f937a42a10057b2f03d7258942d.jpeg Binary files differnew file mode 100755 index 0000000..e17f1d3 --- /dev/null +++ b/docs/sample_set_test_01/images/1d2e3f937a42a10057b2f03d7258942d.jpeg diff --git a/docs/sample_set_test_01/images/1fd5fd6c0f93251b9e97b76a39f64b81.jpeg b/docs/sample_set_test_01/images/1fd5fd6c0f93251b9e97b76a39f64b81.jpeg Binary files differnew file mode 100755 index 0000000..1b2ab13 --- /dev/null +++ b/docs/sample_set_test_01/images/1fd5fd6c0f93251b9e97b76a39f64b81.jpeg diff --git a/docs/sample_set_test_01/images/2025f934b8b3810feb03a775deb316a7.jpeg b/docs/sample_set_test_01/images/2025f934b8b3810feb03a775deb316a7.jpeg Binary files differnew file mode 100755 index 0000000..2ebf487 --- /dev/null +++ b/docs/sample_set_test_01/images/2025f934b8b3810feb03a775deb316a7.jpeg diff --git a/docs/sample_set_test_01/images/20c0382f1fd83ff489dfc94b6d93a3cb.jpeg b/docs/sample_set_test_01/images/20c0382f1fd83ff489dfc94b6d93a3cb.jpeg Binary files differnew file mode 100755 index 0000000..cc0c8fc --- /dev/null +++ b/docs/sample_set_test_01/images/20c0382f1fd83ff489dfc94b6d93a3cb.jpeg diff --git a/docs/sample_set_test_01/images/22034b466d4ffe5d0ae5fa0aed956946.jpeg b/docs/sample_set_test_01/images/22034b466d4ffe5d0ae5fa0aed956946.jpeg Binary files differnew file mode 100755 index 0000000..5a10749 --- /dev/null +++ b/docs/sample_set_test_01/images/22034b466d4ffe5d0ae5fa0aed956946.jpeg diff --git a/docs/sample_set_test_01/images/229b914b273a93e60bc8dc7e6ec7ea1c.jpeg b/docs/sample_set_test_01/images/229b914b273a93e60bc8dc7e6ec7ea1c.jpeg Binary files differnew file mode 100755 index 0000000..1897f62 --- /dev/null +++ b/docs/sample_set_test_01/images/229b914b273a93e60bc8dc7e6ec7ea1c.jpeg diff --git a/docs/sample_set_test_01/images/246f9ebfc499da9eb2f6e0daa152cf8f.jpeg b/docs/sample_set_test_01/images/246f9ebfc499da9eb2f6e0daa152cf8f.jpeg Binary files differnew file mode 100755 index 0000000..7c99135 --- /dev/null +++ b/docs/sample_set_test_01/images/246f9ebfc499da9eb2f6e0daa152cf8f.jpeg diff --git a/docs/sample_set_test_01/images/2a56bc370d5dd032a148e9b6c8f8ab5e.jpeg b/docs/sample_set_test_01/images/2a56bc370d5dd032a148e9b6c8f8ab5e.jpeg Binary files differnew file mode 100755 index 0000000..5da598f --- /dev/null +++ b/docs/sample_set_test_01/images/2a56bc370d5dd032a148e9b6c8f8ab5e.jpeg diff --git a/docs/sample_set_test_01/images/2a6b94915c81eca3957d8ec78fdb2056.jpeg b/docs/sample_set_test_01/images/2a6b94915c81eca3957d8ec78fdb2056.jpeg Binary files differnew file mode 100755 index 0000000..eb268ab --- /dev/null +++ b/docs/sample_set_test_01/images/2a6b94915c81eca3957d8ec78fdb2056.jpeg diff --git a/docs/sample_set_test_01/images/2c9f9dec4f0ea3a5e87395815f943e82.jpeg b/docs/sample_set_test_01/images/2c9f9dec4f0ea3a5e87395815f943e82.jpeg Binary files differnew file mode 100755 index 0000000..1e90f6e --- /dev/null +++ b/docs/sample_set_test_01/images/2c9f9dec4f0ea3a5e87395815f943e82.jpeg diff --git a/docs/sample_set_test_01/images/2e98781a821dee75abb1e07d726cdea3.jpeg b/docs/sample_set_test_01/images/2e98781a821dee75abb1e07d726cdea3.jpeg Binary files differnew file mode 100755 index 0000000..ce92686 --- /dev/null +++ b/docs/sample_set_test_01/images/2e98781a821dee75abb1e07d726cdea3.jpeg diff --git a/docs/sample_set_test_01/images/3220ab9c997afb556287c39b896a19b5.jpeg b/docs/sample_set_test_01/images/3220ab9c997afb556287c39b896a19b5.jpeg Binary files differnew file mode 100755 index 0000000..bb0b8fe --- /dev/null +++ b/docs/sample_set_test_01/images/3220ab9c997afb556287c39b896a19b5.jpeg diff --git a/docs/sample_set_test_01/images/32aec24d2c5ae78caa56decfe6fa5099.jpeg b/docs/sample_set_test_01/images/32aec24d2c5ae78caa56decfe6fa5099.jpeg Binary files differnew file mode 100755 index 0000000..3c4e683 --- /dev/null +++ b/docs/sample_set_test_01/images/32aec24d2c5ae78caa56decfe6fa5099.jpeg diff --git a/docs/sample_set_test_01/images/32e103f5ca148ed17011ed8a12e182dc.jpeg b/docs/sample_set_test_01/images/32e103f5ca148ed17011ed8a12e182dc.jpeg Binary files differnew file mode 100755 index 0000000..62d0ad5 --- /dev/null +++ b/docs/sample_set_test_01/images/32e103f5ca148ed17011ed8a12e182dc.jpeg diff --git a/docs/sample_set_test_01/images/33c9311b361a223ebc16c2fc4778840b.jpeg b/docs/sample_set_test_01/images/33c9311b361a223ebc16c2fc4778840b.jpeg Binary files differnew file mode 100755 index 0000000..2d92bc1 --- /dev/null +++ b/docs/sample_set_test_01/images/33c9311b361a223ebc16c2fc4778840b.jpeg diff --git a/docs/sample_set_test_01/images/3880abbcd602b616bf7da94145b43822.jpeg b/docs/sample_set_test_01/images/3880abbcd602b616bf7da94145b43822.jpeg Binary files differnew file mode 100755 index 0000000..beba684 --- /dev/null +++ b/docs/sample_set_test_01/images/3880abbcd602b616bf7da94145b43822.jpeg diff --git a/docs/sample_set_test_01/images/399e8b1171e73a9d96b9547decefcc05.jpeg b/docs/sample_set_test_01/images/399e8b1171e73a9d96b9547decefcc05.jpeg Binary files differnew file mode 100755 index 0000000..9ad77b1 --- /dev/null +++ b/docs/sample_set_test_01/images/399e8b1171e73a9d96b9547decefcc05.jpeg diff --git a/docs/sample_set_test_01/images/3b182de96992e98a0492974ea222b488.jpeg b/docs/sample_set_test_01/images/3b182de96992e98a0492974ea222b488.jpeg Binary files differnew file mode 100755 index 0000000..930b1cd --- /dev/null +++ b/docs/sample_set_test_01/images/3b182de96992e98a0492974ea222b488.jpeg diff --git a/docs/sample_set_test_01/images/3b209a920260972ad516e7714c2e2151.jpeg b/docs/sample_set_test_01/images/3b209a920260972ad516e7714c2e2151.jpeg Binary files differnew file mode 100755 index 0000000..2297131 --- /dev/null +++ b/docs/sample_set_test_01/images/3b209a920260972ad516e7714c2e2151.jpeg diff --git a/docs/sample_set_test_01/images/3c0b1e97be39cd769b51edb2ec7b370b.jpeg b/docs/sample_set_test_01/images/3c0b1e97be39cd769b51edb2ec7b370b.jpeg Binary files differnew file mode 100755 index 0000000..c7b8247 --- /dev/null +++ b/docs/sample_set_test_01/images/3c0b1e97be39cd769b51edb2ec7b370b.jpeg diff --git a/docs/sample_set_test_01/images/3d77599f61bbde5d52ff1a43ce492fb7.jpeg b/docs/sample_set_test_01/images/3d77599f61bbde5d52ff1a43ce492fb7.jpeg Binary files differnew file mode 100755 index 0000000..65bbea9 --- /dev/null +++ b/docs/sample_set_test_01/images/3d77599f61bbde5d52ff1a43ce492fb7.jpeg diff --git a/docs/sample_set_test_01/images/3e1a2a126203fb4c31957fffcabf0ca8.jpeg b/docs/sample_set_test_01/images/3e1a2a126203fb4c31957fffcabf0ca8.jpeg Binary files differnew file mode 100755 index 0000000..e5cb8fb --- /dev/null +++ b/docs/sample_set_test_01/images/3e1a2a126203fb4c31957fffcabf0ca8.jpeg diff --git a/docs/sample_set_test_01/images/3ec7c9e3e189647a1b713c35c604b6d3.jpeg b/docs/sample_set_test_01/images/3ec7c9e3e189647a1b713c35c604b6d3.jpeg Binary files differnew file mode 100755 index 0000000..1dd858c --- /dev/null +++ b/docs/sample_set_test_01/images/3ec7c9e3e189647a1b713c35c604b6d3.jpeg diff --git a/docs/sample_set_test_01/images/4040838985c95ccdd28cd54c6527a491.jpeg b/docs/sample_set_test_01/images/4040838985c95ccdd28cd54c6527a491.jpeg Binary files differnew file mode 100755 index 0000000..a82d5db --- /dev/null +++ b/docs/sample_set_test_01/images/4040838985c95ccdd28cd54c6527a491.jpeg diff --git a/docs/sample_set_test_01/images/424aeb9f7dffe9977832a1709ef8a194.jpeg b/docs/sample_set_test_01/images/424aeb9f7dffe9977832a1709ef8a194.jpeg Binary files differnew file mode 100755 index 0000000..4b78c57 --- /dev/null +++ b/docs/sample_set_test_01/images/424aeb9f7dffe9977832a1709ef8a194.jpeg diff --git a/docs/sample_set_test_01/images/43bb753f5cc6b73e38eb8f05cc3e9a94.jpeg b/docs/sample_set_test_01/images/43bb753f5cc6b73e38eb8f05cc3e9a94.jpeg Binary files differnew file mode 100755 index 0000000..99c2037 --- /dev/null +++ b/docs/sample_set_test_01/images/43bb753f5cc6b73e38eb8f05cc3e9a94.jpeg diff --git a/docs/sample_set_test_01/images/4eb88661e53db28d2d98d7f5a7cb2445.jpeg b/docs/sample_set_test_01/images/4eb88661e53db28d2d98d7f5a7cb2445.jpeg Binary files differnew file mode 100755 index 0000000..92dcac2 --- /dev/null +++ b/docs/sample_set_test_01/images/4eb88661e53db28d2d98d7f5a7cb2445.jpeg diff --git a/docs/sample_set_test_01/images/509783b58e9832e1398bc8fcddf6ca34.jpeg b/docs/sample_set_test_01/images/509783b58e9832e1398bc8fcddf6ca34.jpeg Binary files differnew file mode 100755 index 0000000..eaaf3a6 --- /dev/null +++ b/docs/sample_set_test_01/images/509783b58e9832e1398bc8fcddf6ca34.jpeg diff --git a/docs/sample_set_test_01/images/518e8d88a6162890b81fe6a2e71d3da5.jpeg b/docs/sample_set_test_01/images/518e8d88a6162890b81fe6a2e71d3da5.jpeg Binary files differnew file mode 100755 index 0000000..42c560e --- /dev/null +++ b/docs/sample_set_test_01/images/518e8d88a6162890b81fe6a2e71d3da5.jpeg diff --git a/docs/sample_set_test_01/images/51c1b9cc7b0b6ec212ce0afe5a4ce6d6.jpeg b/docs/sample_set_test_01/images/51c1b9cc7b0b6ec212ce0afe5a4ce6d6.jpeg Binary files differnew file mode 100755 index 0000000..b051905 --- /dev/null +++ b/docs/sample_set_test_01/images/51c1b9cc7b0b6ec212ce0afe5a4ce6d6.jpeg diff --git a/docs/sample_set_test_01/images/5448f987c67a4596277700112b6b061a.jpeg b/docs/sample_set_test_01/images/5448f987c67a4596277700112b6b061a.jpeg Binary files differnew file mode 100755 index 0000000..d09c0db --- /dev/null +++ b/docs/sample_set_test_01/images/5448f987c67a4596277700112b6b061a.jpeg diff --git a/docs/sample_set_test_01/images/54aa8ea3ce8a240b65cb5d957cd9f805.jpeg b/docs/sample_set_test_01/images/54aa8ea3ce8a240b65cb5d957cd9f805.jpeg Binary files differnew file mode 100755 index 0000000..dd825d6 --- /dev/null +++ b/docs/sample_set_test_01/images/54aa8ea3ce8a240b65cb5d957cd9f805.jpeg diff --git a/docs/sample_set_test_01/images/555410ce202e235d32dc7d44157b863c.jpeg b/docs/sample_set_test_01/images/555410ce202e235d32dc7d44157b863c.jpeg Binary files differnew file mode 100755 index 0000000..f746993 --- /dev/null +++ b/docs/sample_set_test_01/images/555410ce202e235d32dc7d44157b863c.jpeg diff --git a/docs/sample_set_test_01/images/565e85ea66f2c34eb8097dddd1fcb073.jpeg b/docs/sample_set_test_01/images/565e85ea66f2c34eb8097dddd1fcb073.jpeg Binary files differnew file mode 100755 index 0000000..734410f --- /dev/null +++ b/docs/sample_set_test_01/images/565e85ea66f2c34eb8097dddd1fcb073.jpeg diff --git a/docs/sample_set_test_01/images/580659bf4a7d2c06079ded17f400cf27.jpeg b/docs/sample_set_test_01/images/580659bf4a7d2c06079ded17f400cf27.jpeg Binary files differnew file mode 100755 index 0000000..d73b850 --- /dev/null +++ b/docs/sample_set_test_01/images/580659bf4a7d2c06079ded17f400cf27.jpeg diff --git a/docs/sample_set_test_01/images/5eee6f038d2455690a59f32e8308802a.jpeg b/docs/sample_set_test_01/images/5eee6f038d2455690a59f32e8308802a.jpeg Binary files differnew file mode 100755 index 0000000..61d3da8 --- /dev/null +++ b/docs/sample_set_test_01/images/5eee6f038d2455690a59f32e8308802a.jpeg diff --git a/docs/sample_set_test_01/images/644b519114871deef50274ee32c8b534.jpeg b/docs/sample_set_test_01/images/644b519114871deef50274ee32c8b534.jpeg Binary files differnew file mode 100755 index 0000000..89f344a --- /dev/null +++ b/docs/sample_set_test_01/images/644b519114871deef50274ee32c8b534.jpeg diff --git a/docs/sample_set_test_01/images/666ddf575c3b772b330a790b87bc1c8c.jpeg b/docs/sample_set_test_01/images/666ddf575c3b772b330a790b87bc1c8c.jpeg Binary files differnew file mode 100755 index 0000000..add107d --- /dev/null +++ b/docs/sample_set_test_01/images/666ddf575c3b772b330a790b87bc1c8c.jpeg diff --git a/docs/sample_set_test_01/images/6d015871a0c5fd2993b51c2c73a9cdb9.jpeg b/docs/sample_set_test_01/images/6d015871a0c5fd2993b51c2c73a9cdb9.jpeg Binary files differnew file mode 100755 index 0000000..25f3ecf --- /dev/null +++ b/docs/sample_set_test_01/images/6d015871a0c5fd2993b51c2c73a9cdb9.jpeg diff --git a/docs/sample_set_test_01/images/6f3584484d7fd792cb4d3a544d36154a.jpeg b/docs/sample_set_test_01/images/6f3584484d7fd792cb4d3a544d36154a.jpeg Binary files differnew file mode 100755 index 0000000..b08af35 --- /dev/null +++ b/docs/sample_set_test_01/images/6f3584484d7fd792cb4d3a544d36154a.jpeg diff --git a/docs/sample_set_test_01/images/70995a9b1a77afc853faaca1394f6737.jpeg b/docs/sample_set_test_01/images/70995a9b1a77afc853faaca1394f6737.jpeg Binary files differnew file mode 100755 index 0000000..3753b3f --- /dev/null +++ b/docs/sample_set_test_01/images/70995a9b1a77afc853faaca1394f6737.jpeg diff --git a/docs/sample_set_test_01/images/738a479878f57f1c11849f9aa3675600.jpeg b/docs/sample_set_test_01/images/738a479878f57f1c11849f9aa3675600.jpeg Binary files differnew file mode 100755 index 0000000..75d704b --- /dev/null +++ b/docs/sample_set_test_01/images/738a479878f57f1c11849f9aa3675600.jpeg diff --git a/docs/sample_set_test_01/images/743f146e03becdcdd77cda5ba6c144e5.jpeg b/docs/sample_set_test_01/images/743f146e03becdcdd77cda5ba6c144e5.jpeg Binary files differnew file mode 100755 index 0000000..610a08c --- /dev/null +++ b/docs/sample_set_test_01/images/743f146e03becdcdd77cda5ba6c144e5.jpeg diff --git a/docs/sample_set_test_01/images/767e92297f50db4eae5d3a80e944401b.jpeg b/docs/sample_set_test_01/images/767e92297f50db4eae5d3a80e944401b.jpeg Binary files differnew file mode 100755 index 0000000..db132d2 --- /dev/null +++ b/docs/sample_set_test_01/images/767e92297f50db4eae5d3a80e944401b.jpeg diff --git a/docs/sample_set_test_01/images/79552f24ace16a784d058818ab57fa4b.jpeg b/docs/sample_set_test_01/images/79552f24ace16a784d058818ab57fa4b.jpeg Binary files differnew file mode 100755 index 0000000..21fc266 --- /dev/null +++ b/docs/sample_set_test_01/images/79552f24ace16a784d058818ab57fa4b.jpeg diff --git a/docs/sample_set_test_01/images/7f17c8ee835dd66a493469890498a366.jpeg b/docs/sample_set_test_01/images/7f17c8ee835dd66a493469890498a366.jpeg Binary files differnew file mode 100755 index 0000000..ecf84a7 --- /dev/null +++ b/docs/sample_set_test_01/images/7f17c8ee835dd66a493469890498a366.jpeg diff --git a/docs/sample_set_test_01/images/80ae00ac8e2aaf0547fc95f61457b7f8.jpeg b/docs/sample_set_test_01/images/80ae00ac8e2aaf0547fc95f61457b7f8.jpeg Binary files differnew file mode 100755 index 0000000..6e63dc4 --- /dev/null +++ b/docs/sample_set_test_01/images/80ae00ac8e2aaf0547fc95f61457b7f8.jpeg diff --git a/docs/sample_set_test_01/images/82a444d1880a0e87eada502a533fdec8.jpeg b/docs/sample_set_test_01/images/82a444d1880a0e87eada502a533fdec8.jpeg Binary files differnew file mode 100755 index 0000000..752a250 --- /dev/null +++ b/docs/sample_set_test_01/images/82a444d1880a0e87eada502a533fdec8.jpeg diff --git a/docs/sample_set_test_01/images/8374dd701ad36196cfd1e3ffb0f6dbd7.jpeg b/docs/sample_set_test_01/images/8374dd701ad36196cfd1e3ffb0f6dbd7.jpeg Binary files differnew file mode 100755 index 0000000..0a8acda --- /dev/null +++ b/docs/sample_set_test_01/images/8374dd701ad36196cfd1e3ffb0f6dbd7.jpeg diff --git a/docs/sample_set_test_01/images/889b66ef26458ad00ddc6f562072268f.jpeg b/docs/sample_set_test_01/images/889b66ef26458ad00ddc6f562072268f.jpeg Binary files differnew file mode 100755 index 0000000..7a3c791 --- /dev/null +++ b/docs/sample_set_test_01/images/889b66ef26458ad00ddc6f562072268f.jpeg diff --git a/docs/sample_set_test_01/images/899e7377fdd4a5c64402bd6a8f10416f.jpeg b/docs/sample_set_test_01/images/899e7377fdd4a5c64402bd6a8f10416f.jpeg Binary files differnew file mode 100755 index 0000000..dbb8642 --- /dev/null +++ b/docs/sample_set_test_01/images/899e7377fdd4a5c64402bd6a8f10416f.jpeg diff --git a/docs/sample_set_test_01/images/8aaec406d8d0acb7e6338e26b9720435.jpeg b/docs/sample_set_test_01/images/8aaec406d8d0acb7e6338e26b9720435.jpeg Binary files differnew file mode 100755 index 0000000..e4e43b0 --- /dev/null +++ b/docs/sample_set_test_01/images/8aaec406d8d0acb7e6338e26b9720435.jpeg diff --git a/docs/sample_set_test_01/images/908cba92ec904d1db0a73e994aa2a15a.jpeg b/docs/sample_set_test_01/images/908cba92ec904d1db0a73e994aa2a15a.jpeg Binary files differnew file mode 100755 index 0000000..608d2e8 --- /dev/null +++ b/docs/sample_set_test_01/images/908cba92ec904d1db0a73e994aa2a15a.jpeg diff --git a/docs/sample_set_test_01/images/941eaaaf730b8a2effadf82db7bc9686.jpeg b/docs/sample_set_test_01/images/941eaaaf730b8a2effadf82db7bc9686.jpeg Binary files differnew file mode 100755 index 0000000..aa00666 --- /dev/null +++ b/docs/sample_set_test_01/images/941eaaaf730b8a2effadf82db7bc9686.jpeg diff --git a/docs/sample_set_test_01/images/9421f7312c18aed5fdbf084e65a5e1a8.jpeg b/docs/sample_set_test_01/images/9421f7312c18aed5fdbf084e65a5e1a8.jpeg Binary files differnew file mode 100755 index 0000000..10cb4d6 --- /dev/null +++ b/docs/sample_set_test_01/images/9421f7312c18aed5fdbf084e65a5e1a8.jpeg diff --git a/docs/sample_set_test_01/images/9b05aeeda19385b5345e2bd5ec4f9f70.jpeg b/docs/sample_set_test_01/images/9b05aeeda19385b5345e2bd5ec4f9f70.jpeg Binary files differnew file mode 100755 index 0000000..ab9c577 --- /dev/null +++ b/docs/sample_set_test_01/images/9b05aeeda19385b5345e2bd5ec4f9f70.jpeg diff --git a/docs/sample_set_test_01/images/9b75461d04b081c04c57b0a69882ff66.jpeg b/docs/sample_set_test_01/images/9b75461d04b081c04c57b0a69882ff66.jpeg Binary files differnew file mode 100755 index 0000000..82a8eb9 --- /dev/null +++ b/docs/sample_set_test_01/images/9b75461d04b081c04c57b0a69882ff66.jpeg diff --git a/docs/sample_set_test_01/images/9fc1652190cf00242fa905f0333c6e68.jpeg b/docs/sample_set_test_01/images/9fc1652190cf00242fa905f0333c6e68.jpeg Binary files differnew file mode 100755 index 0000000..6811fa6 --- /dev/null +++ b/docs/sample_set_test_01/images/9fc1652190cf00242fa905f0333c6e68.jpeg diff --git a/docs/sample_set_test_01/images/a00ea1f3fe91ff8c834de27400a10989.jpeg b/docs/sample_set_test_01/images/a00ea1f3fe91ff8c834de27400a10989.jpeg Binary files differnew file mode 100755 index 0000000..e339aa5 --- /dev/null +++ b/docs/sample_set_test_01/images/a00ea1f3fe91ff8c834de27400a10989.jpeg diff --git a/docs/sample_set_test_01/images/a27c10351b05e7c2f297986ee6e8a13f.jpeg b/docs/sample_set_test_01/images/a27c10351b05e7c2f297986ee6e8a13f.jpeg Binary files differnew file mode 100755 index 0000000..7410940 --- /dev/null +++ b/docs/sample_set_test_01/images/a27c10351b05e7c2f297986ee6e8a13f.jpeg diff --git a/docs/sample_set_test_01/images/a74b60aa4525e92bd86a28a39e14e407.jpeg b/docs/sample_set_test_01/images/a74b60aa4525e92bd86a28a39e14e407.jpeg Binary files differnew file mode 100755 index 0000000..56d8f78 --- /dev/null +++ b/docs/sample_set_test_01/images/a74b60aa4525e92bd86a28a39e14e407.jpeg diff --git a/docs/sample_set_test_01/images/ad0695425cae2dd63fa6db076911accf.jpeg b/docs/sample_set_test_01/images/ad0695425cae2dd63fa6db076911accf.jpeg Binary files differnew file mode 100755 index 0000000..5cffb0a --- /dev/null +++ b/docs/sample_set_test_01/images/ad0695425cae2dd63fa6db076911accf.jpeg diff --git a/docs/sample_set_test_01/images/aff49bd155ff187d6515d2c4a923e921.jpeg b/docs/sample_set_test_01/images/aff49bd155ff187d6515d2c4a923e921.jpeg Binary files differnew file mode 100755 index 0000000..dd01edb --- /dev/null +++ b/docs/sample_set_test_01/images/aff49bd155ff187d6515d2c4a923e921.jpeg diff --git a/docs/sample_set_test_01/images/b15cf29849ce628a757e4abb71d33e1c.jpeg b/docs/sample_set_test_01/images/b15cf29849ce628a757e4abb71d33e1c.jpeg Binary files differnew file mode 100755 index 0000000..1ac9ef3 --- /dev/null +++ b/docs/sample_set_test_01/images/b15cf29849ce628a757e4abb71d33e1c.jpeg diff --git a/docs/sample_set_test_01/images/b57bbae187b43e76bf28d4cd82c6a27b.jpeg b/docs/sample_set_test_01/images/b57bbae187b43e76bf28d4cd82c6a27b.jpeg Binary files differnew file mode 100755 index 0000000..279b94b --- /dev/null +++ b/docs/sample_set_test_01/images/b57bbae187b43e76bf28d4cd82c6a27b.jpeg diff --git a/docs/sample_set_test_01/images/bcd18cf7f6849e7344085c26fc00f09a.jpeg b/docs/sample_set_test_01/images/bcd18cf7f6849e7344085c26fc00f09a.jpeg Binary files differnew file mode 100755 index 0000000..01a9e5a --- /dev/null +++ b/docs/sample_set_test_01/images/bcd18cf7f6849e7344085c26fc00f09a.jpeg diff --git a/docs/sample_set_test_01/images/c77ad9197120ae928a962548f0f7d638.jpeg b/docs/sample_set_test_01/images/c77ad9197120ae928a962548f0f7d638.jpeg Binary files differnew file mode 100755 index 0000000..a13ea16 --- /dev/null +++ b/docs/sample_set_test_01/images/c77ad9197120ae928a962548f0f7d638.jpeg diff --git a/docs/sample_set_test_01/images/c78bd33fcfeb403116813dd5107d6d7b.jpeg b/docs/sample_set_test_01/images/c78bd33fcfeb403116813dd5107d6d7b.jpeg Binary files differnew file mode 100755 index 0000000..f87586a --- /dev/null +++ b/docs/sample_set_test_01/images/c78bd33fcfeb403116813dd5107d6d7b.jpeg diff --git a/docs/sample_set_test_01/images/c8f4c3344b6d86fccf43993b5a215ee8.jpeg b/docs/sample_set_test_01/images/c8f4c3344b6d86fccf43993b5a215ee8.jpeg Binary files differnew file mode 100755 index 0000000..4c2ed15 --- /dev/null +++ b/docs/sample_set_test_01/images/c8f4c3344b6d86fccf43993b5a215ee8.jpeg diff --git a/docs/sample_set_test_01/images/cb71a91a13e60f97b5f1c6a0dbd18c8f.jpeg b/docs/sample_set_test_01/images/cb71a91a13e60f97b5f1c6a0dbd18c8f.jpeg Binary files differnew file mode 100755 index 0000000..0e992d0 --- /dev/null +++ b/docs/sample_set_test_01/images/cb71a91a13e60f97b5f1c6a0dbd18c8f.jpeg diff --git a/docs/sample_set_test_01/images/d23d70df933221630e2074b4106a81bc.jpeg b/docs/sample_set_test_01/images/d23d70df933221630e2074b4106a81bc.jpeg Binary files differnew file mode 100755 index 0000000..bc73664 --- /dev/null +++ b/docs/sample_set_test_01/images/d23d70df933221630e2074b4106a81bc.jpeg diff --git a/docs/sample_set_test_01/images/d2aa45b4966dfab3f35c5c865424d2b6.jpeg b/docs/sample_set_test_01/images/d2aa45b4966dfab3f35c5c865424d2b6.jpeg Binary files differnew file mode 100755 index 0000000..c070a9f --- /dev/null +++ b/docs/sample_set_test_01/images/d2aa45b4966dfab3f35c5c865424d2b6.jpeg diff --git a/docs/sample_set_test_01/images/d489bc0e16144f1ce54e2713e8d711f6.jpeg b/docs/sample_set_test_01/images/d489bc0e16144f1ce54e2713e8d711f6.jpeg Binary files differnew file mode 100755 index 0000000..bde073e --- /dev/null +++ b/docs/sample_set_test_01/images/d489bc0e16144f1ce54e2713e8d711f6.jpeg diff --git a/docs/sample_set_test_01/images/d97ec9bdd0e8ca5a130b6aa527ec7621.jpeg b/docs/sample_set_test_01/images/d97ec9bdd0e8ca5a130b6aa527ec7621.jpeg Binary files differnew file mode 100755 index 0000000..aa47169 --- /dev/null +++ b/docs/sample_set_test_01/images/d97ec9bdd0e8ca5a130b6aa527ec7621.jpeg diff --git a/docs/sample_set_test_01/images/da056a2909ebe4fa725a698b8dfd0e83.jpeg b/docs/sample_set_test_01/images/da056a2909ebe4fa725a698b8dfd0e83.jpeg Binary files differnew file mode 100755 index 0000000..980d13e --- /dev/null +++ b/docs/sample_set_test_01/images/da056a2909ebe4fa725a698b8dfd0e83.jpeg diff --git a/docs/sample_set_test_01/images/db4dace2a5e40c27436e184a70239d9a.jpeg b/docs/sample_set_test_01/images/db4dace2a5e40c27436e184a70239d9a.jpeg Binary files differnew file mode 100755 index 0000000..ec18921 --- /dev/null +++ b/docs/sample_set_test_01/images/db4dace2a5e40c27436e184a70239d9a.jpeg diff --git a/docs/sample_set_test_01/images/dd5b0a8a6d76625bd7e56fe4c3c767bb.jpeg b/docs/sample_set_test_01/images/dd5b0a8a6d76625bd7e56fe4c3c767bb.jpeg Binary files differnew file mode 100755 index 0000000..b5e3acb --- /dev/null +++ b/docs/sample_set_test_01/images/dd5b0a8a6d76625bd7e56fe4c3c767bb.jpeg diff --git a/docs/sample_set_test_01/images/dded1414678f99885cb496a24ebe278f.jpeg b/docs/sample_set_test_01/images/dded1414678f99885cb496a24ebe278f.jpeg Binary files differnew file mode 100755 index 0000000..cc7ca9e --- /dev/null +++ b/docs/sample_set_test_01/images/dded1414678f99885cb496a24ebe278f.jpeg diff --git a/docs/sample_set_test_01/images/dfffb11a73bc0fe24e6baccb24245ebf.jpeg b/docs/sample_set_test_01/images/dfffb11a73bc0fe24e6baccb24245ebf.jpeg Binary files differnew file mode 100755 index 0000000..be2ff47 --- /dev/null +++ b/docs/sample_set_test_01/images/dfffb11a73bc0fe24e6baccb24245ebf.jpeg diff --git a/docs/sample_set_test_01/images/e1aedf9a93b99148dc44ef111f110617.jpeg b/docs/sample_set_test_01/images/e1aedf9a93b99148dc44ef111f110617.jpeg Binary files differnew file mode 100755 index 0000000..843e143 --- /dev/null +++ b/docs/sample_set_test_01/images/e1aedf9a93b99148dc44ef111f110617.jpeg diff --git a/docs/sample_set_test_01/images/e2a2f8fb055860e812c4f9239da6acae.jpeg b/docs/sample_set_test_01/images/e2a2f8fb055860e812c4f9239da6acae.jpeg Binary files differnew file mode 100755 index 0000000..836d83c --- /dev/null +++ b/docs/sample_set_test_01/images/e2a2f8fb055860e812c4f9239da6acae.jpeg diff --git a/docs/sample_set_test_01/images/e428d3c5e3686ead99f5df6ebb7e2721.jpeg b/docs/sample_set_test_01/images/e428d3c5e3686ead99f5df6ebb7e2721.jpeg Binary files differnew file mode 100755 index 0000000..e18f2c6 --- /dev/null +++ b/docs/sample_set_test_01/images/e428d3c5e3686ead99f5df6ebb7e2721.jpeg diff --git a/docs/sample_set_test_01/images/e4438e25f0aae159ee59d8b809c03d58.jpeg b/docs/sample_set_test_01/images/e4438e25f0aae159ee59d8b809c03d58.jpeg Binary files differnew file mode 100755 index 0000000..3bcb429 --- /dev/null +++ b/docs/sample_set_test_01/images/e4438e25f0aae159ee59d8b809c03d58.jpeg diff --git a/docs/sample_set_test_01/images/e78487a46d3a58ca794eace8691f66e0.jpeg b/docs/sample_set_test_01/images/e78487a46d3a58ca794eace8691f66e0.jpeg Binary files differnew file mode 100755 index 0000000..e35cd23 --- /dev/null +++ b/docs/sample_set_test_01/images/e78487a46d3a58ca794eace8691f66e0.jpeg diff --git a/docs/sample_set_test_01/images/e9b6169665db253273ac4d4f3cd123e4.jpeg b/docs/sample_set_test_01/images/e9b6169665db253273ac4d4f3cd123e4.jpeg Binary files differnew file mode 100755 index 0000000..0f11789 --- /dev/null +++ b/docs/sample_set_test_01/images/e9b6169665db253273ac4d4f3cd123e4.jpeg diff --git a/docs/sample_set_test_01/images/ed294c4a0bf1fc7120fe3fde8d96a9ac.jpeg b/docs/sample_set_test_01/images/ed294c4a0bf1fc7120fe3fde8d96a9ac.jpeg Binary files differnew file mode 100755 index 0000000..91c0eca --- /dev/null +++ b/docs/sample_set_test_01/images/ed294c4a0bf1fc7120fe3fde8d96a9ac.jpeg diff --git a/docs/sample_set_test_01/images/ee06dd068274da3e177dc890d5a7f404.jpeg b/docs/sample_set_test_01/images/ee06dd068274da3e177dc890d5a7f404.jpeg Binary files differnew file mode 100755 index 0000000..346a4de --- /dev/null +++ b/docs/sample_set_test_01/images/ee06dd068274da3e177dc890d5a7f404.jpeg diff --git a/docs/sample_set_test_01/images/ee6b19075202be48bc0cd3378a89c819.jpeg b/docs/sample_set_test_01/images/ee6b19075202be48bc0cd3378a89c819.jpeg Binary files differnew file mode 100755 index 0000000..aab52a5 --- /dev/null +++ b/docs/sample_set_test_01/images/ee6b19075202be48bc0cd3378a89c819.jpeg diff --git a/docs/sample_set_test_01/images/efbaaffdcc01e45461b41dd2294020c4.jpeg b/docs/sample_set_test_01/images/efbaaffdcc01e45461b41dd2294020c4.jpeg Binary files differnew file mode 100755 index 0000000..f2943d9 --- /dev/null +++ b/docs/sample_set_test_01/images/efbaaffdcc01e45461b41dd2294020c4.jpeg diff --git a/docs/sample_set_test_01/images/f3d17e1b51f72e6df4408bb240c9737c.jpeg b/docs/sample_set_test_01/images/f3d17e1b51f72e6df4408bb240c9737c.jpeg Binary files differnew file mode 100755 index 0000000..9d0bc55 --- /dev/null +++ b/docs/sample_set_test_01/images/f3d17e1b51f72e6df4408bb240c9737c.jpeg diff --git a/docs/sample_set_test_01/images/f3df7d8132f197562f76b1ccfe8a8a88.jpeg b/docs/sample_set_test_01/images/f3df7d8132f197562f76b1ccfe8a8a88.jpeg Binary files differnew file mode 100755 index 0000000..f8e4325 --- /dev/null +++ b/docs/sample_set_test_01/images/f3df7d8132f197562f76b1ccfe8a8a88.jpeg diff --git a/docs/sample_set_test_01/images/f5fb8a3d4a0cd6562510ea5b26ef8afb.jpeg b/docs/sample_set_test_01/images/f5fb8a3d4a0cd6562510ea5b26ef8afb.jpeg Binary files differnew file mode 100755 index 0000000..da82d48 --- /dev/null +++ b/docs/sample_set_test_01/images/f5fb8a3d4a0cd6562510ea5b26ef8afb.jpeg diff --git a/docs/sample_set_test_01/images/f71e081a4323af55fc6b0e9413d2c574.jpeg b/docs/sample_set_test_01/images/f71e081a4323af55fc6b0e9413d2c574.jpeg Binary files differnew file mode 100755 index 0000000..71b653c --- /dev/null +++ b/docs/sample_set_test_01/images/f71e081a4323af55fc6b0e9413d2c574.jpeg diff --git a/docs/sample_set_test_01/images/faaca3cacdd46033fb7730d7a3e356fb.jpeg b/docs/sample_set_test_01/images/faaca3cacdd46033fb7730d7a3e356fb.jpeg Binary files differnew file mode 100755 index 0000000..21b038f --- /dev/null +++ b/docs/sample_set_test_01/images/faaca3cacdd46033fb7730d7a3e356fb.jpeg diff --git a/docs/sample_set_test_01/images/fae9ba3aada5e7cb62f10abc9243bd65.jpeg b/docs/sample_set_test_01/images/fae9ba3aada5e7cb62f10abc9243bd65.jpeg Binary files differnew file mode 100755 index 0000000..72069f6 --- /dev/null +++ b/docs/sample_set_test_01/images/fae9ba3aada5e7cb62f10abc9243bd65.jpeg diff --git a/docs/sample_set_test_01/images/fb06955237230dfe085bff351f3124ea.jpeg b/docs/sample_set_test_01/images/fb06955237230dfe085bff351f3124ea.jpeg Binary files differnew file mode 100755 index 0000000..4471735 --- /dev/null +++ b/docs/sample_set_test_01/images/fb06955237230dfe085bff351f3124ea.jpeg diff --git a/docs/sample_set_test_01/images/fb10b9d0878f49947ccbd787ae550357.jpeg b/docs/sample_set_test_01/images/fb10b9d0878f49947ccbd787ae550357.jpeg Binary files differnew file mode 100755 index 0000000..7751e5b --- /dev/null +++ b/docs/sample_set_test_01/images/fb10b9d0878f49947ccbd787ae550357.jpeg diff --git a/docs/sample_set_test_01/images/fba26b5d6d2be6b59a991753dce9338a.jpeg b/docs/sample_set_test_01/images/fba26b5d6d2be6b59a991753dce9338a.jpeg Binary files differnew file mode 100755 index 0000000..21e66d5 --- /dev/null +++ b/docs/sample_set_test_01/images/fba26b5d6d2be6b59a991753dce9338a.jpeg diff --git a/docs/sample_set_test_01/images/ff7221204084d7701ffd3bc2e9f5b661.jpeg b/docs/sample_set_test_01/images/ff7221204084d7701ffd3bc2e9f5b661.jpeg Binary files differnew file mode 100755 index 0000000..40d1557 --- /dev/null +++ b/docs/sample_set_test_01/images/ff7221204084d7701ffd3bc2e9f5b661.jpeg diff --git a/docs/sample_set_test_01/index.html b/docs/sample_set_test_01/index.html new file mode 100644 index 0000000..e5a8f59 --- /dev/null +++ b/docs/sample_set_test_01/index.html @@ -0,0 +1,1911 @@ +<html> +<head> + <link rel="stylesheet" href="assets/css.css"> +</head> +<body> + + <h1>Image Duplicates</h1> + + + <h3>Duplicates for 03dc49f8edf5832a26e68845a924a534.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/03dc49f8edf5832a26e68845a924a534.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/da056a2909ebe4fa725a698b8dfd0e83.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 03dc49f8edf5832a26e68845a924a534.jpeg</li> + <li>Filename B:<br> da056a2909ebe4fa725a698b8dfd0e83.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/03dc49f8edf5832a26e68845a924a534.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/e1aedf9a93b99148dc44ef111f110617.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 03dc49f8edf5832a26e68845a924a534.jpeg</li> + <li>Filename B:<br> e1aedf9a93b99148dc44ef111f110617.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/03dc49f8edf5832a26e68845a924a534.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/ee6b19075202be48bc0cd3378a89c819.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 03dc49f8edf5832a26e68845a924a534.jpeg</li> + <li>Filename B:<br> ee6b19075202be48bc0cd3378a89c819.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 0eab6ad6890556e9fbad4bae69a5fc97.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/0eab6ad6890556e9fbad4bae69a5fc97.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/2e98781a821dee75abb1e07d726cdea3.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 0eab6ad6890556e9fbad4bae69a5fc97.jpeg</li> + <li>Filename B:<br> 2e98781a821dee75abb1e07d726cdea3.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/0eab6ad6890556e9fbad4bae69a5fc97.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/82a444d1880a0e87eada502a533fdec8.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 0eab6ad6890556e9fbad4bae69a5fc97.jpeg</li> + <li>Filename B:<br> 82a444d1880a0e87eada502a533fdec8.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/0eab6ad6890556e9fbad4bae69a5fc97.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/dded1414678f99885cb496a24ebe278f.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 0eab6ad6890556e9fbad4bae69a5fc97.jpeg</li> + <li>Filename B:<br> dded1414678f99885cb496a24ebe278f.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 0f3055d0dcec04849f147bcba65678d8.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/0f3055d0dcec04849f147bcba65678d8.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/5eee6f038d2455690a59f32e8308802a.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 0f3055d0dcec04849f147bcba65678d8.jpeg</li> + <li>Filename B:<br> 5eee6f038d2455690a59f32e8308802a.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 1112be4b5935db31bf8022320850674e.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/1112be4b5935db31bf8022320850674e.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/32aec24d2c5ae78caa56decfe6fa5099.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 1112be4b5935db31bf8022320850674e.jpeg</li> + <li>Filename B:<br> 32aec24d2c5ae78caa56decfe6fa5099.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/1112be4b5935db31bf8022320850674e.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/767e92297f50db4eae5d3a80e944401b.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 1112be4b5935db31bf8022320850674e.jpeg</li> + <li>Filename B:<br> 767e92297f50db4eae5d3a80e944401b.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/1112be4b5935db31bf8022320850674e.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/9b75461d04b081c04c57b0a69882ff66.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 1112be4b5935db31bf8022320850674e.jpeg</li> + <li>Filename B:<br> 9b75461d04b081c04c57b0a69882ff66.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/1112be4b5935db31bf8022320850674e.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/c8f4c3344b6d86fccf43993b5a215ee8.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 1112be4b5935db31bf8022320850674e.jpeg</li> + <li>Filename B:<br> c8f4c3344b6d86fccf43993b5a215ee8.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 15951f348eb08e5e07631c8a6705ce9b.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/15951f348eb08e5e07631c8a6705ce9b.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/3220ab9c997afb556287c39b896a19b5.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 15951f348eb08e5e07631c8a6705ce9b.jpeg</li> + <li>Filename B:<br> 3220ab9c997afb556287c39b896a19b5.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/15951f348eb08e5e07631c8a6705ce9b.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/518e8d88a6162890b81fe6a2e71d3da5.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 15951f348eb08e5e07631c8a6705ce9b.jpeg</li> + <li>Filename B:<br> 518e8d88a6162890b81fe6a2e71d3da5.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/15951f348eb08e5e07631c8a6705ce9b.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/6f3584484d7fd792cb4d3a544d36154a.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 15951f348eb08e5e07631c8a6705ce9b.jpeg</li> + <li>Filename B:<br> 6f3584484d7fd792cb4d3a544d36154a.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/15951f348eb08e5e07631c8a6705ce9b.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/e2a2f8fb055860e812c4f9239da6acae.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 15951f348eb08e5e07631c8a6705ce9b.jpeg</li> + <li>Filename B:<br> e2a2f8fb055860e812c4f9239da6acae.jpeg</li> + <li>Score: 4</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/15951f348eb08e5e07631c8a6705ce9b.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/faaca3cacdd46033fb7730d7a3e356fb.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 15951f348eb08e5e07631c8a6705ce9b.jpeg</li> + <li>Filename B:<br> faaca3cacdd46033fb7730d7a3e356fb.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 16de9dca9eed47d9a90101206704d40e.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/16de9dca9eed47d9a90101206704d40e.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/399e8b1171e73a9d96b9547decefcc05.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 16de9dca9eed47d9a90101206704d40e.jpeg</li> + <li>Filename B:<br> 399e8b1171e73a9d96b9547decefcc05.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/16de9dca9eed47d9a90101206704d40e.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/9fc1652190cf00242fa905f0333c6e68.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 16de9dca9eed47d9a90101206704d40e.jpeg</li> + <li>Filename B:<br> 9fc1652190cf00242fa905f0333c6e68.jpeg</li> + <li>Score: 4</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 1cfe625bbe93f68474842ed97dc17549.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/1cfe625bbe93f68474842ed97dc17549.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/644b519114871deef50274ee32c8b534.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 1cfe625bbe93f68474842ed97dc17549.jpeg</li> + <li>Filename B:<br> 644b519114871deef50274ee32c8b534.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 1d2e3f937a42a10057b2f03d7258942d.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/1d2e3f937a42a10057b2f03d7258942d.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/889b66ef26458ad00ddc6f562072268f.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 1d2e3f937a42a10057b2f03d7258942d.jpeg</li> + <li>Filename B:<br> 889b66ef26458ad00ddc6f562072268f.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 1fd5fd6c0f93251b9e97b76a39f64b81.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/1fd5fd6c0f93251b9e97b76a39f64b81.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/cb71a91a13e60f97b5f1c6a0dbd18c8f.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 1fd5fd6c0f93251b9e97b76a39f64b81.jpeg</li> + <li>Filename B:<br> cb71a91a13e60f97b5f1c6a0dbd18c8f.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 2025f934b8b3810feb03a775deb316a7.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/2025f934b8b3810feb03a775deb316a7.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/c78bd33fcfeb403116813dd5107d6d7b.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 2025f934b8b3810feb03a775deb316a7.jpeg</li> + <li>Filename B:<br> c78bd33fcfeb403116813dd5107d6d7b.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 20c0382f1fd83ff489dfc94b6d93a3cb.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/20c0382f1fd83ff489dfc94b6d93a3cb.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/f3df7d8132f197562f76b1ccfe8a8a88.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 20c0382f1fd83ff489dfc94b6d93a3cb.jpeg</li> + <li>Filename B:<br> f3df7d8132f197562f76b1ccfe8a8a88.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 22034b466d4ffe5d0ae5fa0aed956946.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/22034b466d4ffe5d0ae5fa0aed956946.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/a74b60aa4525e92bd86a28a39e14e407.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 22034b466d4ffe5d0ae5fa0aed956946.jpeg</li> + <li>Filename B:<br> a74b60aa4525e92bd86a28a39e14e407.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 229b914b273a93e60bc8dc7e6ec7ea1c.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/229b914b273a93e60bc8dc7e6ec7ea1c.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/79552f24ace16a784d058818ab57fa4b.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 229b914b273a93e60bc8dc7e6ec7ea1c.jpeg</li> + <li>Filename B:<br> 79552f24ace16a784d058818ab57fa4b.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/229b914b273a93e60bc8dc7e6ec7ea1c.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/941eaaaf730b8a2effadf82db7bc9686.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 229b914b273a93e60bc8dc7e6ec7ea1c.jpeg</li> + <li>Filename B:<br> 941eaaaf730b8a2effadf82db7bc9686.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/229b914b273a93e60bc8dc7e6ec7ea1c.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/a00ea1f3fe91ff8c834de27400a10989.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 229b914b273a93e60bc8dc7e6ec7ea1c.jpeg</li> + <li>Filename B:<br> a00ea1f3fe91ff8c834de27400a10989.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 246f9ebfc499da9eb2f6e0daa152cf8f.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/246f9ebfc499da9eb2f6e0daa152cf8f.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/2a6b94915c81eca3957d8ec78fdb2056.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 246f9ebfc499da9eb2f6e0daa152cf8f.jpeg</li> + <li>Filename B:<br> 2a6b94915c81eca3957d8ec78fdb2056.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 2a56bc370d5dd032a148e9b6c8f8ab5e.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/2a56bc370d5dd032a148e9b6c8f8ab5e.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/555410ce202e235d32dc7d44157b863c.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 2a56bc370d5dd032a148e9b6c8f8ab5e.jpeg</li> + <li>Filename B:<br> 555410ce202e235d32dc7d44157b863c.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 2a6b94915c81eca3957d8ec78fdb2056.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/2a6b94915c81eca3957d8ec78fdb2056.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/246f9ebfc499da9eb2f6e0daa152cf8f.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 2a6b94915c81eca3957d8ec78fdb2056.jpeg</li> + <li>Filename B:<br> 246f9ebfc499da9eb2f6e0daa152cf8f.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 2c9f9dec4f0ea3a5e87395815f943e82.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/2c9f9dec4f0ea3a5e87395815f943e82.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/bcd18cf7f6849e7344085c26fc00f09a.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 2c9f9dec4f0ea3a5e87395815f943e82.jpeg</li> + <li>Filename B:<br> bcd18cf7f6849e7344085c26fc00f09a.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 2e98781a821dee75abb1e07d726cdea3.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/2e98781a821dee75abb1e07d726cdea3.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/0eab6ad6890556e9fbad4bae69a5fc97.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 2e98781a821dee75abb1e07d726cdea3.jpeg</li> + <li>Filename B:<br> 0eab6ad6890556e9fbad4bae69a5fc97.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 3220ab9c997afb556287c39b896a19b5.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/3220ab9c997afb556287c39b896a19b5.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/15951f348eb08e5e07631c8a6705ce9b.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 3220ab9c997afb556287c39b896a19b5.jpeg</li> + <li>Filename B:<br> 15951f348eb08e5e07631c8a6705ce9b.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 32aec24d2c5ae78caa56decfe6fa5099.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/32aec24d2c5ae78caa56decfe6fa5099.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/1112be4b5935db31bf8022320850674e.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 32aec24d2c5ae78caa56decfe6fa5099.jpeg</li> + <li>Filename B:<br> 1112be4b5935db31bf8022320850674e.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 33c9311b361a223ebc16c2fc4778840b.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/33c9311b361a223ebc16c2fc4778840b.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/fba26b5d6d2be6b59a991753dce9338a.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 33c9311b361a223ebc16c2fc4778840b.jpeg</li> + <li>Filename B:<br> fba26b5d6d2be6b59a991753dce9338a.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 3880abbcd602b616bf7da94145b43822.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/3880abbcd602b616bf7da94145b43822.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/ad0695425cae2dd63fa6db076911accf.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 3880abbcd602b616bf7da94145b43822.jpeg</li> + <li>Filename B:<br> ad0695425cae2dd63fa6db076911accf.jpeg</li> + <li>Score: 4</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/3880abbcd602b616bf7da94145b43822.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/dd5b0a8a6d76625bd7e56fe4c3c767bb.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 3880abbcd602b616bf7da94145b43822.jpeg</li> + <li>Filename B:<br> dd5b0a8a6d76625bd7e56fe4c3c767bb.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 399e8b1171e73a9d96b9547decefcc05.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/399e8b1171e73a9d96b9547decefcc05.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/16de9dca9eed47d9a90101206704d40e.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 399e8b1171e73a9d96b9547decefcc05.jpeg</li> + <li>Filename B:<br> 16de9dca9eed47d9a90101206704d40e.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 3c0b1e97be39cd769b51edb2ec7b370b.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/3c0b1e97be39cd769b51edb2ec7b370b.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/580659bf4a7d2c06079ded17f400cf27.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 3c0b1e97be39cd769b51edb2ec7b370b.jpeg</li> + <li>Filename B:<br> 580659bf4a7d2c06079ded17f400cf27.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/3c0b1e97be39cd769b51edb2ec7b370b.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/d97ec9bdd0e8ca5a130b6aa527ec7621.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 3c0b1e97be39cd769b51edb2ec7b370b.jpeg</li> + <li>Filename B:<br> d97ec9bdd0e8ca5a130b6aa527ec7621.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 3e1a2a126203fb4c31957fffcabf0ca8.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/3e1a2a126203fb4c31957fffcabf0ca8.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/9b05aeeda19385b5345e2bd5ec4f9f70.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 3e1a2a126203fb4c31957fffcabf0ca8.jpeg</li> + <li>Filename B:<br> 9b05aeeda19385b5345e2bd5ec4f9f70.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 424aeb9f7dffe9977832a1709ef8a194.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/424aeb9f7dffe9977832a1709ef8a194.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/8374dd701ad36196cfd1e3ffb0f6dbd7.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 424aeb9f7dffe9977832a1709ef8a194.jpeg</li> + <li>Filename B:<br> 8374dd701ad36196cfd1e3ffb0f6dbd7.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/424aeb9f7dffe9977832a1709ef8a194.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/f5fb8a3d4a0cd6562510ea5b26ef8afb.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 424aeb9f7dffe9977832a1709ef8a194.jpeg</li> + <li>Filename B:<br> f5fb8a3d4a0cd6562510ea5b26ef8afb.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 4eb88661e53db28d2d98d7f5a7cb2445.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/4eb88661e53db28d2d98d7f5a7cb2445.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/54aa8ea3ce8a240b65cb5d957cd9f805.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 4eb88661e53db28d2d98d7f5a7cb2445.jpeg</li> + <li>Filename B:<br> 54aa8ea3ce8a240b65cb5d957cd9f805.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 51c1b9cc7b0b6ec212ce0afe5a4ce6d6.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/51c1b9cc7b0b6ec212ce0afe5a4ce6d6.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/738a479878f57f1c11849f9aa3675600.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 51c1b9cc7b0b6ec212ce0afe5a4ce6d6.jpeg</li> + <li>Filename B:<br> 738a479878f57f1c11849f9aa3675600.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 54aa8ea3ce8a240b65cb5d957cd9f805.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/54aa8ea3ce8a240b65cb5d957cd9f805.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/4eb88661e53db28d2d98d7f5a7cb2445.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 54aa8ea3ce8a240b65cb5d957cd9f805.jpeg</li> + <li>Filename B:<br> 4eb88661e53db28d2d98d7f5a7cb2445.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 555410ce202e235d32dc7d44157b863c.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/555410ce202e235d32dc7d44157b863c.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/2a56bc370d5dd032a148e9b6c8f8ab5e.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 555410ce202e235d32dc7d44157b863c.jpeg</li> + <li>Filename B:<br> 2a56bc370d5dd032a148e9b6c8f8ab5e.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 565e85ea66f2c34eb8097dddd1fcb073.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/565e85ea66f2c34eb8097dddd1fcb073.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/743f146e03becdcdd77cda5ba6c144e5.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 565e85ea66f2c34eb8097dddd1fcb073.jpeg</li> + <li>Filename B:<br> 743f146e03becdcdd77cda5ba6c144e5.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 580659bf4a7d2c06079ded17f400cf27.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/580659bf4a7d2c06079ded17f400cf27.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/3c0b1e97be39cd769b51edb2ec7b370b.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 580659bf4a7d2c06079ded17f400cf27.jpeg</li> + <li>Filename B:<br> 3c0b1e97be39cd769b51edb2ec7b370b.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 5eee6f038d2455690a59f32e8308802a.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/5eee6f038d2455690a59f32e8308802a.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/0f3055d0dcec04849f147bcba65678d8.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 5eee6f038d2455690a59f32e8308802a.jpeg</li> + <li>Filename B:<br> 0f3055d0dcec04849f147bcba65678d8.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 644b519114871deef50274ee32c8b534.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/644b519114871deef50274ee32c8b534.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/1cfe625bbe93f68474842ed97dc17549.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 644b519114871deef50274ee32c8b534.jpeg</li> + <li>Filename B:<br> 1cfe625bbe93f68474842ed97dc17549.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 738a479878f57f1c11849f9aa3675600.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/738a479878f57f1c11849f9aa3675600.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/51c1b9cc7b0b6ec212ce0afe5a4ce6d6.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 738a479878f57f1c11849f9aa3675600.jpeg</li> + <li>Filename B:<br> 51c1b9cc7b0b6ec212ce0afe5a4ce6d6.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 743f146e03becdcdd77cda5ba6c144e5.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/743f146e03becdcdd77cda5ba6c144e5.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/565e85ea66f2c34eb8097dddd1fcb073.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 743f146e03becdcdd77cda5ba6c144e5.jpeg</li> + <li>Filename B:<br> 565e85ea66f2c34eb8097dddd1fcb073.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 79552f24ace16a784d058818ab57fa4b.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/79552f24ace16a784d058818ab57fa4b.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/229b914b273a93e60bc8dc7e6ec7ea1c.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 79552f24ace16a784d058818ab57fa4b.jpeg</li> + <li>Filename B:<br> 229b914b273a93e60bc8dc7e6ec7ea1c.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 8374dd701ad36196cfd1e3ffb0f6dbd7.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/8374dd701ad36196cfd1e3ffb0f6dbd7.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/424aeb9f7dffe9977832a1709ef8a194.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 8374dd701ad36196cfd1e3ffb0f6dbd7.jpeg</li> + <li>Filename B:<br> 424aeb9f7dffe9977832a1709ef8a194.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 889b66ef26458ad00ddc6f562072268f.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/889b66ef26458ad00ddc6f562072268f.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/1d2e3f937a42a10057b2f03d7258942d.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 889b66ef26458ad00ddc6f562072268f.jpeg</li> + <li>Filename B:<br> 1d2e3f937a42a10057b2f03d7258942d.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 899e7377fdd4a5c64402bd6a8f10416f.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/899e7377fdd4a5c64402bd6a8f10416f.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/d489bc0e16144f1ce54e2713e8d711f6.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 899e7377fdd4a5c64402bd6a8f10416f.jpeg</li> + <li>Filename B:<br> d489bc0e16144f1ce54e2713e8d711f6.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 8aaec406d8d0acb7e6338e26b9720435.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/8aaec406d8d0acb7e6338e26b9720435.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/f3d17e1b51f72e6df4408bb240c9737c.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 8aaec406d8d0acb7e6338e26b9720435.jpeg</li> + <li>Filename B:<br> f3d17e1b51f72e6df4408bb240c9737c.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 9b05aeeda19385b5345e2bd5ec4f9f70.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/9b05aeeda19385b5345e2bd5ec4f9f70.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/3e1a2a126203fb4c31957fffcabf0ca8.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 9b05aeeda19385b5345e2bd5ec4f9f70.jpeg</li> + <li>Filename B:<br> 3e1a2a126203fb4c31957fffcabf0ca8.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for a74b60aa4525e92bd86a28a39e14e407.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/a74b60aa4525e92bd86a28a39e14e407.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/22034b466d4ffe5d0ae5fa0aed956946.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> a74b60aa4525e92bd86a28a39e14e407.jpeg</li> + <li>Filename B:<br> 22034b466d4ffe5d0ae5fa0aed956946.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for ad0695425cae2dd63fa6db076911accf.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/ad0695425cae2dd63fa6db076911accf.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/3880abbcd602b616bf7da94145b43822.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> ad0695425cae2dd63fa6db076911accf.jpeg</li> + <li>Filename B:<br> 3880abbcd602b616bf7da94145b43822.jpeg</li> + <li>Score: 4</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for b57bbae187b43e76bf28d4cd82c6a27b.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/b57bbae187b43e76bf28d4cd82c6a27b.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/e78487a46d3a58ca794eace8691f66e0.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> b57bbae187b43e76bf28d4cd82c6a27b.jpeg</li> + <li>Filename B:<br> e78487a46d3a58ca794eace8691f66e0.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for bcd18cf7f6849e7344085c26fc00f09a.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/bcd18cf7f6849e7344085c26fc00f09a.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/2c9f9dec4f0ea3a5e87395815f943e82.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> bcd18cf7f6849e7344085c26fc00f09a.jpeg</li> + <li>Filename B:<br> 2c9f9dec4f0ea3a5e87395815f943e82.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for c78bd33fcfeb403116813dd5107d6d7b.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/c78bd33fcfeb403116813dd5107d6d7b.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/2025f934b8b3810feb03a775deb316a7.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> c78bd33fcfeb403116813dd5107d6d7b.jpeg</li> + <li>Filename B:<br> 2025f934b8b3810feb03a775deb316a7.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for cb71a91a13e60f97b5f1c6a0dbd18c8f.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/cb71a91a13e60f97b5f1c6a0dbd18c8f.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/1fd5fd6c0f93251b9e97b76a39f64b81.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> cb71a91a13e60f97b5f1c6a0dbd18c8f.jpeg</li> + <li>Filename B:<br> 1fd5fd6c0f93251b9e97b76a39f64b81.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for d2aa45b4966dfab3f35c5c865424d2b6.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/d2aa45b4966dfab3f35c5c865424d2b6.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/ed294c4a0bf1fc7120fe3fde8d96a9ac.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> d2aa45b4966dfab3f35c5c865424d2b6.jpeg</li> + <li>Filename B:<br> ed294c4a0bf1fc7120fe3fde8d96a9ac.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for d489bc0e16144f1ce54e2713e8d711f6.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/d489bc0e16144f1ce54e2713e8d711f6.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/899e7377fdd4a5c64402bd6a8f10416f.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> d489bc0e16144f1ce54e2713e8d711f6.jpeg</li> + <li>Filename B:<br> 899e7377fdd4a5c64402bd6a8f10416f.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/d489bc0e16144f1ce54e2713e8d711f6.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/9421f7312c18aed5fdbf084e65a5e1a8.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> d489bc0e16144f1ce54e2713e8d711f6.jpeg</li> + <li>Filename B:<br> 9421f7312c18aed5fdbf084e65a5e1a8.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for da056a2909ebe4fa725a698b8dfd0e83.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/da056a2909ebe4fa725a698b8dfd0e83.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/03dc49f8edf5832a26e68845a924a534.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> da056a2909ebe4fa725a698b8dfd0e83.jpeg</li> + <li>Filename B:<br> 03dc49f8edf5832a26e68845a924a534.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for e78487a46d3a58ca794eace8691f66e0.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/e78487a46d3a58ca794eace8691f66e0.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/b57bbae187b43e76bf28d4cd82c6a27b.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> e78487a46d3a58ca794eace8691f66e0.jpeg</li> + <li>Filename B:<br> b57bbae187b43e76bf28d4cd82c6a27b.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for ed294c4a0bf1fc7120fe3fde8d96a9ac.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/ed294c4a0bf1fc7120fe3fde8d96a9ac.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/d2aa45b4966dfab3f35c5c865424d2b6.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> ed294c4a0bf1fc7120fe3fde8d96a9ac.jpeg</li> + <li>Filename B:<br> d2aa45b4966dfab3f35c5c865424d2b6.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for f3d17e1b51f72e6df4408bb240c9737c.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/f3d17e1b51f72e6df4408bb240c9737c.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/8aaec406d8d0acb7e6338e26b9720435.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> f3d17e1b51f72e6df4408bb240c9737c.jpeg</li> + <li>Filename B:<br> 8aaec406d8d0acb7e6338e26b9720435.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for f3df7d8132f197562f76b1ccfe8a8a88.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/f3df7d8132f197562f76b1ccfe8a8a88.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/20c0382f1fd83ff489dfc94b6d93a3cb.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> f3df7d8132f197562f76b1ccfe8a8a88.jpeg</li> + <li>Filename B:<br> 20c0382f1fd83ff489dfc94b6d93a3cb.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for f5fb8a3d4a0cd6562510ea5b26ef8afb.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/f5fb8a3d4a0cd6562510ea5b26ef8afb.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/efbaaffdcc01e45461b41dd2294020c4.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> f5fb8a3d4a0cd6562510ea5b26ef8afb.jpeg</li> + <li>Filename B:<br> efbaaffdcc01e45461b41dd2294020c4.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for fae9ba3aada5e7cb62f10abc9243bd65.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/fae9ba3aada5e7cb62f10abc9243bd65.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/fb10b9d0878f49947ccbd787ae550357.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> fae9ba3aada5e7cb62f10abc9243bd65.jpeg</li> + <li>Filename B:<br> fb10b9d0878f49947ccbd787ae550357.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for fb10b9d0878f49947ccbd787ae550357.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/fb10b9d0878f49947ccbd787ae550357.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/fae9ba3aada5e7cb62f10abc9243bd65.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> fb10b9d0878f49947ccbd787ae550357.jpeg</li> + <li>Filename B:<br> fae9ba3aada5e7cb62f10abc9243bd65.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for fba26b5d6d2be6b59a991753dce9338a.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/fba26b5d6d2be6b59a991753dce9338a.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/33c9311b361a223ebc16c2fc4778840b.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> fba26b5d6d2be6b59a991753dce9338a.jpeg</li> + <li>Filename B:<br> 33c9311b361a223ebc16c2fc4778840b.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + +</body> +</html>
\ No newline at end of file diff --git a/docs/sample_set_test_01/index_t10.html b/docs/sample_set_test_01/index_t10.html new file mode 100644 index 0000000..002824b --- /dev/null +++ b/docs/sample_set_test_01/index_t10.html @@ -0,0 +1,2648 @@ +<html> +<head> + <link rel="stylesheet" href="assets/css.css"> +</head> +<body> + + <h1>Image Duplicates</h1> + + + <h3>Duplicates for 03dc49f8edf5832a26e68845a924a534.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/03dc49f8edf5832a26e68845a924a534.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/666ddf575c3b772b330a790b87bc1c8c.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 03dc49f8edf5832a26e68845a924a534.jpeg</li> + <li>Filename B:<br> 666ddf575c3b772b330a790b87bc1c8c.jpeg</li> + <li>Score: 10</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/03dc49f8edf5832a26e68845a924a534.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/da056a2909ebe4fa725a698b8dfd0e83.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 03dc49f8edf5832a26e68845a924a534.jpeg</li> + <li>Filename B:<br> da056a2909ebe4fa725a698b8dfd0e83.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/03dc49f8edf5832a26e68845a924a534.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/e1aedf9a93b99148dc44ef111f110617.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 03dc49f8edf5832a26e68845a924a534.jpeg</li> + <li>Filename B:<br> e1aedf9a93b99148dc44ef111f110617.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/03dc49f8edf5832a26e68845a924a534.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/e4438e25f0aae159ee59d8b809c03d58.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 03dc49f8edf5832a26e68845a924a534.jpeg</li> + <li>Filename B:<br> e4438e25f0aae159ee59d8b809c03d58.jpeg</li> + <li>Score: 10</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/03dc49f8edf5832a26e68845a924a534.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/ee6b19075202be48bc0cd3378a89c819.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 03dc49f8edf5832a26e68845a924a534.jpeg</li> + <li>Filename B:<br> ee6b19075202be48bc0cd3378a89c819.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 0eab6ad6890556e9fbad4bae69a5fc97.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/0eab6ad6890556e9fbad4bae69a5fc97.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/2e98781a821dee75abb1e07d726cdea3.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 0eab6ad6890556e9fbad4bae69a5fc97.jpeg</li> + <li>Filename B:<br> 2e98781a821dee75abb1e07d726cdea3.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/0eab6ad6890556e9fbad4bae69a5fc97.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/82a444d1880a0e87eada502a533fdec8.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 0eab6ad6890556e9fbad4bae69a5fc97.jpeg</li> + <li>Filename B:<br> 82a444d1880a0e87eada502a533fdec8.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/0eab6ad6890556e9fbad4bae69a5fc97.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/dded1414678f99885cb496a24ebe278f.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 0eab6ad6890556e9fbad4bae69a5fc97.jpeg</li> + <li>Filename B:<br> dded1414678f99885cb496a24ebe278f.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 0f3055d0dcec04849f147bcba65678d8.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/0f3055d0dcec04849f147bcba65678d8.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/5eee6f038d2455690a59f32e8308802a.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 0f3055d0dcec04849f147bcba65678d8.jpeg</li> + <li>Filename B:<br> 5eee6f038d2455690a59f32e8308802a.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 1112be4b5935db31bf8022320850674e.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/1112be4b5935db31bf8022320850674e.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/32aec24d2c5ae78caa56decfe6fa5099.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 1112be4b5935db31bf8022320850674e.jpeg</li> + <li>Filename B:<br> 32aec24d2c5ae78caa56decfe6fa5099.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/1112be4b5935db31bf8022320850674e.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/6d015871a0c5fd2993b51c2c73a9cdb9.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 1112be4b5935db31bf8022320850674e.jpeg</li> + <li>Filename B:<br> 6d015871a0c5fd2993b51c2c73a9cdb9.jpeg</li> + <li>Score: 10</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/1112be4b5935db31bf8022320850674e.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/767e92297f50db4eae5d3a80e944401b.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 1112be4b5935db31bf8022320850674e.jpeg</li> + <li>Filename B:<br> 767e92297f50db4eae5d3a80e944401b.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/1112be4b5935db31bf8022320850674e.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/9b75461d04b081c04c57b0a69882ff66.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 1112be4b5935db31bf8022320850674e.jpeg</li> + <li>Filename B:<br> 9b75461d04b081c04c57b0a69882ff66.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/1112be4b5935db31bf8022320850674e.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/c8f4c3344b6d86fccf43993b5a215ee8.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 1112be4b5935db31bf8022320850674e.jpeg</li> + <li>Filename B:<br> c8f4c3344b6d86fccf43993b5a215ee8.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 15951f348eb08e5e07631c8a6705ce9b.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/15951f348eb08e5e07631c8a6705ce9b.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/1b502f6fb16e2581e6f91b09eeac00fa.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 15951f348eb08e5e07631c8a6705ce9b.jpeg</li> + <li>Filename B:<br> 1b502f6fb16e2581e6f91b09eeac00fa.jpeg</li> + <li>Score: 10</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/15951f348eb08e5e07631c8a6705ce9b.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/3220ab9c997afb556287c39b896a19b5.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 15951f348eb08e5e07631c8a6705ce9b.jpeg</li> + <li>Filename B:<br> 3220ab9c997afb556287c39b896a19b5.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/15951f348eb08e5e07631c8a6705ce9b.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/518e8d88a6162890b81fe6a2e71d3da5.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 15951f348eb08e5e07631c8a6705ce9b.jpeg</li> + <li>Filename B:<br> 518e8d88a6162890b81fe6a2e71d3da5.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/15951f348eb08e5e07631c8a6705ce9b.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/6f3584484d7fd792cb4d3a544d36154a.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 15951f348eb08e5e07631c8a6705ce9b.jpeg</li> + <li>Filename B:<br> 6f3584484d7fd792cb4d3a544d36154a.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/15951f348eb08e5e07631c8a6705ce9b.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/e2a2f8fb055860e812c4f9239da6acae.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 15951f348eb08e5e07631c8a6705ce9b.jpeg</li> + <li>Filename B:<br> e2a2f8fb055860e812c4f9239da6acae.jpeg</li> + <li>Score: 4</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/15951f348eb08e5e07631c8a6705ce9b.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/faaca3cacdd46033fb7730d7a3e356fb.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 15951f348eb08e5e07631c8a6705ce9b.jpeg</li> + <li>Filename B:<br> faaca3cacdd46033fb7730d7a3e356fb.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 16de9dca9eed47d9a90101206704d40e.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/16de9dca9eed47d9a90101206704d40e.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/399e8b1171e73a9d96b9547decefcc05.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 16de9dca9eed47d9a90101206704d40e.jpeg</li> + <li>Filename B:<br> 399e8b1171e73a9d96b9547decefcc05.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/16de9dca9eed47d9a90101206704d40e.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/9fc1652190cf00242fa905f0333c6e68.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 16de9dca9eed47d9a90101206704d40e.jpeg</li> + <li>Filename B:<br> 9fc1652190cf00242fa905f0333c6e68.jpeg</li> + <li>Score: 4</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/16de9dca9eed47d9a90101206704d40e.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/c77ad9197120ae928a962548f0f7d638.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 16de9dca9eed47d9a90101206704d40e.jpeg</li> + <li>Filename B:<br> c77ad9197120ae928a962548f0f7d638.jpeg</li> + <li>Score: 8</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 17c241b6cb09e31206b0f5daf2919768.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/17c241b6cb09e31206b0f5daf2919768.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/3ec7c9e3e189647a1b713c35c604b6d3.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 17c241b6cb09e31206b0f5daf2919768.jpeg</li> + <li>Filename B:<br> 3ec7c9e3e189647a1b713c35c604b6d3.jpeg</li> + <li>Score: 8</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 1b502f6fb16e2581e6f91b09eeac00fa.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/1b502f6fb16e2581e6f91b09eeac00fa.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/15951f348eb08e5e07631c8a6705ce9b.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 1b502f6fb16e2581e6f91b09eeac00fa.jpeg</li> + <li>Filename B:<br> 15951f348eb08e5e07631c8a6705ce9b.jpeg</li> + <li>Score: 10</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 1cfe625bbe93f68474842ed97dc17549.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/1cfe625bbe93f68474842ed97dc17549.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/644b519114871deef50274ee32c8b534.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 1cfe625bbe93f68474842ed97dc17549.jpeg</li> + <li>Filename B:<br> 644b519114871deef50274ee32c8b534.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 1d2e3f937a42a10057b2f03d7258942d.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/1d2e3f937a42a10057b2f03d7258942d.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/889b66ef26458ad00ddc6f562072268f.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 1d2e3f937a42a10057b2f03d7258942d.jpeg</li> + <li>Filename B:<br> 889b66ef26458ad00ddc6f562072268f.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 1fd5fd6c0f93251b9e97b76a39f64b81.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/1fd5fd6c0f93251b9e97b76a39f64b81.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/cb71a91a13e60f97b5f1c6a0dbd18c8f.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 1fd5fd6c0f93251b9e97b76a39f64b81.jpeg</li> + <li>Filename B:<br> cb71a91a13e60f97b5f1c6a0dbd18c8f.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 2025f934b8b3810feb03a775deb316a7.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/2025f934b8b3810feb03a775deb316a7.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/c78bd33fcfeb403116813dd5107d6d7b.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 2025f934b8b3810feb03a775deb316a7.jpeg</li> + <li>Filename B:<br> c78bd33fcfeb403116813dd5107d6d7b.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 20c0382f1fd83ff489dfc94b6d93a3cb.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/20c0382f1fd83ff489dfc94b6d93a3cb.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/f3df7d8132f197562f76b1ccfe8a8a88.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 20c0382f1fd83ff489dfc94b6d93a3cb.jpeg</li> + <li>Filename B:<br> f3df7d8132f197562f76b1ccfe8a8a88.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 22034b466d4ffe5d0ae5fa0aed956946.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/22034b466d4ffe5d0ae5fa0aed956946.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/3b209a920260972ad516e7714c2e2151.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 22034b466d4ffe5d0ae5fa0aed956946.jpeg</li> + <li>Filename B:<br> 3b209a920260972ad516e7714c2e2151.jpeg</li> + <li>Score: 8</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/22034b466d4ffe5d0ae5fa0aed956946.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/a74b60aa4525e92bd86a28a39e14e407.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 22034b466d4ffe5d0ae5fa0aed956946.jpeg</li> + <li>Filename B:<br> a74b60aa4525e92bd86a28a39e14e407.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 229b914b273a93e60bc8dc7e6ec7ea1c.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/229b914b273a93e60bc8dc7e6ec7ea1c.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/79552f24ace16a784d058818ab57fa4b.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 229b914b273a93e60bc8dc7e6ec7ea1c.jpeg</li> + <li>Filename B:<br> 79552f24ace16a784d058818ab57fa4b.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/229b914b273a93e60bc8dc7e6ec7ea1c.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/941eaaaf730b8a2effadf82db7bc9686.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 229b914b273a93e60bc8dc7e6ec7ea1c.jpeg</li> + <li>Filename B:<br> 941eaaaf730b8a2effadf82db7bc9686.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/229b914b273a93e60bc8dc7e6ec7ea1c.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/a00ea1f3fe91ff8c834de27400a10989.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 229b914b273a93e60bc8dc7e6ec7ea1c.jpeg</li> + <li>Filename B:<br> a00ea1f3fe91ff8c834de27400a10989.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 246f9ebfc499da9eb2f6e0daa152cf8f.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/246f9ebfc499da9eb2f6e0daa152cf8f.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/2a6b94915c81eca3957d8ec78fdb2056.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 246f9ebfc499da9eb2f6e0daa152cf8f.jpeg</li> + <li>Filename B:<br> 2a6b94915c81eca3957d8ec78fdb2056.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 2a56bc370d5dd032a148e9b6c8f8ab5e.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/2a56bc370d5dd032a148e9b6c8f8ab5e.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/555410ce202e235d32dc7d44157b863c.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 2a56bc370d5dd032a148e9b6c8f8ab5e.jpeg</li> + <li>Filename B:<br> 555410ce202e235d32dc7d44157b863c.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 2a6b94915c81eca3957d8ec78fdb2056.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/2a6b94915c81eca3957d8ec78fdb2056.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/246f9ebfc499da9eb2f6e0daa152cf8f.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 2a6b94915c81eca3957d8ec78fdb2056.jpeg</li> + <li>Filename B:<br> 246f9ebfc499da9eb2f6e0daa152cf8f.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 2c9f9dec4f0ea3a5e87395815f943e82.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/2c9f9dec4f0ea3a5e87395815f943e82.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/bcd18cf7f6849e7344085c26fc00f09a.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 2c9f9dec4f0ea3a5e87395815f943e82.jpeg</li> + <li>Filename B:<br> bcd18cf7f6849e7344085c26fc00f09a.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 2e98781a821dee75abb1e07d726cdea3.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/2e98781a821dee75abb1e07d726cdea3.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/0eab6ad6890556e9fbad4bae69a5fc97.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 2e98781a821dee75abb1e07d726cdea3.jpeg</li> + <li>Filename B:<br> 0eab6ad6890556e9fbad4bae69a5fc97.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 32aec24d2c5ae78caa56decfe6fa5099.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/32aec24d2c5ae78caa56decfe6fa5099.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/1112be4b5935db31bf8022320850674e.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 32aec24d2c5ae78caa56decfe6fa5099.jpeg</li> + <li>Filename B:<br> 1112be4b5935db31bf8022320850674e.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 32e103f5ca148ed17011ed8a12e182dc.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/32e103f5ca148ed17011ed8a12e182dc.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/db4dace2a5e40c27436e184a70239d9a.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 32e103f5ca148ed17011ed8a12e182dc.jpeg</li> + <li>Filename B:<br> db4dace2a5e40c27436e184a70239d9a.jpeg</li> + <li>Score: 10</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 33c9311b361a223ebc16c2fc4778840b.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/33c9311b361a223ebc16c2fc4778840b.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/fba26b5d6d2be6b59a991753dce9338a.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 33c9311b361a223ebc16c2fc4778840b.jpeg</li> + <li>Filename B:<br> fba26b5d6d2be6b59a991753dce9338a.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 3880abbcd602b616bf7da94145b43822.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/3880abbcd602b616bf7da94145b43822.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/ad0695425cae2dd63fa6db076911accf.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 3880abbcd602b616bf7da94145b43822.jpeg</li> + <li>Filename B:<br> ad0695425cae2dd63fa6db076911accf.jpeg</li> + <li>Score: 4</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/3880abbcd602b616bf7da94145b43822.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/dd5b0a8a6d76625bd7e56fe4c3c767bb.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 3880abbcd602b616bf7da94145b43822.jpeg</li> + <li>Filename B:<br> dd5b0a8a6d76625bd7e56fe4c3c767bb.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 399e8b1171e73a9d96b9547decefcc05.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/399e8b1171e73a9d96b9547decefcc05.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/16de9dca9eed47d9a90101206704d40e.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 399e8b1171e73a9d96b9547decefcc05.jpeg</li> + <li>Filename B:<br> 16de9dca9eed47d9a90101206704d40e.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 3b182de96992e98a0492974ea222b488.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/3b182de96992e98a0492974ea222b488.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/4040838985c95ccdd28cd54c6527a491.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 3b182de96992e98a0492974ea222b488.jpeg</li> + <li>Filename B:<br> 4040838985c95ccdd28cd54c6527a491.jpeg</li> + <li>Score: 10</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/3b182de96992e98a0492974ea222b488.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/e9b6169665db253273ac4d4f3cd123e4.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 3b182de96992e98a0492974ea222b488.jpeg</li> + <li>Filename B:<br> e9b6169665db253273ac4d4f3cd123e4.jpeg</li> + <li>Score: 10</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 3b209a920260972ad516e7714c2e2151.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/3b209a920260972ad516e7714c2e2151.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/22034b466d4ffe5d0ae5fa0aed956946.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 3b209a920260972ad516e7714c2e2151.jpeg</li> + <li>Filename B:<br> 22034b466d4ffe5d0ae5fa0aed956946.jpeg</li> + <li>Score: 8</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 3c0b1e97be39cd769b51edb2ec7b370b.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/3c0b1e97be39cd769b51edb2ec7b370b.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/580659bf4a7d2c06079ded17f400cf27.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 3c0b1e97be39cd769b51edb2ec7b370b.jpeg</li> + <li>Filename B:<br> 580659bf4a7d2c06079ded17f400cf27.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/3c0b1e97be39cd769b51edb2ec7b370b.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/d97ec9bdd0e8ca5a130b6aa527ec7621.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 3c0b1e97be39cd769b51edb2ec7b370b.jpeg</li> + <li>Filename B:<br> d97ec9bdd0e8ca5a130b6aa527ec7621.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 3d77599f61bbde5d52ff1a43ce492fb7.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/3d77599f61bbde5d52ff1a43ce492fb7.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/d23d70df933221630e2074b4106a81bc.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 3d77599f61bbde5d52ff1a43ce492fb7.jpeg</li> + <li>Filename B:<br> d23d70df933221630e2074b4106a81bc.jpeg</li> + <li>Score: 10</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 3e1a2a126203fb4c31957fffcabf0ca8.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/3e1a2a126203fb4c31957fffcabf0ca8.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/9b05aeeda19385b5345e2bd5ec4f9f70.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 3e1a2a126203fb4c31957fffcabf0ca8.jpeg</li> + <li>Filename B:<br> 9b05aeeda19385b5345e2bd5ec4f9f70.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 3ec7c9e3e189647a1b713c35c604b6d3.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/3ec7c9e3e189647a1b713c35c604b6d3.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/17c241b6cb09e31206b0f5daf2919768.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 3ec7c9e3e189647a1b713c35c604b6d3.jpeg</li> + <li>Filename B:<br> 17c241b6cb09e31206b0f5daf2919768.jpeg</li> + <li>Score: 8</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 4040838985c95ccdd28cd54c6527a491.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/4040838985c95ccdd28cd54c6527a491.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/3b182de96992e98a0492974ea222b488.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 4040838985c95ccdd28cd54c6527a491.jpeg</li> + <li>Filename B:<br> 3b182de96992e98a0492974ea222b488.jpeg</li> + <li>Score: 10</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 424aeb9f7dffe9977832a1709ef8a194.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/424aeb9f7dffe9977832a1709ef8a194.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/8374dd701ad36196cfd1e3ffb0f6dbd7.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 424aeb9f7dffe9977832a1709ef8a194.jpeg</li> + <li>Filename B:<br> 8374dd701ad36196cfd1e3ffb0f6dbd7.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/424aeb9f7dffe9977832a1709ef8a194.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/efbaaffdcc01e45461b41dd2294020c4.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 424aeb9f7dffe9977832a1709ef8a194.jpeg</li> + <li>Filename B:<br> efbaaffdcc01e45461b41dd2294020c4.jpeg</li> + <li>Score: 8</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/424aeb9f7dffe9977832a1709ef8a194.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/f5fb8a3d4a0cd6562510ea5b26ef8afb.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 424aeb9f7dffe9977832a1709ef8a194.jpeg</li> + <li>Filename B:<br> f5fb8a3d4a0cd6562510ea5b26ef8afb.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/424aeb9f7dffe9977832a1709ef8a194.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/ff7221204084d7701ffd3bc2e9f5b661.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 424aeb9f7dffe9977832a1709ef8a194.jpeg</li> + <li>Filename B:<br> ff7221204084d7701ffd3bc2e9f5b661.jpeg</li> + <li>Score: 10</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 43bb753f5cc6b73e38eb8f05cc3e9a94.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/43bb753f5cc6b73e38eb8f05cc3e9a94.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/908cba92ec904d1db0a73e994aa2a15a.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 43bb753f5cc6b73e38eb8f05cc3e9a94.jpeg</li> + <li>Filename B:<br> 908cba92ec904d1db0a73e994aa2a15a.jpeg</li> + <li>Score: 8</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 4eb88661e53db28d2d98d7f5a7cb2445.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/4eb88661e53db28d2d98d7f5a7cb2445.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/54aa8ea3ce8a240b65cb5d957cd9f805.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 4eb88661e53db28d2d98d7f5a7cb2445.jpeg</li> + <li>Filename B:<br> 54aa8ea3ce8a240b65cb5d957cd9f805.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 509783b58e9832e1398bc8fcddf6ca34.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/509783b58e9832e1398bc8fcddf6ca34.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/dfffb11a73bc0fe24e6baccb24245ebf.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 509783b58e9832e1398bc8fcddf6ca34.jpeg</li> + <li>Filename B:<br> dfffb11a73bc0fe24e6baccb24245ebf.jpeg</li> + <li>Score: 8</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 51c1b9cc7b0b6ec212ce0afe5a4ce6d6.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/51c1b9cc7b0b6ec212ce0afe5a4ce6d6.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/738a479878f57f1c11849f9aa3675600.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 51c1b9cc7b0b6ec212ce0afe5a4ce6d6.jpeg</li> + <li>Filename B:<br> 738a479878f57f1c11849f9aa3675600.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 5448f987c67a4596277700112b6b061a.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/5448f987c67a4596277700112b6b061a.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/7f17c8ee835dd66a493469890498a366.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 5448f987c67a4596277700112b6b061a.jpeg</li> + <li>Filename B:<br> 7f17c8ee835dd66a493469890498a366.jpeg</li> + <li>Score: 10</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 54aa8ea3ce8a240b65cb5d957cd9f805.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/54aa8ea3ce8a240b65cb5d957cd9f805.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/4eb88661e53db28d2d98d7f5a7cb2445.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 54aa8ea3ce8a240b65cb5d957cd9f805.jpeg</li> + <li>Filename B:<br> 4eb88661e53db28d2d98d7f5a7cb2445.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 555410ce202e235d32dc7d44157b863c.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/555410ce202e235d32dc7d44157b863c.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/2a56bc370d5dd032a148e9b6c8f8ab5e.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 555410ce202e235d32dc7d44157b863c.jpeg</li> + <li>Filename B:<br> 2a56bc370d5dd032a148e9b6c8f8ab5e.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 565e85ea66f2c34eb8097dddd1fcb073.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/565e85ea66f2c34eb8097dddd1fcb073.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/743f146e03becdcdd77cda5ba6c144e5.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 565e85ea66f2c34eb8097dddd1fcb073.jpeg</li> + <li>Filename B:<br> 743f146e03becdcdd77cda5ba6c144e5.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/565e85ea66f2c34eb8097dddd1fcb073.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/ee06dd068274da3e177dc890d5a7f404.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 565e85ea66f2c34eb8097dddd1fcb073.jpeg</li> + <li>Filename B:<br> ee06dd068274da3e177dc890d5a7f404.jpeg</li> + <li>Score: 10</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 580659bf4a7d2c06079ded17f400cf27.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/580659bf4a7d2c06079ded17f400cf27.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/3c0b1e97be39cd769b51edb2ec7b370b.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 580659bf4a7d2c06079ded17f400cf27.jpeg</li> + <li>Filename B:<br> 3c0b1e97be39cd769b51edb2ec7b370b.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 5eee6f038d2455690a59f32e8308802a.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/5eee6f038d2455690a59f32e8308802a.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/0f3055d0dcec04849f147bcba65678d8.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 5eee6f038d2455690a59f32e8308802a.jpeg</li> + <li>Filename B:<br> 0f3055d0dcec04849f147bcba65678d8.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 644b519114871deef50274ee32c8b534.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/644b519114871deef50274ee32c8b534.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/1cfe625bbe93f68474842ed97dc17549.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 644b519114871deef50274ee32c8b534.jpeg</li> + <li>Filename B:<br> 1cfe625bbe93f68474842ed97dc17549.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 666ddf575c3b772b330a790b87bc1c8c.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/666ddf575c3b772b330a790b87bc1c8c.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/03dc49f8edf5832a26e68845a924a534.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 666ddf575c3b772b330a790b87bc1c8c.jpeg</li> + <li>Filename B:<br> 03dc49f8edf5832a26e68845a924a534.jpeg</li> + <li>Score: 10</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 70995a9b1a77afc853faaca1394f6737.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/70995a9b1a77afc853faaca1394f6737.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/a27c10351b05e7c2f297986ee6e8a13f.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 70995a9b1a77afc853faaca1394f6737.jpeg</li> + <li>Filename B:<br> a27c10351b05e7c2f297986ee6e8a13f.jpeg</li> + <li>Score: 10</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 738a479878f57f1c11849f9aa3675600.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/738a479878f57f1c11849f9aa3675600.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/51c1b9cc7b0b6ec212ce0afe5a4ce6d6.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 738a479878f57f1c11849f9aa3675600.jpeg</li> + <li>Filename B:<br> 51c1b9cc7b0b6ec212ce0afe5a4ce6d6.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 743f146e03becdcdd77cda5ba6c144e5.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/743f146e03becdcdd77cda5ba6c144e5.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/565e85ea66f2c34eb8097dddd1fcb073.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 743f146e03becdcdd77cda5ba6c144e5.jpeg</li> + <li>Filename B:<br> 565e85ea66f2c34eb8097dddd1fcb073.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 79552f24ace16a784d058818ab57fa4b.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/79552f24ace16a784d058818ab57fa4b.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/229b914b273a93e60bc8dc7e6ec7ea1c.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 79552f24ace16a784d058818ab57fa4b.jpeg</li> + <li>Filename B:<br> 229b914b273a93e60bc8dc7e6ec7ea1c.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 7f17c8ee835dd66a493469890498a366.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/7f17c8ee835dd66a493469890498a366.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/5448f987c67a4596277700112b6b061a.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 7f17c8ee835dd66a493469890498a366.jpeg</li> + <li>Filename B:<br> 5448f987c67a4596277700112b6b061a.jpeg</li> + <li>Score: 10</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 80ae00ac8e2aaf0547fc95f61457b7f8.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/80ae00ac8e2aaf0547fc95f61457b7f8.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/e428d3c5e3686ead99f5df6ebb7e2721.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 80ae00ac8e2aaf0547fc95f61457b7f8.jpeg</li> + <li>Filename B:<br> e428d3c5e3686ead99f5df6ebb7e2721.jpeg</li> + <li>Score: 10</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 8374dd701ad36196cfd1e3ffb0f6dbd7.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/8374dd701ad36196cfd1e3ffb0f6dbd7.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/424aeb9f7dffe9977832a1709ef8a194.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 8374dd701ad36196cfd1e3ffb0f6dbd7.jpeg</li> + <li>Filename B:<br> 424aeb9f7dffe9977832a1709ef8a194.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 889b66ef26458ad00ddc6f562072268f.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/889b66ef26458ad00ddc6f562072268f.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/1d2e3f937a42a10057b2f03d7258942d.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 889b66ef26458ad00ddc6f562072268f.jpeg</li> + <li>Filename B:<br> 1d2e3f937a42a10057b2f03d7258942d.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 899e7377fdd4a5c64402bd6a8f10416f.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/899e7377fdd4a5c64402bd6a8f10416f.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/9421f7312c18aed5fdbf084e65a5e1a8.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 899e7377fdd4a5c64402bd6a8f10416f.jpeg</li> + <li>Filename B:<br> 9421f7312c18aed5fdbf084e65a5e1a8.jpeg</li> + <li>Score: 8</li> + </ul> + </td> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/899e7377fdd4a5c64402bd6a8f10416f.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/d489bc0e16144f1ce54e2713e8d711f6.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 899e7377fdd4a5c64402bd6a8f10416f.jpeg</li> + <li>Filename B:<br> d489bc0e16144f1ce54e2713e8d711f6.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 8aaec406d8d0acb7e6338e26b9720435.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/8aaec406d8d0acb7e6338e26b9720435.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/f3d17e1b51f72e6df4408bb240c9737c.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 8aaec406d8d0acb7e6338e26b9720435.jpeg</li> + <li>Filename B:<br> f3d17e1b51f72e6df4408bb240c9737c.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 908cba92ec904d1db0a73e994aa2a15a.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/908cba92ec904d1db0a73e994aa2a15a.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/43bb753f5cc6b73e38eb8f05cc3e9a94.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 908cba92ec904d1db0a73e994aa2a15a.jpeg</li> + <li>Filename B:<br> 43bb753f5cc6b73e38eb8f05cc3e9a94.jpeg</li> + <li>Score: 8</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 9421f7312c18aed5fdbf084e65a5e1a8.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/9421f7312c18aed5fdbf084e65a5e1a8.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/899e7377fdd4a5c64402bd6a8f10416f.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 9421f7312c18aed5fdbf084e65a5e1a8.jpeg</li> + <li>Filename B:<br> 899e7377fdd4a5c64402bd6a8f10416f.jpeg</li> + <li>Score: 8</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for 9b05aeeda19385b5345e2bd5ec4f9f70.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/9b05aeeda19385b5345e2bd5ec4f9f70.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/3e1a2a126203fb4c31957fffcabf0ca8.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> 9b05aeeda19385b5345e2bd5ec4f9f70.jpeg</li> + <li>Filename B:<br> 3e1a2a126203fb4c31957fffcabf0ca8.jpeg</li> + <li>Score: 6</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for a27c10351b05e7c2f297986ee6e8a13f.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/a27c10351b05e7c2f297986ee6e8a13f.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/70995a9b1a77afc853faaca1394f6737.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> a27c10351b05e7c2f297986ee6e8a13f.jpeg</li> + <li>Filename B:<br> 70995a9b1a77afc853faaca1394f6737.jpeg</li> + <li>Score: 10</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for ad0695425cae2dd63fa6db076911accf.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/ad0695425cae2dd63fa6db076911accf.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/3880abbcd602b616bf7da94145b43822.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> ad0695425cae2dd63fa6db076911accf.jpeg</li> + <li>Filename B:<br> 3880abbcd602b616bf7da94145b43822.jpeg</li> + <li>Score: 4</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for aff49bd155ff187d6515d2c4a923e921.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/aff49bd155ff187d6515d2c4a923e921.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/b15cf29849ce628a757e4abb71d33e1c.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> aff49bd155ff187d6515d2c4a923e921.jpeg</li> + <li>Filename B:<br> b15cf29849ce628a757e4abb71d33e1c.jpeg</li> + <li>Score: 8</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for b15cf29849ce628a757e4abb71d33e1c.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/b15cf29849ce628a757e4abb71d33e1c.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/aff49bd155ff187d6515d2c4a923e921.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> b15cf29849ce628a757e4abb71d33e1c.jpeg</li> + <li>Filename B:<br> aff49bd155ff187d6515d2c4a923e921.jpeg</li> + <li>Score: 8</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for b57bbae187b43e76bf28d4cd82c6a27b.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/b57bbae187b43e76bf28d4cd82c6a27b.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/e78487a46d3a58ca794eace8691f66e0.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> b57bbae187b43e76bf28d4cd82c6a27b.jpeg</li> + <li>Filename B:<br> e78487a46d3a58ca794eace8691f66e0.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for bcd18cf7f6849e7344085c26fc00f09a.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/bcd18cf7f6849e7344085c26fc00f09a.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/2c9f9dec4f0ea3a5e87395815f943e82.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> bcd18cf7f6849e7344085c26fc00f09a.jpeg</li> + <li>Filename B:<br> 2c9f9dec4f0ea3a5e87395815f943e82.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for c78bd33fcfeb403116813dd5107d6d7b.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/c78bd33fcfeb403116813dd5107d6d7b.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/2025f934b8b3810feb03a775deb316a7.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> c78bd33fcfeb403116813dd5107d6d7b.jpeg</li> + <li>Filename B:<br> 2025f934b8b3810feb03a775deb316a7.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for cb71a91a13e60f97b5f1c6a0dbd18c8f.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/cb71a91a13e60f97b5f1c6a0dbd18c8f.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/1fd5fd6c0f93251b9e97b76a39f64b81.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> cb71a91a13e60f97b5f1c6a0dbd18c8f.jpeg</li> + <li>Filename B:<br> 1fd5fd6c0f93251b9e97b76a39f64b81.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for d23d70df933221630e2074b4106a81bc.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/d23d70df933221630e2074b4106a81bc.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/3d77599f61bbde5d52ff1a43ce492fb7.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> d23d70df933221630e2074b4106a81bc.jpeg</li> + <li>Filename B:<br> 3d77599f61bbde5d52ff1a43ce492fb7.jpeg</li> + <li>Score: 10</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for d2aa45b4966dfab3f35c5c865424d2b6.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/d2aa45b4966dfab3f35c5c865424d2b6.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/ed294c4a0bf1fc7120fe3fde8d96a9ac.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> d2aa45b4966dfab3f35c5c865424d2b6.jpeg</li> + <li>Filename B:<br> ed294c4a0bf1fc7120fe3fde8d96a9ac.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for db4dace2a5e40c27436e184a70239d9a.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/db4dace2a5e40c27436e184a70239d9a.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/32e103f5ca148ed17011ed8a12e182dc.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> db4dace2a5e40c27436e184a70239d9a.jpeg</li> + <li>Filename B:<br> 32e103f5ca148ed17011ed8a12e182dc.jpeg</li> + <li>Score: 10</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for dfffb11a73bc0fe24e6baccb24245ebf.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/dfffb11a73bc0fe24e6baccb24245ebf.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/509783b58e9832e1398bc8fcddf6ca34.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> dfffb11a73bc0fe24e6baccb24245ebf.jpeg</li> + <li>Filename B:<br> 509783b58e9832e1398bc8fcddf6ca34.jpeg</li> + <li>Score: 8</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for e428d3c5e3686ead99f5df6ebb7e2721.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/e428d3c5e3686ead99f5df6ebb7e2721.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/80ae00ac8e2aaf0547fc95f61457b7f8.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> e428d3c5e3686ead99f5df6ebb7e2721.jpeg</li> + <li>Filename B:<br> 80ae00ac8e2aaf0547fc95f61457b7f8.jpeg</li> + <li>Score: 10</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for e78487a46d3a58ca794eace8691f66e0.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/e78487a46d3a58ca794eace8691f66e0.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/b57bbae187b43e76bf28d4cd82c6a27b.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> e78487a46d3a58ca794eace8691f66e0.jpeg</li> + <li>Filename B:<br> b57bbae187b43e76bf28d4cd82c6a27b.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for ed294c4a0bf1fc7120fe3fde8d96a9ac.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/ed294c4a0bf1fc7120fe3fde8d96a9ac.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/d2aa45b4966dfab3f35c5c865424d2b6.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> ed294c4a0bf1fc7120fe3fde8d96a9ac.jpeg</li> + <li>Filename B:<br> d2aa45b4966dfab3f35c5c865424d2b6.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for f3d17e1b51f72e6df4408bb240c9737c.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/f3d17e1b51f72e6df4408bb240c9737c.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/8aaec406d8d0acb7e6338e26b9720435.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> f3d17e1b51f72e6df4408bb240c9737c.jpeg</li> + <li>Filename B:<br> 8aaec406d8d0acb7e6338e26b9720435.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for f3df7d8132f197562f76b1ccfe8a8a88.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/f3df7d8132f197562f76b1ccfe8a8a88.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/20c0382f1fd83ff489dfc94b6d93a3cb.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> f3df7d8132f197562f76b1ccfe8a8a88.jpeg</li> + <li>Filename B:<br> 20c0382f1fd83ff489dfc94b6d93a3cb.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for f71e081a4323af55fc6b0e9413d2c574.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/f71e081a4323af55fc6b0e9413d2c574.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/fb06955237230dfe085bff351f3124ea.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> f71e081a4323af55fc6b0e9413d2c574.jpeg</li> + <li>Filename B:<br> fb06955237230dfe085bff351f3124ea.jpeg</li> + <li>Score: 10</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for fae9ba3aada5e7cb62f10abc9243bd65.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/fae9ba3aada5e7cb62f10abc9243bd65.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/fb10b9d0878f49947ccbd787ae550357.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> fae9ba3aada5e7cb62f10abc9243bd65.jpeg</li> + <li>Filename B:<br> fb10b9d0878f49947ccbd787ae550357.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for fb06955237230dfe085bff351f3124ea.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/fb06955237230dfe085bff351f3124ea.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/f71e081a4323af55fc6b0e9413d2c574.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> fb06955237230dfe085bff351f3124ea.jpeg</li> + <li>Filename B:<br> f71e081a4323af55fc6b0e9413d2c574.jpeg</li> + <li>Score: 10</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for fb10b9d0878f49947ccbd787ae550357.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/fb10b9d0878f49947ccbd787ae550357.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/fae9ba3aada5e7cb62f10abc9243bd65.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> fb10b9d0878f49947ccbd787ae550357.jpeg</li> + <li>Filename B:<br> fae9ba3aada5e7cb62f10abc9243bd65.jpeg</li> + <li>Score: 2</li> + </ul> + </td> + </tr> + + </table> + + <h3>Duplicates for fba26b5d6d2be6b59a991753dce9338a.jpeg</h3> + <table> + <tr> + <th>Image A</th> + <th>Image B</th> + <th>Score</th> + </tr> + + <tr> + <td> + <img class="img_match img_match_a" src="images/fba26b5d6d2be6b59a991753dce9338a.jpeg" /> + </td> + <td> + <img class="img_match img_match_b" src="images/33c9311b361a223ebc16c2fc4778840b.jpeg" /> + </td> + + <td class="result_txt"> + <ul> + <li>Filename A:</h5> fba26b5d6d2be6b59a991753dce9338a.jpeg</li> + <li>Filename B:<br> 33c9311b361a223ebc16c2fc4778840b.jpeg</li> + <li>Score: 0</li> + </ul> + </td> + </tr> + + </table> + + +</body> +</html>
\ No newline at end of file |
