Now tesseract-orc can be installed via pacman. For future, I prefer to discuss issues...
Now tesseract-orc can be installed via pacman.
For future, I prefer to discuss issues with present packages or new packages adding on github:
https://github.com/Alexpux/MINGW-packages
For MSYS2 packages:
https://github.com/Alexpux/MSYS2-packages
You can clone git repo with our scripts and create pull requests with fixes or new packages.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-dev/CAG2NduVZ4sEhonj8YXAZk5xh0S9pm8HrWA4RfLXSbJSbeSL%3DGA%40mail.gmail.com.--
You received this message because you are subscribed to the Google Groups "tesseract-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-de...@googlegroups.com.
To post to this group, send email to tesser...@googlegroups.com.
Visit this group at http://groups.google.com/group/tesseract-dev.
| # ---------------------------------------- |
| # Initialization |
| # ---------------------------------------- |
| AC_PREREQ(2.50) |
| AC_INIT([tesseract], [3.04], [http://code.google.com/p/tesseract-ocr/issues/list]) >> |
there is no git command for it (well maybe we could track down the revision number and tag it, but...)
PaulRoadmap
Version 3.03 release candidate is now available (source only so far) for download and contains many new features. (See the ReleaseNotes for a full list.) Please check out the ReadMe before going to Downloads as you need more than one file. Even the windows executables tarball is incomplete as language files are required. Most notable new features:
- PDF output.
- New Renderer for extracting detailed recognition information at a document level.
Version 3.03 ships with recent Linux distributions such as Ubuntu 14.04.
Version 3.02 ships with Ubuntu 12.04
2014-02-04 v3.03 * Added new training tool text2image to generate box/tif file pairs from text and truetype fonts. * Added support for PDF output with searchable text. * Removed entire IMAGE class and all code in image directory. * Tesseract executable: support for output to stdout; limited support for one page images from stdin (especially on Windows) * Added Renderer to API to allow document-level processing and output of document formats, like hOCR, PDF. * Major refactor of word-level recognition, beam search, eliminating dead code. * Refactored classifier to make it easier to add new ones. * Generalized feature extractor to allow feature extraction from greyscale. * Improved sub/superscript treatment. * Improved baseline fit. * Added set_unicharset_properties to training tools. * Many bug fixes. * More training source data included.
By using [m4_esyscmd_s([git describe --tags --long --always])] in configure.ac you can get a version number of the format "3.03-rc1-106-g9e8629d" where 3.03-rc1 is the tag for the last tagged commit 106 is the number of commits since then till the current revision 9e8629d is the abbreviated hash tag of the current revision
I tagged master branch in repository (AFAIK initial code commit was 1.03). You can try:git tag -n1or on tesseract source change page [1] you can select tag from combobox for master branch.ZdenkoOn Tue, Sep 2, 2014 at 10:08 PM, zdenko podobny <zde...@gmail.com> wrote:svn repository was tagged (excluding 3.03-rc1).It seams that tags were not transferred to git repository...I will put it to my TODO list, but this is not big priority for me for the moment....Zdenko
--
You received this message because you are subscribed to the Google Groups "tesseract-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-de...@googlegroups.com.
To post to this group, send email to tesser...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-dev/CAE9vqEE_GR%3DrZ0dFGJ9EXjJ0yDqS5v4GOxzR4haYUDLiERhTaw%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "tesseract-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-de...@googlegroups.com.
To post to this group, send email to tesser...@googlegroups.com.
Visit this group at http://groups.google.com/group/tesseract-dev.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-dev/CAJbzG8xNx8vY0Ou%2BNChC0pD%2BVjwGgK1_Th7a0q1NvvYiyiUH_A%40mail.gmail.com.