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
thesis-src/Implementation/Ocr.OneShot.Resampling/Properties/launchSettings.json
T
2024-01-10 23:33:58 +01:00

14 lines
416 B
JSON

{
"profiles": {
"Test single img": {
"commandName": "Project",
"commandLineArgs": "source.png",
"workingDirectory": "D:\\git\\ba_ocr\\ocr\\Implementation\\testdata"
},
"Refresh thesis results": {
"commandName": "Project",
"commandLineArgs": "source.png",
"workingDirectory": "C:\\Users\\Simon\\Documents\\Userdata\\FH\\SEM5\\BA\\bsc\\include\\resampling"
}
}
}