This repository has been archived on 2024-06-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2024-01-08 16:45:35 +01:00

17 lines
400 B
JSON

{
"profiles": {
"WSL": {
"commandName": "WSL2",
"distributionName": ""
},
"Test all img": {
"commandName": "Project",
"commandLineArgs": "\"img/*.png\"",
"workingDirectory": "D:\\git\\ba_ocr\\Implementation\\testdata"
},
"Test single img": {
"commandName": "Project",
"commandLineArgs": "\"img/historian_assistent_001.png\""
}
}
}