Update needle exactness to avoid failing on typos.

This commit is contained in:
Lukas Ruzicka 2022-10-06 10:29:32 +02:00
parent 0a55d92dcd
commit 7a7293f666
4 changed files with 60 additions and 56 deletions

View File

@ -1,15 +1,16 @@
{
"area": [
{
"type": "match",
"width": 174,
"ypos": 129,
"height": 102,
"xpos": 8
}
],
"properties": [],
"tags": [
"gte_code_highlighted"
]
{
"area": [
{
"xpos": 8,
"ypos": 129,
"width": 174,
"height": 102,
"type": "match",
"match": "93"
}
],
"properties": [],
"tags": [
"gte_code_highlighted"
]
}

View File

@ -1,15 +1,16 @@
{
"area": [
{
"type": "match",
"width": 174,
"ypos": 129,
"height": 102,
"xpos": 8
}
],
"properties": [],
"tags": [
"gte_code_highlighted"
]
{
"area": [
{
"xpos": 8,
"ypos": 129,
"width": 174,
"height": 102,
"type": "match",
"match": "93"
}
],
"properties": [],
"tags": [
"gte_code_highlighted"
]
}

View File

@ -1,15 +1,16 @@
{
"area": [
{
"width": 174,
"xpos": 8,
"type": "match",
"height": 107,
"ypos": 140
}
],
"properties": [],
"tags": [
"gte_code_highlighted"
]
{
"area": [
{
"xpos": 8,
"ypos": 140,
"width": 174,
"height": 107,
"type": "match",
"match": "93"
}
],
"properties": [],
"tags": [
"gte_code_highlighted"
]
}

View File

@ -1,15 +1,16 @@
{
"area": [
{
"xpos": 8,
"width": 174,
"type": "match",
"ypos": 133,
"height": 88
}
],
"properties": [],
"tags": [
"gte_code_highlighted"
]
{
"area": [
{
"xpos": 8,
"ypos": 133,
"width": 174,
"height": 88,
"type": "match",
"match": "93"
}
],
"properties": [],
"tags": [
"gte_code_highlighted"
]
}