As far as I understand about git, the 3.05 branch would have already been cloned when you cloned the repository.
Did you try the command git branch in your tesseract folder. You should get a response such as 3.05 * master git checkout 3.05 should put you on 3.05 branch git pull origin should get you any updates on 3.05 branch ----------- I usually only build master branch, hence do not know of exact commands to uninstall 4.00.00alpha for building 3.05 ShreeDevi ____________________________________________________________ भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com On Fri, Sep 1, 2017 at 6:35 PM, Dan9er <[email protected]> wrote: > Before, I ran git clone https://github.com/tesseract-ocr/tesseract.git > . I then built it and installed it. How do I do *clone* the 3.05 branch? > > Also, you didn't say ANYTHING about uninstalling Tesseract 4. > > On Thursday, August 31, 2017 at 2:09:18 PM UTC-4, shree wrote: >> >> *git branch * >> >> will show you the branches >> >> *git checkout 3.05* >> >> will checkout the 3.05 branch >> >> tesstrain.sh is available in 3.05 also. >> >> >> ShreeDevi >> ____________________________________________________________ >> भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com >> >> On Thu, Aug 31, 2017 at 11:27 PM, Dan9er <[email protected]> wrote: >> >>> SHIT, I installed 4.0dev from the GitHub repository (which has a new >>> training method and the wiki is SUPER confusing on this!!), I meant to >>> build 3.05.1! How do I uninstall the unstable build and git clone the 3.05 >>> branch? >>> >>> On Thursday, August 31, 2017 at 12:09:05 PM UTC-4, shree wrote: >>>> >>>> Please see tesstrain.sh script file in training directory. >>>> >>>> It automates the whole training process. >>>> >>>> On 31-Aug-2017 9:29 PM, "Dan9er" <[email protected]> wrote: >>>> >>>>> Running >>>>> training/text2image --text=npn_training_text.txt --outputbase=npn.Exo.exp0 >>>>> --font='Exo' --fonts_dir=/usr/share/fonts >>>>> >>>>> gives the desired output of two files: >>>>> >>>>> - npn.Exo.exo0.tif >>>>> - npn.Exo.exp0.box >>>>> >>>>> But running this command for the 162 fonts I want to use is very time >>>>> consuming and monotonous. I tried running this command: >>>>> training/text2image --text=npn_training_text.txt --outputbase=npn -- >>>>> fonts_dir=/usr/share/fonts --find_fonts --min_coverage=1.0 -- >>>>> render_per_font=true >>>>> >>>>> But that only made files in this format: npn.{fontName}.tif >>>>> >>>>> *How do I automate making .tif AND .box files?* Do I have to change >>>>> the --outputbase to something different or do I have to make a .sh >>>>> script? >>>>> >>>>> PS. I did run training/text2image --find_fonts with --render_per_font >>>>> set to false, so I have a npn.fontlist.txt file on hand. >>>>> >>>>> -- >>>>> 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 https://groups.google.com/group/tesseract-ocr. >>>>> To view this discussion on the web visit >>>>> https://groups.google.com/d/msgid/tesseract-ocr/9d7df5ab-e1a >>>>> d-43a6-9d7b-d7ba4ef39951%40googlegroups.com >>>>> <https://groups.google.com/d/msgid/tesseract-ocr/9d7df5ab-e1ad-43a6-9d7b-d7ba4ef39951%40googlegroups.com?utm_medium=email&utm_source=footer> >>>>> . >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> -- >>> 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 https://groups.google.com/group/tesseract-ocr. >>> To view this discussion on the web visit https://groups.google.com/d/ms >>> gid/tesseract-ocr/59709cd6-d819-4b3a-8988-405ab40e7e25%40goo >>> glegroups.com >>> <https://groups.google.com/d/msgid/tesseract-ocr/59709cd6-d819-4b3a-8988-405ab40e7e25%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- > 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 https://groups.google.com/group/tesseract-ocr. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/tesseract-ocr/a8d711b0-15b2-43c0-9b36-6e92a0d1bc3b% > 40googlegroups.com > <https://groups.google.com/d/msgid/tesseract-ocr/a8d711b0-15b2-43c0-9b36-6e92a0d1bc3b%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 https://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/CAG2NduWVs-CZjvPQec%3D0XLP4stwGY6w375dOphYoOMKgiNsavQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

