sorted Additional languages - #81
Open
kumarram27 wants to merge 37 commits into
Open
Conversation
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@815 d0cd1f9f-072b-0410-8dd7-cf729c803f20
Move NSIS installer file to new location Support cross builds with NSIS Clean nsis configuration Fix typos in nsis configuration Add jar files needed for ScrollView.jar Move ScrollView.jar to a new section Add missing configurations to tessdata Registry settings are now disabled (problems with long PATH) Add menu sections for all languages Simplify language downloads Tune nsis configuration Add sizes for language data Improve nsis configuration Add missing translations to nsis configuration Don't show details in installer by default Initial code for 64 bit Tesseract installer Fix uninstall for TESSDATA_PREFIX registry key Remove cube code Signed-off-by: Stefan Weil <sw@weilnetz.de> nsis: Update Tesseract version to 4.00-dev Signed-off-by: Stefan Weil <sw@weilnetz.de> nsis: Disable registry settings Trying to add to PATH fails if the old PATH is very long and will result in an empty PATH. Remove these settings as they were already disabled by default, and both are not needed. Signed-off-by: Stefan Weil <sw@weilnetz.de> nsis: Add all training executables Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
- Added a couple of languages that are available for the Linux version - Add new section for script data - Get data from tessdata_fast The data files are now in the "script" subdirectory. - Update list of scripts and languages - Update path for script trained data - Add data for Han Simplified vertical script - Fix names of tessdata (jpn_vert, kmr) - Fix some path names for 64 bit version - Remove testing files from installation Those files were moved from tesseract.git to test.git. - Don't enforce admin mode, but use highest available - Don't use a checkbox for the license - Remove unused code for registry settings (PATH, TESSDATA) - Don't show README.md (did not work) Signed-off-by: Stefan Weil <sw@weilnetz.de>
The build for the Windows installer still uses the MINGW macro. Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Call autogen.sh before building installers Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Fixes: 19df204 Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
The old code for downloading of the required jar files no longer worked, obviously due to changes on maven.org. Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Disable the 32 bit build. * Add manual trigger to GitHub action. Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

#59