[tesseract-ocr] Re: [tesseract-dev] Re: tesseract 3.04 can be downloaded as a package for msys2 (will work on windows)

2014-09-21 Thread Shree Devi Kumar
Thanks for tagging the releases zdenko.

Now, it will be possible to automatically mark teh revisions so that the
code compiled from git does not report being '3.04'

I posted the following as response to issue 1317

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






Shree Devi Kumar

भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com

On Sat, Sep 20, 2014 at 4:20 AM, zdenko podobny  wrote:

> I tagged master branch in repository (AFAIK initial code commit was 1.03).
> You can try:
> git tag -n1
> or on tesseract source change page [1] you can select tag from combobox
> for master branch.
>
> [1] https://code.google.com/p/tesseract-ocr/source/list
>
> Zdenko
>
> On Tue, Sep 2, 2014 at 10:08 PM, zdenko podobny  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
>>
>>
>> On Thu, Aug 28, 2014 at 6:07 PM, Tom Morris  wrote:
>>
>>> On Wed, Aug 27, 2014 at 4:51 PM, zdenko podobny 
>>> wrote:
>>>
 there is no git command for it (well maybe we could track down the
 revision number and tag it, but...)

>>>
>>> Isn't tagging releases good software engineering practice regardless of
>>> all this other discussion?
>>>
>>> Looks to me like the appropriate rev is:
>>>
>>> https://code.google.com/p/tesseract-ocr/source/detail?r=449fc8af29835d3f186fdeb9c5c32d95ed43df7f
>>>
>>> Note that there have been almost 100 commits since that source drop was
>>> made in February, so it's quite out of date.
>>>
>>> Tom
>>>
>>> --
>>> 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-dev+unsubscr...@googlegroups.com.
>>> To post to this group, send email to tesseract-...@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/CAE9vqEE_GR%3DrZ0dFGJ9EXjJ0yDqS5v4GOxzR4haYUDLiERhTaw%40mail.gmail.com
>>> 
>>> .
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>  --
> 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-dev+unsubscr...@googlegroups.com.
> To post to this group, send email to tesseract-...@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
> 
> .
> 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 tesseract-ocr+unsubscr...@googlegroups.com.
To post to this group, send email to tesseract-ocr@googlegroups.com.
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/CAG2NduUxLDk92viz%2BB70CJ07mFNs4TMzSq33usiApXZsL4bcPQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tesseract-ocr] Re: [tesseract-dev] Re: tesseract 3.04 can be downloaded as a package for msys2 (will work on windows)

2014-08-31 Thread Shree
Also
http://tesseract-ocr.googlecode.com/svn/trunk/ChangeLog

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.


On Saturday, August 30, 2014 3:34:06 PM UTC+5:30, Paul Vorbach wrote:
>
> I think a lot of this is caused by the project home page claiming that 
> Tesseract 3.03 is shipped with Ubuntu 2014.04. This sounds like it is a 
> final release. I'd change or remove that statement.
>
> Roadmap
>>
>> 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
>>
> Paul
>
>
> Am Mittwoch, 27. August 2014 11:11:32 UTC+2 schrieb zdenop:
>>
>> Anybody who is packaging tesseract and publicaly sharing 3.03 (excluding 
>> -rc1) and 3.04 is lying. There are no such releases. 
>> Repository is intended for developers and testers not for packagers! And 
>> it is absolutely normal that there are changes of version withing 
>> repository. There are for developers and testers.
>>
>> If packagers are not able to respect project (there are reasong why there 
>> is no new release) that we should we should remove public tesseract 
>> repository.
>>
>> Zdenko
>>
>>
>> On Wed, Aug 27, 2014 at 3:46 AM, shree  wrote:
>>
>>> Zdenko,
>>>
>>> Sorry it was not meant to be a 'release' of 3.04, I just wanted to get 
>>> the latest code compiled under msys2 and asked the developers for help and 
>>> suggested a package of tesseract and leptonica under msys2. I presume, it 
>>> is ok to label it as 3.03 with the *Revision:* *298e31465a44.*
>>>
>>> However, as I had asked you in an earlier post, your last commit of 
>>> configure.ac does show tesseract version as 3.04 
>>>
>>> >> 
>>>  # 
>>> # Initialization
>>> # 
>>>
>>> AC_PREREQ(2.50)
>>> AC_INIT([tesseract], [3.04], [
>>> http://code.google.com/p/tesseract-ocr/issues/list]) >>
>>>
>>> FYI, training tools did compile under msys2 on windows8.
>>>
>>> Thanks,
>>> Shree
>>>
>>>
>>>
>>> On Tuesday, August 26, 2014 4:39:47 PM UTC+5:30, zdenop wrote:
>>>
 Please stop with this releases!!!
 3.04 was not released! We are skipping 3.03 release because some people 
 decided to spread 3.03 on internet and there was need to change API. AFAIK 
 more API changes for 3.04 should come!
 You are not helping this project defintely.

 Zdenko


 On Tue, Aug 26, 2014 at 10:03 AM, Shree Devi Kumar  
 wrote:

>  Please note that this does NOT install any language data.
>
> Shree Devi Kumar
> 
> भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com
>
>
> On Tue, Aug 26, 2014 at 1:05 PM, Shree Devi Kumar  
> wrote:
>
>> Follow instructions on 
>>
>> https://sourceforge.net/p/msys2/wiki/MSYS2%20installation/
>>
>> to setup msys2
>>
>>
>>- 43 minutes ago [image: Alexx83]Alexx83 
>> posted a comment 
>> on ticket #71 
>> 
>>
>>Now tesseract-orc can be installed via pacman. For future, I 
>>prefer to discuss issues...
>>- 46 minutes agoMSYS2  released 
>>/REPOS/MINGW/x86_64/mingw-w64-x86_64-tesseract-ocr-3.04-1-any.pkg.
>>tar.xz.sig 
>>
>> 

[tesseract-ocr] Re: [tesseract-dev] Re: tesseract 3.04 can be downloaded as a package for msys2 (will work on windows)

2014-08-30 Thread Paul
I think a lot of this is caused by the project home page claiming that 
Tesseract 3.03 is shipped with Ubuntu 2014.04. This sounds like it is a 
final release. I'd change or remove that statement.

Roadmap
>
> 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
>
Paul


Am Mittwoch, 27. August 2014 11:11:32 UTC+2 schrieb zdenop:
>
> Anybody who is packaging tesseract and publicaly sharing 3.03 (excluding 
> -rc1) and 3.04 is lying. There are no such releases. 
> Repository is intended for developers and testers not for packagers! And 
> it is absolutely normal that there are changes of version withing 
> repository. There are for developers and testers.
>
> If packagers are not able to respect project (there are reasong why there 
> is no new release) that we should we should remove public tesseract 
> repository.
>
> Zdenko
>
>
> On Wed, Aug 27, 2014 at 3:46 AM, shree > 
> wrote:
>
>> Zdenko,
>>
>> Sorry it was not meant to be a 'release' of 3.04, I just wanted to get 
>> the latest code compiled under msys2 and asked the developers for help and 
>> suggested a package of tesseract and leptonica under msys2. I presume, it 
>> is ok to label it as 3.03 with the *Revision:* *298e31465a44.*
>>
>> However, as I had asked you in an earlier post, your last commit of 
>> configure.ac does show tesseract version as 3.04 
>>
>> >> 
>>  # 
>> # Initialization
>> # 
>>
>> AC_PREREQ(2.50)
>> AC_INIT([tesseract], [3.04], [
>> http://code.google.com/p/tesseract-ocr/issues/list]) >>
>>
>> FYI, training tools did compile under msys2 on windows8.
>>
>> Thanks,
>> Shree
>>
>>
>>
>> On Tuesday, August 26, 2014 4:39:47 PM UTC+5:30, zdenop wrote:
>>
>>> Please stop with this releases!!!
>>> 3.04 was not released! We are skipping 3.03 release because some people 
>>> decided to spread 3.03 on internet and there was need to change API. AFAIK 
>>> more API changes for 3.04 should come!
>>> You are not helping this project defintely.
>>>
>>> Zdenko
>>>
>>>
>>> On Tue, Aug 26, 2014 at 10:03 AM, Shree Devi Kumar  
>>> wrote:
>>>
  Please note that this does NOT install any language data.

 Shree Devi Kumar
 
 भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com


 On Tue, Aug 26, 2014 at 1:05 PM, Shree Devi Kumar  
 wrote:

> Follow instructions on 
>
> https://sourceforge.net/p/msys2/wiki/MSYS2%20installation/
>
> to setup msys2
>
>
>- 43 minutes ago [image: Alexx83]Alexx83 
> posted a comment 
> on ticket #71  
>
>Now tesseract-orc can be installed via pacman. For future, I 
>prefer to discuss issues...
>- 46 minutes agoMSYS2  released 
>/REPOS/MINGW/x86_64/mingw-w64-x86_64-tesseract-ocr-3.04-1-any.pkg.
>tar.xz.sig 
>
> 
>  
>- 46 minutes ago MSYS2  released 
>/REPOS/MINGW/x86_64/mingw-w64-x86_64-tesseract-ocr-3.04-1-any.pkg.
>tar.xz 
>
> 
>  
>- 48 minutes ago MSYS2  released 
>/REPOS/MINGW/i686/mingw-w64-i686-tesseract-
>ocr-3.04-1-any.pkg.tar.xz.sig 
>
> 
>  
>- 48 minutes ago 
>
>
> -- Forwarded message --
> From: Alexx83 
> Date: Tue, Aug 26, 2014 at 12:21 PM
> Subject: [msys2:tickets] #71 tesseract-ocr build failed with bad reloc 
> address 0x23
> To: "[msys2:tickets]" <7...@tickets.msys2.p.re.sf.net>
>
> Now tesseract-orc can be installed via pacman.
> For future, I prefer to discuss issues with present packages or new 

[tesseract-ocr] Re: [tesseract-dev] Re: tesseract 3.04 can be downloaded as a package for msys2 (will work on windows)

2014-08-28 Thread Tom Morris
On Wed, Aug 27, 2014 at 4:51 PM, zdenko podobny  wrote:

> there is no git command for it (well maybe we could track down the
> revision number and tag it, but...)
>

Isn't tagging releases good software engineering practice regardless of all
this other discussion?

Looks to me like the appropriate rev is:
https://code.google.com/p/tesseract-ocr/source/detail?r=449fc8af29835d3f186fdeb9c5c32d95ed43df7f

Note that there have been almost 100 commits since that source drop was
made in February, so it's quite out of date.

Tom

-- 
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 tesseract-ocr+unsubscr...@googlegroups.com.
To post to this group, send email to tesseract-ocr@googlegroups.com.
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/CAE9vqEE_GR%3DrZ0dFGJ9EXjJ0yDqS5v4GOxzR4haYUDLiERhTaw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tesseract-ocr] Re: [tesseract-dev] Re: tesseract 3.04 can be downloaded as a package for msys2 (will work on windows)

2014-08-27 Thread zdenko podobny
there is no git command for it (well maybe we could track down the revision
number and tag it, but...)
If somebody want to use -rc1, he/she should use googledrive package.

Zdenko


On Wed, Aug 27, 2014 at 11:25 AM, Shree Devi Kumar 
wrote:

> What is the git clone command to get tesseract 3.03 rc1 ?
>
>
> On Wed, Aug 27, 2014 at 2:40 PM, zdenko podobny  wrote:
>
>> Anybody who is packaging tesseract and publicaly sharing 3.03 (excluding
>> -rc1) and 3.04 is lying. There are no such releases.
>> Repository is intended for developers and testers not for packagers! And
>> it is absolutely normal that there are changes of version withing
>> repository. There are for developers and testers.
>>
>> If packagers are not able to respect project (there are reasong why there
>> is no new release) that we should we should remove public tesseract
>> repository.
>>
>> Zdenko
>>
>>
>> On Wed, Aug 27, 2014 at 3:46 AM, shree  wrote:
>>
>>> Zdenko,
>>>
>>> Sorry it was not meant to be a 'release' of 3.04, I just wanted to get
>>> the latest code compiled under msys2 and asked the developers for help and
>>> suggested a package of tesseract and leptonica under msys2. I presume, it
>>> is ok to label it as 3.03 with the *Revision:* *298e31465a44.*
>>>
>>> However, as I had asked you in an earlier post, your last commit of
>>> configure.ac does show tesseract version as 3.04
>>>
>>> >>
>>>  # 
>>> # Initialization
>>> # 
>>>
>>> AC_PREREQ(2.50)
>>> AC_INIT([tesseract], [3.04], [
>>> http://code.google.com/p/tesseract-ocr/issues/list]) >>
>>>
>>> FYI, training tools did compile under msys2 on windows8.
>>>
>>> Thanks,
>>> Shree
>>>
>>>
>>>
>>> On Tuesday, August 26, 2014 4:39:47 PM UTC+5:30, zdenop wrote:
>>>
 Please stop with this releases!!!
 3.04 was not released! We are skipping 3.03 release because some people
 decided to spread 3.03 on internet and there was need to change API. AFAIK
 more API changes for 3.04 should come!
 You are not helping this project defintely.

 Zdenko


 On Tue, Aug 26, 2014 at 10:03 AM, Shree Devi Kumar 
 wrote:

>  Please note that this does NOT install any language data.
>
> Shree Devi Kumar
> 
> भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com
>
>
> On Tue, Aug 26, 2014 at 1:05 PM, Shree Devi Kumar 
> wrote:
>
>> Follow instructions on
>>
>> https://sourceforge.net/p/msys2/wiki/MSYS2%20installation/
>>
>> to setup msys2
>>
>>
>>- 43 minutes ago [image: Alexx83]Alexx83 
>> posted a comment
>> on ticket #71
>>
>>
>>Now tesseract-orc can be installed via pacman. For future, I
>>prefer to discuss issues...
>>- 46 minutes agoMSYS2  released
>>/REPOS/MINGW/x86_64/mingw-w64-x86_64-tesseract-ocr-3.04-1-any.pkg.
>>tar.xz.sig
>>
>> 
>>- 46 minutes ago MSYS2  released
>>/REPOS/MINGW/x86_64/mingw-w64-x86_64-tesseract-ocr-3.04-1-any.pkg.
>>tar.xz
>>
>> 
>>- 48 minutes ago MSYS2  released
>>/REPOS/MINGW/i686/mingw-w64-i686-tesseract-
>>ocr-3.04-1-any.pkg.tar.xz.sig
>>
>> 
>>- 48 minutes ago
>>
>>
>> -- Forwarded message --
>> From: Alexx83 
>> Date: Tue, Aug 26, 2014 at 12:21 PM
>> Subject: [msys2:tickets] #71 tesseract-ocr build failed with bad
>> reloc address 0x23
>> To: "[msys2:tickets]" <7...@tickets.msys2.p.re.sf.net>
>>
>> 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.
>>
>>
>>
>  --
> 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 

[tesseract-ocr] Re: [tesseract-dev] Re: tesseract 3.04 can be downloaded as a package for msys2 (will work on windows)

2014-08-27 Thread Shree Devi Kumar
What is the git clone command to get tesseract 3.03 rc1 ?


On Wed, Aug 27, 2014 at 2:40 PM, zdenko podobny  wrote:

> Anybody who is packaging tesseract and publicaly sharing 3.03 (excluding
> -rc1) and 3.04 is lying. There are no such releases.
> Repository is intended for developers and testers not for packagers! And
> it is absolutely normal that there are changes of version withing
> repository. There are for developers and testers.
>
> If packagers are not able to respect project (there are reasong why there
> is no new release) that we should we should remove public tesseract
> repository.
>
> Zdenko
>
>
> On Wed, Aug 27, 2014 at 3:46 AM, shree  wrote:
>
>> Zdenko,
>>
>> Sorry it was not meant to be a 'release' of 3.04, I just wanted to get
>> the latest code compiled under msys2 and asked the developers for help and
>> suggested a package of tesseract and leptonica under msys2. I presume, it
>> is ok to label it as 3.03 with the *Revision:* *298e31465a44.*
>>
>> However, as I had asked you in an earlier post, your last commit of
>> configure.ac does show tesseract version as 3.04
>>
>> >>
>>  # 
>> # Initialization
>> # 
>>
>> AC_PREREQ(2.50)
>> AC_INIT([tesseract], [3.04], [
>> http://code.google.com/p/tesseract-ocr/issues/list]) >>
>>
>> FYI, training tools did compile under msys2 on windows8.
>>
>> Thanks,
>> Shree
>>
>>
>>
>> On Tuesday, August 26, 2014 4:39:47 PM UTC+5:30, zdenop wrote:
>>
>>> Please stop with this releases!!!
>>> 3.04 was not released! We are skipping 3.03 release because some people
>>> decided to spread 3.03 on internet and there was need to change API. AFAIK
>>> more API changes for 3.04 should come!
>>> You are not helping this project defintely.
>>>
>>> Zdenko
>>>
>>>
>>> On Tue, Aug 26, 2014 at 10:03 AM, Shree Devi Kumar 
>>> wrote:
>>>
  Please note that this does NOT install any language data.

 Shree Devi Kumar
 
 भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com


 On Tue, Aug 26, 2014 at 1:05 PM, Shree Devi Kumar 
 wrote:

> Follow instructions on
>
> https://sourceforge.net/p/msys2/wiki/MSYS2%20installation/
>
> to setup msys2
>
>
>- 43 minutes ago [image: Alexx83]Alexx83 
> posted a comment 
> on ticket #71 
>
>Now tesseract-orc can be installed via pacman. For future, I
>prefer to discuss issues...
>- 46 minutes agoMSYS2  released
>/REPOS/MINGW/x86_64/mingw-w64-x86_64-tesseract-ocr-3.04-1-any.pkg.
>tar.xz.sig
>
> 
>- 46 minutes ago MSYS2  released
>/REPOS/MINGW/x86_64/mingw-w64-x86_64-tesseract-ocr-3.04-1-any.pkg.
>tar.xz
>
> 
>- 48 minutes ago MSYS2  released
>/REPOS/MINGW/i686/mingw-w64-i686-tesseract-
>ocr-3.04-1-any.pkg.tar.xz.sig
>
> 
>- 48 minutes ago
>
>
> -- Forwarded message --
> From: Alexx83 
> Date: Tue, Aug 26, 2014 at 12:21 PM
> Subject: [msys2:tickets] #71 tesseract-ocr build failed with bad reloc
> address 0x23
> To: "[msys2:tickets]" <7...@tickets.msys2.p.re.sf.net>
>
> 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.
>
>
>
  --
 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/CAG2NduVZ4sEhonj8YXAZk5xh0S9pm
 8HrWA4RfLXSbJSbeSL%3DGA%40mail.gmail.com
 

[tesseract-ocr] Re: [tesseract-dev] Re: tesseract 3.04 can be downloaded as a package for msys2 (will work on windows)

2014-08-27 Thread zdenko podobny
Anybody who is packaging tesseract and publicaly sharing 3.03 (excluding
-rc1) and 3.04 is lying. There are no such releases.
Repository is intended for developers and testers not for packagers! And it
is absolutely normal that there are changes of version withing repository.
There are for developers and testers.

If packagers are not able to respect project (there are reasong why there
is no new release) that we should we should remove public tesseract
repository.

Zdenko


On Wed, Aug 27, 2014 at 3:46 AM, shree  wrote:

> Zdenko,
>
> Sorry it was not meant to be a 'release' of 3.04, I just wanted to get the
> latest code compiled under msys2 and asked the developers for help and
> suggested a package of tesseract and leptonica under msys2. I presume, it
> is ok to label it as 3.03 with the *Revision:* *298e31465a44.*
>
> However, as I had asked you in an earlier post, your last commit of
> configure.ac does show tesseract version as 3.04
>
> >>
>  # 
> # Initialization
> # 
>
> AC_PREREQ(2.50)
> AC_INIT([tesseract], [3.04], [
> http://code.google.com/p/tesseract-ocr/issues/list]) >>
>
> FYI, training tools did compile under msys2 on windows8.
>
> Thanks,
> Shree
>
>
>
> On Tuesday, August 26, 2014 4:39:47 PM UTC+5:30, zdenop wrote:
>
>> Please stop with this releases!!!
>> 3.04 was not released! We are skipping 3.03 release because some people
>> decided to spread 3.03 on internet and there was need to change API. AFAIK
>> more API changes for 3.04 should come!
>> You are not helping this project defintely.
>>
>> Zdenko
>>
>>
>> On Tue, Aug 26, 2014 at 10:03 AM, Shree Devi Kumar 
>> wrote:
>>
>>>  Please note that this does NOT install any language data.
>>>
>>> Shree Devi Kumar
>>> 
>>> भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com
>>>
>>>
>>> On Tue, Aug 26, 2014 at 1:05 PM, Shree Devi Kumar 
>>> wrote:
>>>
 Follow instructions on

 https://sourceforge.net/p/msys2/wiki/MSYS2%20installation/

 to setup msys2


- 43 minutes ago [image: Alexx83]Alexx83 
 posted a comment 
 on ticket #71 

Now tesseract-orc can be installed via pacman. For future, I prefer
to discuss issues...
- 46 minutes agoMSYS2  released
/REPOS/MINGW/x86_64/mingw-w64-x86_64-tesseract-ocr-3.04-1-any.pkg.
tar.xz.sig

 
- 46 minutes ago MSYS2  released
/REPOS/MINGW/x86_64/mingw-w64-x86_64-tesseract-ocr-3.04-1-any.pkg.
tar.xz

 
- 48 minutes ago MSYS2  released
/REPOS/MINGW/i686/mingw-w64-i686-tesseract-
ocr-3.04-1-any.pkg.tar.xz.sig

 
- 48 minutes ago


 -- Forwarded message --
 From: Alexx83 
 Date: Tue, Aug 26, 2014 at 12:21 PM
 Subject: [msys2:tickets] #71 tesseract-ocr build failed with bad reloc
 address 0x23
 To: "[msys2:tickets]" <7...@tickets.msys2.p.re.sf.net>

 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.



>>>  --
>>> 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/CAG2NduVZ4sEhonj8YXAZk5xh0S9pm
>>> 8HrWA4RfLXSbJSbeSL%3DGA%40mail.gmail.com
>>> 
>>> .
>>>
>>> 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 

[tesseract-ocr] Re: [tesseract-dev] Re: tesseract 3.04 can be downloaded as a package for msys2 (will work on windows)

2014-08-26 Thread shree
Zdenko,

Sorry it was not meant to be a 'release' of 3.04, I just wanted to get the 
latest code compiled under msys2 and asked the developers for help and 
suggested a package of tesseract and leptonica under msys2. I presume, it 
is ok to label it as 3.03 with the *Revision:* *298e31465a44.*

However, as I had asked you in an earlier post, your last commit of 
configure.ac does show tesseract version as 3.04 

>> 
# 
# Initialization
# 

AC_PREREQ(2.50)
AC_INIT([tesseract], [3.04], 
[http://code.google.com/p/tesseract-ocr/issues/list]) >>

FYI, training tools did compile under msys2 on windows8.

Thanks,
Shree



On Tuesday, August 26, 2014 4:39:47 PM UTC+5:30, zdenop wrote:
>
> Please stop with this releases!!!
> 3.04 was not released! We are skipping 3.03 release because some people 
> decided to spread 3.03 on internet and there was need to change API. AFAIK 
> more API changes for 3.04 should come!
> You are not helping this project defintely.
>
> Zdenko
>
>
> On Tue, Aug 26, 2014 at 10:03 AM, Shree Devi Kumar  > wrote:
>
>> Please note that this does NOT install any language data.
>>
>> Shree Devi Kumar
>> 
>> भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com
>>
>>
>> On Tue, Aug 26, 2014 at 1:05 PM, Shree Devi Kumar > > wrote:
>>
>>> Follow instructions on 
>>>
>>> https://sourceforge.net/p/msys2/wiki/MSYS2%20installation/
>>>
>>> to setup msys2
>>>
>>>
>>>- 43 minutes ago [image: Alexx83]Alexx83 
>>> posted a comment 
>>> on ticket #71  
>>>
>>>Now tesseract-orc can be installed via pacman. For future, I prefer 
>>>to discuss issues...
>>>- 46 minutes agoMSYS2  released 
>>>
>>> /REPOS/MINGW/x86_64/mingw-w64-x86_64-tesseract-ocr-3.04-1-any.pkg.tar.xz.sig
>>>  
>>>
>>> 
>>>  
>>>- 46 minutes ago MSYS2  released 
>>>/REPOS/MINGW/x86_64/mingw-w64-x86_64-tesseract-ocr-3.04-1-any.pkg.tar.xz 
>>>
>>> 
>>>  
>>>- 48 minutes ago MSYS2  released 
>>>/REPOS/MINGW/i686/mingw-w64-i686-tesseract-ocr-3.04-1-any.pkg.tar.xz.sig 
>>>
>>> 
>>>  
>>>- 48 minutes ago 
>>>
>>>
>>> -- Forwarded message --
>>> From: Alexx83 >
>>> Date: Tue, Aug 26, 2014 at 12:21 PM
>>> Subject: [msys2:tickets] #71 tesseract-ocr build failed with bad reloc 
>>> address 0x23
>>> To: "[msys2:tickets]" <7...@tickets.msys2.p.re.sf.net >
>>>
>>> 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.
>>>
>>>
>>>
>>  -- 
>> 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/CAG2NduVZ4sEhonj8YXAZk5xh0S9pm8HrWA4RfLXSbJSbeSL%3DGA%40mail.gmail.com
>>  
>> 
>> .
>>
>> 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 tesseract-ocr+unsubscr...@googlegroups.com.
To post to this group, send email to tesseract-ocr@googlegroups.com.
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/13e0cce0-dd83-4791-a148-9b79eb9c9f10%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tesseract-ocr] Re: [tesseract-dev] Re: tesseract 3.04 can be downloaded as a package for msys2 (will work on windows)

2014-08-26 Thread zdenko podobny
Please stop with this releases!!!
3.04 was not released! We are skipping 3.03 release because some people
decided to spread 3.03 on internet and there was need to change API. AFAIK
more API changes for 3.04 should come!
You are not helping this project defintely.

Zdenko


On Tue, Aug 26, 2014 at 10:03 AM, Shree Devi Kumar 
wrote:

> Please note that this does NOT install any language data.
>
> Shree Devi Kumar
> 
> भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com
>
>
> On Tue, Aug 26, 2014 at 1:05 PM, Shree Devi Kumar 
> wrote:
>
>> Follow instructions on
>>
>> https://sourceforge.net/p/msys2/wiki/MSYS2%20installation/
>>
>> to setup msys2
>>
>>
>>- 43 minutes ago [image: Alexx83]Alexx83 
>> posted a comment 
>> on ticket #71 
>>
>>Now tesseract-orc can be installed via pacman. For future, I prefer
>>to discuss issues...
>>- 46 minutes agoMSYS2  released
>>
>> /REPOS/MINGW/x86_64/mingw-w64-x86_64-tesseract-ocr-3.04-1-any.pkg.tar.xz.sig
>>
>> 
>>- 46 minutes ago MSYS2  released
>>/REPOS/MINGW/x86_64/mingw-w64-x86_64-tesseract-ocr-3.04-1-any.pkg.tar.xz
>>
>> 
>>- 48 minutes ago MSYS2  released
>>/REPOS/MINGW/i686/mingw-w64-i686-tesseract-ocr-3.04-1-any.pkg.tar.xz.sig
>>
>> 
>>- 48 minutes ago
>>
>>
>> -- Forwarded message --
>> From: Alexx83 
>> Date: Tue, Aug 26, 2014 at 12:21 PM
>> Subject: [msys2:tickets] #71 tesseract-ocr build failed with bad reloc
>> address 0x23
>> To: "[msys2:tickets]" <7...@tickets.msys2.p.re.sf.net>
>>
>> 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.
>>
>>
>>
>  --
> 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-dev+unsubscr...@googlegroups.com.
> To post to this group, send email to tesseract-...@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/CAG2NduVZ4sEhonj8YXAZk5xh0S9pm8HrWA4RfLXSbJSbeSL%3DGA%40mail.gmail.com
> 
> .
>
> 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 tesseract-ocr+unsubscr...@googlegroups.com.
To post to this group, send email to tesseract-ocr@googlegroups.com.
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/CAJbzG8yBG%2B9TathNpqd7eQ%2BK1PHtK9Zf9wpcrmZTrMU6D0pt-Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.