mirror of
https://github.com/sismics/docs.git
synced 2025-12-15 02:36:24 +00:00
Dockerization + Fix for Tesseract 3.03
This commit is contained in:
@@ -53,7 +53,7 @@ public class Tesseract {
|
||||
private static Tesseract instance;
|
||||
private final static Rectangle EMPTY_RECTANGLE = new Rectangle();
|
||||
private String language = "eng";
|
||||
private String datapath = "tessdata";
|
||||
private String datapath = null;
|
||||
private int psm = TessAPI.TessPageSegMode.PSM_AUTO;
|
||||
private boolean hocr;
|
||||
private int pageNum;
|
||||
|
||||
Reference in New Issue
Block a user