On Wed, 5 Aug 2015, [email protected] wrote:
// Path to tesseract installation folder, if not on system path.
private String tesseractPath = "";
-
+
+ // Path to the 'tessdata' folder, which contains language files and config
files.
+ private String tessdataPath = "";
+
// Language dictionary to be used.
private String language = "eng";
Seems to be some inconsistent indents going on here. Any chance you could
reformat the patch and/or classes to match
http://tika.apache.org/contribute.html#Code_Formatting ?
Thanks
Nick