Re: [tesseract-ocr] Successfully installed and run Tesseract on Ubuntu, but can't find baseapi.h file to include ...

2015-09-03 Thread zdenko podobny
On Wed, Sep 2, 2015 at 5:16 PM,  wrote:

> Hi Thanks for the notes! The problem was that I was used to using
> tesseract on mac, which has a different install process (I believe) from
> ubuntu. I needed to compile it on ubuntu, which I think is possibly
> equivalent to installing the tesseract dev package?
>

Packager usualy split distribution files to several packages - comman are
2: "runtime" and "dev" You do not need "dev" package for running program
(e.g. tesseract). With this approach you can save a space for end users.

If you install tesseract from source you install everything (excluding
language data ;-) ): tesseract executable, tesseract library, tesseract
header files...

>
> Question for sriranga, is this Tesseract 3.4.0 you mention only an iOS
> thing? I see a few pages from a google search but they are all related to
> iOS and according to this:
> http://cocoadocs.org/docsets/TesseractOCRiOS/3.4.0/
>
> it is based on 3.03.
>
> On Monday, August 31, 2015 at 6:34:07 AM UTC-7, zdenop wrote:
>>
>> Did you installed tesseract dev package?
>>
>> Zdenko
>>
>> On Sun, Aug 30, 2015 at 8:07 PM,  wrote:
>>
>>>
>>> Tesseract:
>>> tesseract-ocr: Installed: 3.03.02-3
>>>
>>>
>>> Ubuntu:
>>>
>>> Ubuntu 14.04.3 LTS
>>>
>>> Also, just to make sure I'm not missing something, is there a
>>> distinction between tesseract-ocr and tesseract?
>>>
>>>
>>>
>>> On Sunday, August 30, 2015 at 1:59:00 AM UTC-7, sriranga(82yrsold) wrote:

 which version of ubuntu on which tesseract installed. also indicate
 version of tesseract-ocr  - since I want to install on ubuntu 15.04.

 On Sun, Aug 30, 2015 at 10:20 AM,  wrote:

> are there different types of installations of which I have chosen the
> wrong one? The leptonica include files are showing up fine.
>
> Thanks very much!
>
> --
> 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-oc...@googlegroups.com.
> To post to this group, send email to tesser...@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/28fc28af-2c46-45bd-8a47-7201badce53a%40googlegroups.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-oc...@googlegroups.com.
>>> To post to this group, send email to tesser...@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/35da636e-7d65-4c38-bb7b-4a56fd3a7eda%40googlegroups.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/577b6bc9-c74c-4df0-861e-3cd0bca28b4c%40googlegroups.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/CAJbzG8zq_xxPH-SOVbVMNTVBc%2BxO%3Dq5Q5s_LwbGp%2BaQ14q8fQw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tesseract-ocr] Successfully installed and run Tesseract on Ubuntu, but can't find baseapi.h file to include ...

2015-09-03 Thread Jeff Breidenbach
sudo apt-get install tesseract-dev

-- 
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/a9abb1b1-1051-4e85-a4bf-fee6d09a3545%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tesseract-ocr] Successfully installed and run Tesseract on Ubuntu, but can't find baseapi.h file to include ...

2015-09-02 Thread Sriranga(82yrsold)
I dont kow about ios. I am using ubuntu in window platform computer.

On Wed, Sep 2, 2015 at 8:46 PM,  wrote:

> Hi Thanks for the notes! The problem was that I was used to using
> tesseract on mac, which has a different install process (I believe) from
> ubuntu. I needed to compile it on ubuntu, which I think is possibly
> equivalent to installing the tesseract dev package?
>
> Question for sriranga, is this Tesseract 3.4.0 you mention only an iOS
> thing? I see a few pages from a google search but they are all related to
> iOS and according to this:
> http://cocoadocs.org/docsets/TesseractOCRiOS/3.4.0/
>
> it is based on 3.03.
>
> On Monday, August 31, 2015 at 6:34:07 AM UTC-7, zdenop wrote:
>>
>> Did you installed tesseract dev package?
>>
>> Zdenko
>>
>> On Sun, Aug 30, 2015 at 8:07 PM,  wrote:
>>
>>>
>>> Tesseract:
>>> tesseract-ocr: Installed: 3.03.02-3
>>>
>>>
>>> Ubuntu:
>>>
>>> Ubuntu 14.04.3 LTS
>>>
>>> Also, just to make sure I'm not missing something, is there a
>>> distinction between tesseract-ocr and tesseract?
>>>
>>>
>>>
>>> On Sunday, August 30, 2015 at 1:59:00 AM UTC-7, sriranga(82yrsold) wrote:

 which version of ubuntu on which tesseract installed. also indicate
 version of tesseract-ocr  - since I want to install on ubuntu 15.04.

 On Sun, Aug 30, 2015 at 10:20 AM,  wrote:

> are there different types of installations of which I have chosen the
> wrong one? The leptonica include files are showing up fine.
>
> Thanks very much!
>
> --
> 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-oc...@googlegroups.com.
> To post to this group, send email to tesser...@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/28fc28af-2c46-45bd-8a47-7201badce53a%40googlegroups.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-oc...@googlegroups.com.
>>> To post to this group, send email to tesser...@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/35da636e-7d65-4c38-bb7b-4a56fd3a7eda%40googlegroups.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/577b6bc9-c74c-4df0-861e-3cd0bca28b4c%40googlegroups.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/CANKD7Ywjn6Dphd2sTR5cLvMsEGYPkJX11f15kau%2B-Q-satGPrA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tesseract-ocr] Successfully installed and run Tesseract on Ubuntu, but can't find baseapi.h file to include ...

2015-09-02 Thread fsbo . consult
Hi Thanks for the notes! The problem was that I was used to using tesseract 
on mac, which has a different install process (I believe) from ubuntu. I 
needed to compile it on ubuntu, which I think is possibly equivalent to 
installing the tesseract dev package?

Question for sriranga, is this Tesseract 3.4.0 you mention only an iOS 
thing? I see a few pages from a google search but they are all related to 
iOS and according to 
this: http://cocoadocs.org/docsets/TesseractOCRiOS/3.4.0/

it is based on 3.03.

On Monday, August 31, 2015 at 6:34:07 AM UTC-7, zdenop wrote:
>
> Did you installed tesseract dev package?
>
> Zdenko
>
> On Sun, Aug 30, 2015 at 8:07 PM,  
> wrote:
>
>>
>> Tesseract:
>> tesseract-ocr: Installed: 3.03.02-3
>>
>>
>> Ubuntu:
>>
>> Ubuntu 14.04.3 LTS
>>
>> Also, just to make sure I'm not missing something, is there a distinction 
>> between tesseract-ocr and tesseract?
>>
>>
>>
>> On Sunday, August 30, 2015 at 1:59:00 AM UTC-7, sriranga(82yrsold) wrote:
>>>
>>> which version of ubuntu on which tesseract installed. also indicate 
>>> version of tesseract-ocr  - since I want to install on ubuntu 15.04.
>>>
>>> On Sun, Aug 30, 2015 at 10:20 AM,  wrote:
>>>
 are there different types of installations of which I have chosen the 
 wrong one? The leptonica include files are showing up fine.

 Thanks very much!

 -- 
 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-oc...@googlegroups.com.
 To post to this group, send email to tesser...@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/28fc28af-2c46-45bd-8a47-7201badce53a%40googlegroups.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-oc...@googlegroups.com .
>> To post to this group, send email to tesser...@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/35da636e-7d65-4c38-bb7b-4a56fd3a7eda%40googlegroups.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/577b6bc9-c74c-4df0-861e-3cd0bca28b4c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tesseract-ocr] Successfully installed and run Tesseract on Ubuntu, but can't find baseapi.h file to include ...

2015-08-31 Thread zdenko podobny
Did you installed tesseract dev package?

Zdenko

On Sun, Aug 30, 2015 at 8:07 PM,  wrote:

>
> Tesseract:
> tesseract-ocr: Installed: 3.03.02-3
>
>
> Ubuntu:
>
> Ubuntu 14.04.3 LTS
>
> Also, just to make sure I'm not missing something, is there a distinction
> between tesseract-ocr and tesseract?
>
>
>
> On Sunday, August 30, 2015 at 1:59:00 AM UTC-7, sriranga(82yrsold) wrote:
>>
>> which version of ubuntu on which tesseract installed. also indicate
>> version of tesseract-ocr  - since I want to install on ubuntu 15.04.
>>
>> On Sun, Aug 30, 2015 at 10:20 AM,  wrote:
>>
>>> are there different types of installations of which I have chosen the
>>> wrong one? The leptonica include files are showing up fine.
>>>
>>> Thanks very much!
>>>
>>> --
>>> 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-oc...@googlegroups.com.
>>> To post to this group, send email to tesser...@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/28fc28af-2c46-45bd-8a47-7201badce53a%40googlegroups.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/35da636e-7d65-4c38-bb7b-4a56fd3a7eda%40googlegroups.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/CAJbzG8z7%3DJkdNxrDA6kkP58CfGidExhFa252Ujw5AbnXjADj6A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tesseract-ocr] Successfully installed and run Tesseract on Ubuntu, but can't find baseapi.h file to include ...

2015-08-31 Thread Sriranga(82yrsold)
. I thought tesseract version is 3.4.0 installed in the ubuntu. thanks

On Sun, Aug 30, 2015 at 11:37 PM,  wrote:

>
> Tesseract:
> tesseract-ocr: Installed: 3.03.02-3
>
>
> Ubuntu:
>
> Ubuntu 14.04.3 LTS
>
> Also, just to make sure I'm not missing something, is there a distinction
> between tesseract-ocr and tesseract?
>
>
>
> On Sunday, August 30, 2015 at 1:59:00 AM UTC-7, sriranga(82yrsold) wrote:
>>
>> which version of ubuntu on which tesseract installed. also indicate
>> version of tesseract-ocr  - since I want to install on ubuntu 15.04.
>>
>> On Sun, Aug 30, 2015 at 10:20 AM,  wrote:
>>
>>> are there different types of installations of which I have chosen the
>>> wrong one? The leptonica include files are showing up fine.
>>>
>>> Thanks very much!
>>>
>>> --
>>> 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-oc...@googlegroups.com.
>>> To post to this group, send email to tesser...@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/28fc28af-2c46-45bd-8a47-7201badce53a%40googlegroups.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/35da636e-7d65-4c38-bb7b-4a56fd3a7eda%40googlegroups.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/CANKD7YxgdB9WtRp%3D9Fvce8LSrAJPGDCnbXg9X49ORAScDbmE6w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tesseract-ocr] Successfully installed and run Tesseract on Ubuntu, but can't find baseapi.h file to include ...

2015-08-30 Thread Sriranga(82yrsold)
which version of ubuntu on which tesseract installed. also indicate version
of tesseract-ocr  - since I want to install on ubuntu 15.04.

On Sun, Aug 30, 2015 at 10:20 AM, fsbo.cons...@gmail.com wrote:

 are there different types of installations of which I have chosen the
 wrong one? The leptonica include files are showing up fine.

 Thanks very much!

 --
 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/28fc28af-2c46-45bd-8a47-7201badce53a%40googlegroups.com
 https://groups.google.com/d/msgid/tesseract-ocr/28fc28af-2c46-45bd-8a47-7201badce53a%40googlegroups.com?utm_medium=emailutm_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 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/CANKD7YyKYU6naFtNrcL0oUEamH1%3DCMOfyw8Nqu%2Bsbu39EvAorg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tesseract-ocr] Successfully installed and run Tesseract on Ubuntu, but can't find baseapi.h file to include ...

2015-08-30 Thread fsbo . consult

Tesseract:
tesseract-ocr: Installed: 3.03.02-3


Ubuntu:

Ubuntu 14.04.3 LTS

Also, just to make sure I'm not missing something, is there a distinction 
between tesseract-ocr and tesseract?



On Sunday, August 30, 2015 at 1:59:00 AM UTC-7, sriranga(82yrsold) wrote:

 which version of ubuntu on which tesseract installed. also indicate 
 version of tesseract-ocr  - since I want to install on ubuntu 15.04.

 On Sun, Aug 30, 2015 at 10:20 AM, fsbo.c...@gmail.com javascript: 
 wrote:

 are there different types of installations of which I have chosen the 
 wrong one? The leptonica include files are showing up fine.

 Thanks very much!

 -- 
 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-oc...@googlegroups.com javascript:.
 To post to this group, send email to tesser...@googlegroups.com 
 javascript:.
 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/28fc28af-2c46-45bd-8a47-7201badce53a%40googlegroups.com
  
 https://groups.google.com/d/msgid/tesseract-ocr/28fc28af-2c46-45bd-8a47-7201badce53a%40googlegroups.com?utm_medium=emailutm_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 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/35da636e-7d65-4c38-bb7b-4a56fd3a7eda%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.