Hi Sriranga, > I find there three files of '.sh - viz. > 1) language-specific.sh. (My lang is "kan") > 2)tesstrain.sh > 3)tesstrain_utils.sh. > Request for the valuable guidance how to use above .sh files ( step by step
I plan to write up some proper documentation on how to use these scripts soon. In the meantime, you can look at the comments at the top of each of the scripts, and can see how they are used in my grctraining.git repository[0] by looking at the makefile. I'll give you a very brief overview of the scripts: - tesstrain.sh: This is the script you should run yourself, giving it some options. It runs each step of the training process automatically given the right input files. - tesstrain_utils.sh: This has most of the actual logic that is run by tesstrain.sh. If you want to understand what commands tesstrain.sh runs, look here. - language-specific.sh: This sets up default options for different languages, such as the fonts to use. Many of these options can be set either here or as arguments to tesstrain.sh. Sriranga, I know this may well not be step-by-step enough information for you, but you will have to wait a bit until I have the time to explain everything more completely (should be able to do it sometime this week). Nick 0. clone it with the command 'git clone http://ancientgreekocr.org/grctraining.git' -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/20151102184917.GA21716%40manta.lan. For more options, visit https://groups.google.com/d/optout.

