Sure, I can create a patch file that has all the changes without the formatting issues, and I'll attach it to the original ticket.
On Wed, Aug 5, 2015 at 4:40 AM, Nick Burch <[email protected]> wrote: > 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 >
