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
+1 -1
View File
@@ -227,7 +227,7 @@ namespace Test_Merge
driverID++;
if (driverID == 9)
Console.WriteLine("AAAAA");
z.ZoneImage.Save("PUTAIN_DE_PILOTE_N" + driverID + ".png");
z.ZoneImage.Save("Driver" + driverID + ".png");
mainResults.Add(await z.Decode(drivers));
}
break;