Added the framework for the recognition and partial implement of name recognition

This commit is contained in:
2023-04-04 13:45:10 +02:00
parent f3bb302ac9
commit beec16f9d6
13 changed files with 79 additions and 26 deletions
+4
View File
@@ -13,5 +13,9 @@ namespace OCR_Decode
{
Name = "Sector 1";
}
public override object DecodePng()
{
return 0;
}
}
}