Deactivated all the OCR methods to rework them

This commit is contained in:
2023-05-12 08:24:16 +02:00
parent 6d2d2e11a8
commit 592025e283
5 changed files with 79 additions and 13 deletions
+3 -3
View File
@@ -59,9 +59,9 @@ namespace Test_Merge
string configFile = "./Presets/Clean_4K_2023.json";
string gpUrl = "https://f1tv.formula1.com/detail/1000006688/2023-azerbaijan-grand-prix?action=play";
//Emulator = new F1TVEmulator(gpUrl);
//await Emulator.Start();
//Reader = new Reader(configFile,Emulator.Screenshot(),true);
Emulator = new F1TVEmulator(gpUrl);
await Emulator.Start();
Reader = new Reader(configFile,Emulator.Screenshot(),true);
}
private void btnUpdate_Click(object sender, EventArgs e)