diff --git a/tools/OcrDaemon/tessdata/cases.json b/tools/OcrDaemon/tessdata/cases.json new file mode 100644 index 0000000..b1fb807 --- /dev/null +++ b/tools/OcrDaemon/tessdata/cases.json @@ -0,0 +1,51 @@ +[ + { + "id": "vertex1", + "image": "images/vertex1.png", + "expected": [ + "The Vertex", + "Tribal Mask", + "Helmet", + "Quality: +20%", + "Evasion Rating: 79", + "Energy Shield: 34", + "Requires: Level 33", + "16% Increased Life Regeneration Rate", + "Has no Attribute Requirements", + "+15% to Chaos Resistance", + "Skill gems have no attribute requirements", + "+3 to level of all skills", + "15% increased mana cost efficiency", + "Twice Corrupted", + "\"A Queen should be seen, Admired, but never touched.\"", + "- Atziri, Queen of the Vaal", + "Asking Price:", + "7x Divine Orb" + ] + }, + { + "id": "vertex2", + "image": "images/vertex2.png", + "expected": [ + "The Vertex", + "Tribal Mask", + "Helmet", + "Quality: +20%", + "Evasion Rating: 182", + "Energy Shield: 77", + "Requires: Level 33", + "+29 To Spirit", + "+1 to Level of All Minion Skills", + "Has no Attribute Requirements", + "130% increased Evasion and Energy Shield", + "27% Increased Critical Hit Chance", + "+13% to Chaos Resistance", + "+2 to level of all skills", + "Twice Corrupted", + "\"A Queen should be seen, Admired, but never touched.\"", + "- Atziri, Queen of the Vaal", + "Asking Price:", + "35x Divine Orb" + ] + } +] \ No newline at end of file diff --git a/tools/OcrDaemon/tessdata/images/vertex1.png b/tools/OcrDaemon/tessdata/images/vertex1.png new file mode 100644 index 0000000..c6b9f82 Binary files /dev/null and b/tools/OcrDaemon/tessdata/images/vertex1.png differ diff --git a/tools/OcrDaemon/tessdata/images/vertex2.png b/tools/OcrDaemon/tessdata/images/vertex2.png new file mode 100644 index 0000000..1a3263f Binary files /dev/null and b/tools/OcrDaemon/tessdata/images/vertex2.png differ