Added sector times and all but still not really precise and I also added some cleaning to the strings

This commit is contained in:
2023-04-04 17:53:12 +02:00
parent d9a0a5e766
commit 66ee1301f7
6 changed files with 102 additions and 77 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ namespace OCR_Decode
}
public override object DecodePng()
{
return 0;
int result = GetTimeFromPng(WindowImage);
return result;
}
}
}