You can now also add windows and it all gets dump into a nice directory for each driver.
This commit is contained in:
@@ -13,7 +13,7 @@ namespace OCR_tester
|
||||
private Bitmap FullImage;
|
||||
|
||||
private Rectangle _bounds;
|
||||
public Rectangle Bounds { get => _bounds; private set => _bounds = value; }
|
||||
public Rectangle Bounds { get => _bounds; protected set => _bounds = value; }
|
||||
|
||||
public static DirectoryInfo tessDataFolder = new DirectoryInfo(@"C:\Users\Moi\Pictures\SeleniumScreens\TessData");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user