supper/config.json

47 lines
957 B
JSON
Raw Normal View History

2022-05-22 17:19:13 +00:00
{
"ocr_regions": [
{
"name": "lap",
"x": 2290,
"y": 46,
"width": 145,
"height": 90
},
{
"name": "health",
"x": 90,
"y": 1364,
"width": 52,
"height": 24
},
{
"name": "gas",
"x": 208,
"y": 1364,
"width": 52,
"height": 24
},
{
"name": "tyres",
"x": 325,
"y": 1364,
"width": 52,
"height": 24
},
{
"name": "lap_time",
"x": 2325,
"y": 169,
"width": 183,
"height": 43
},
{
"name": "best_time",
"x": 2325,
"y": 222,
"width": 183,
"height": 43
}
],
"ocr_server_endpoint": "http://localhost:3000/"
}