You can now save presets to JSON and load them

This commit is contained in:
2023-05-05 17:27:49 +02:00
parent 16be9bf7ef
commit 55d45adc1d
12 changed files with 134 additions and 129 deletions

View File

@@ -11,7 +11,7 @@ namespace Test_Merge
{
public DriverGapToLeaderWindow(Bitmap image, Rectangle bounds, bool generateEngine = true) : base(image, bounds,generateEngine)
{
Name = "Gap to leader";
Name = "GapToLeader";
}
/// <summary>
/// Decodes the gap to leader using Tesseract OCR