What is the current stable version of tesseract? And how to upgrade it from tesseract 3.04.01?

1,069 views
Skip to first unread message

haru...@gmail.com

unread,
Mar 30, 2019, 7:13:39 AM3/30/19
to tesseract-ocr
I have installed tesseract using the following command:

   sudo apt install tesseract-ocr

on Ubuntu 16.04 LTS. Working with python 2.7 and 3.5

Tesseract current version is showing as:

tesseract --version

tesseract 3.04.01
 leptonica-1.73
  libgif 5.1.2 : libjpeg 8d (libjpeg-turbo 1.4.2) : libpng 1.2.54 : libtiff 4.0.6 : zlib 1.2.8 : libwebp 0.4.4 : libopenjp2 2.1.2



I want to know which version is the current stable version of tesseract and how do I upgrade to the latest stable version?
Thanks.


Shree Devi Kumar

unread,
Mar 30, 2019, 7:20:27 AM3/30/19
to tesser...@googlegroups.com

--
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 https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/9eb0b55c-b064-42fb-91a5-b10c2f873209%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

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

haru...@gmail.com

unread,
Mar 31, 2019, 5:55:52 AM3/31/19
to tesseract-ocr
I don't need to uninstall the previous version?

Only this command will work:

sudo add-apt-repository ppa:alex-p/tesseract-ocr
sudo apt-get update



On Saturday, March 30, 2019 at 4:50:27 PM UTC+5:30, shree wrote:
On Sat, Mar 30, 2019 at 4:43 PM <haru...@gmail.com> wrote:
I have installed tesseract using the following command:

   sudo apt install tesseract-ocr

on Ubuntu 16.04 LTS. Working with python 2.7 and 3.5

Tesseract current version is showing as:

tesseract --version

tesseract 3.04.01
 leptonica-1.73
  libgif 5.1.2 : libjpeg 8d (libjpeg-turbo 1.4.2) : libpng 1.2.54 : libtiff 4.0.6 : zlib 1.2.8 : libwebp 0.4.4 : libopenjp2 2.1.2



I want to know which version is the current stable version of tesseract and how do I upgrade to the latest stable version?
Thanks.


--
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 tesser...@googlegroups.com.

Shree Devi Kumar

unread,
Mar 31, 2019, 6:02:23 AM3/31/19
to tesser...@googlegroups.com
Yes, it is preferable to uninstall/remove previous version so that there are no errors/conflicts because of incompatible files.


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 https://groups.google.com/group/tesseract-ocr.

For more options, visit https://groups.google.com/d/optout.

haru...@gmail.com

unread,
Mar 31, 2019, 6:07:28 AM3/31/19
to tesseract-ocr
 Ok, thanks for the info.

I installed openCV 3.4.2 by following the exact same steps given in this tutorial https://www.pyimagesearch.com/2015/07/20/install-opencv-3-0-and-python-3-4-on-ubuntu/

How should I uninstalled it? I am a novice in Ubuntu and python environment.

Shree Devi Kumar

unread,
Mar 31, 2019, 6:12:12 AM3/31/19
to tesser...@googlegroups.com
I have not used OPENCV so can't help regarding that.

--
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 https://groups.google.com/group/tesseract-ocr.

For more options, visit https://groups.google.com/d/optout.

Haruo Con

unread,
Mar 31, 2019, 6:18:57 AM3/31/19
to tesser...@googlegroups.com
Really sorry for the confusion.

I meant to say, I installed tesseract using

sudo apt install tesseract-ocr
sudo apt-get install tesseract-ocr-eng
sudo apt-get install tesseract-ocr-vie

How should I unistalled it, before installing tesseract 4 with:

sudo add-apt-repository ppa:alex-p/tesseract-ocr
sudo apt-get update

Shree Devi Kumar

unread,
Mar 31, 2019, 6:26:24 AM3/31/19
to tesser...@googlegroups.com

haru...@gmail.com

unread,
Mar 31, 2019, 6:42:09 AM3/31/19
to tesseract-ocr
I have uninstalled the tesseract 3 with:

sudo apt-get remove tesseract-ocr
sudo apt-get remove --auto-remove tesseract-ocr
sudo apt-get purge tesseract-ocr

And did this:

sudo add-apt-repository ppa:alex-p/tesseract-ocr
sudo apt-get update

And when I type tesseract, its showing :

bash: /usr/bin/tesseract: No such file or directory



I see that there is no tesseract 4 support for Ubuntu 16.04 LTS Xenial.




On Sunday, March 31, 2019 at 3:56:24 PM UTC+5:30, shree wrote:
On Sun, Mar 31, 2019 at 3:48 PM Haruo Con <haru...@gmail.com> wrote:
Really sorry for the confusion.

I meant to say, I installed tesseract using

sudo apt install tesseract-ocr
sudo apt-get install tesseract-ocr-eng
sudo apt-get install tesseract-ocr-vie

How should I unistalled it, before installing tesseract 4 with:

sudo add-apt-repository ppa:alex-p/tesseract-ocr
sudo apt-get update


On Sun, Mar 31, 2019 at 3:42 PM Shree Devi Kumar <shree...@gmail.com> wrote:
I have not used OPENCV so can't help regarding that.

On Sun, Mar 31, 2019 at 3:37 PM <haru...@gmail.com> wrote:
 Ok, thanks for the info.

I installed openCV 3.4.2 by following the exact same steps given in this tutorial https://www.pyimagesearch.com/2015/07/20/install-opencv-3-0-and-python-3-4-on-ubuntu/

How should I uninstalled it? I am a novice in Ubuntu and python environment.

--
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 tesser...@googlegroups.com.


--

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

--
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 tesser...@googlegroups.com.

--
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 tesser...@googlegroups.com.

Shree Devi Kumar

unread,
Mar 31, 2019, 7:58:45 AM3/31/19
to tesser...@googlegroups.com
sudo add-apt-repository ppa:alex-p/tesseract-ocr
sudo apt-get update
sudo apt install tesseract

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 https://groups.google.com/group/tesseract-ocr.

For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages