forked from tesseract-ocr/tesseract
-
Notifications
You must be signed in to change notification settings - Fork 505
sorted Additional languages #81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
kumarram27
wants to merge
37
commits into
UB-Mannheim:windows
Choose a base branch
from
kumarram27:windows
base: windows
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
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 <[email protected]> nsis: Update Tesseract version to 4.00-dev Signed-off-by: Stefan Weil <[email protected]> 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 <[email protected]> nsis: Add all training executables Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
- 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 <[email protected]>
The build for the Windows installer still uses the MINGW macro. Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Call autogen.sh before building installers Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Fixes: 19df204 Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
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 <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
* Disable the 32 bit build. * Add manual trigger to GitHub action. Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
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