You can now save presets to JSON and load them
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Test_Merge
|
||||
{
|
||||
public DriverLapTimeWindow(Bitmap image, Rectangle bounds, bool generateEngine = true) : base(image, bounds,generateEngine)
|
||||
{
|
||||
Name = "Lap time";
|
||||
Name = "LapTime";
|
||||
}
|
||||
/// <summary>
|
||||
/// Decodes the lap time contained in the image using OCR Tesseract
|
||||
|
||||
Reference in New Issue
Block a user