@@ -55,23 +55,19 @@ Batch export functionality to handle large projects
5555This software is written in Java and can be built using [ Apache Maven] . In order to build the software you have to
5656follow these steps:
5757
58- 1 . Obtain a copy either by cloning the repository or downloading the current [ zip file ] [ zip ] .
59- 2 . Also obtain a copy of a [ patched version of ocrevalUAtion ] [ ocrevalUAtion patched ] ( [ zip file ] [ ocrevalUAtion zip ] ).
60- 3 . Open a command line in the ocrevalUAtion directory and run ` mvn clean install ` .
61- 4 . ` cd ` to the tesseract4java directory and run ` mvn clean package -Pstandalone ` . This will include the
62- Tesseract binaries for your platform. You can manually define the platform by providing the option
63- ` -Djavacpp.platform=[PLATFORM] ` (available platforms are ` windows-x86_64 ` , ` windows-x86 ` , ` linux-x86_64 ` , ` linux-x86 ` ,
64- and ` macosx-x86_64 ` ).
65-
66- After you've run through all steps, the directory "tesseract4java/ gui/target" will contain the file
58+ 1 . ` git clone https://github.com/tesseract4java/tesseract4java.git `
59+ 2 . ` cd tesseract4java `
60+ 3 . ` git submodule init `
61+ 4 . ` git submodule update `
62+ 5 . ` mvn clean package -Pstandalone ` . This will include the Tesseract binaries for your platform. You can manually
63+ define the platform by providing the option ` -Djavacpp.platform=[PLATFORM] ` (available platforms are
64+ ` windows-x86_64 ` , ` windows-x86 ` , ` linux-x86_64 ` , ` linux-x86 ` , and ` macosx-x86_64 ` ).
65+
66+ After you've run through all steps, the directory "gui/target" will contain the file
6767"tesseract4java-[ VERSION] -[ PLATFORM] .jar", which you can run by double-clicking or executing
6868` java -jar tesseract4java-[VERSION]-[PLATFORM].jar ` .
6969
7070[ Apache Maven ] : https://maven.apache.org/
71- [ zip ] : https://github.com/tesseract4java/tesseract4java/archive/develop.zip
72- [ ocrevalUAtion patched ] : https://github.com/tesseract4java/ocrevalUAtion
73- [ ocrevalUAtion zip ] : https://github.com/tesseract4java/ocrevalUAtion/archive/master.zip
74-
7571
7672## Credits
7773
9591
9692~~~
9793tesseract4java - a graphical user interface for the Tesseract OCR engine
98- Copyright (C) 2014-2016 Paul Vorbach
94+ Copyright (C) 2014-2019 Paul Vorbach
9995
10096This program is free software: you can redistribute it and/or modify
10197it under the terms of the GNU General Public License as published by
0 commit comments