Deactivated all the OCR methods to rework them
This commit is contained in:
+3
-3
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user