How To Install tesseract-tools on Fedora 36

In this tutorial we learn how to install tesseract-tools in Fedora 36. tesseract-tools is Training tools for tesseract

Introduction

In this tutorial we learn how to install tesseract-tools on Fedora 36.

What is tesseract-tools

The tesseract-tools package contains tools for training tesseract.

We can use yum or dnf to install tesseract-tools on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tesseract-tools.

Install tesseract-tools on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install tesseract-tools using dnf by running the following command:

sudo dnf -y install tesseract-tools

Install tesseract-tools on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install tesseract-tools using yum by running the following command:

sudo yum -y install tesseract-tools

How To Uninstall tesseract-tools on Fedora 36

To uninstall only the tesseract-tools package we can use the following command:

sudo dnf remove tesseract-tools

tesseract-tools Package Contents on Fedora 36

/usr/bin/ambiguous_words
/usr/bin/classifier_tester
/usr/bin/cntraining
/usr/bin/combine_lang_model
/usr/bin/combine_tessdata
/usr/bin/dawg2wordlist
/usr/bin/lstmeval
/usr/bin/lstmtraining
/usr/bin/merge_unicharsets
/usr/bin/mftraining
/usr/bin/set_unicharset_properties
/usr/bin/shapeclustering
/usr/bin/text2image
/usr/bin/unicharset_extractor
/usr/bin/wordlist2dawg
/usr/lib/.build-id
/usr/lib/.build-id/07
/usr/lib/.build-id/07/83310ff71501b7be9278c4130ef6ffccf0d50a
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/53dd0928a7556c96abeb56bafd134ca8b548db
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/a868b74afcfa85580ddaea45e14b8a6d19c064
/usr/lib/.build-id/36
/usr/lib/.build-id/36/53804a14c5966bf611f1d8ecd759d672cfb4cf
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/81e7ad366b0a75704d28047a04d193ee3cea0e
/usr/lib/.build-id/4d/5f636527998c0165422e2e4f8fdb601306830a
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/05f6bf54bd7bdd99570dce45cd8afb65165897
/usr/lib/.build-id/62
/usr/lib/.build-id/62/2ad848a26900f01752936e7badaa625360fccd
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/8a7ecf90451fa5667213361e453826800265ae
/usr/lib/.build-id/72
/usr/lib/.build-id/72/034fd3d21e45b5125061bf5cc0bd85e040616b
/usr/lib/.build-id/93
/usr/lib/.build-id/93/bf9b4093ba9f744ac5ff324a13091e814ab00c
/usr/lib/.build-id/98
/usr/lib/.build-id/98/db8f438ee1d9699a317674f994650811f93c03
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/c8e200e8ae17eab12c62d4249a2ceae09d2bd9
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/0ba4205b4da523308d46c0f04559a6af14514f
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/234c15a62448b15f60298ef543f8a8fd22094e
/usr/share/man/man1/ambiguous_words.1.gz
/usr/share/man/man1/classifier_tester.1.gz
/usr/share/man/man1/cntraining.1.gz
/usr/share/man/man1/combine_lang_model.1.gz
/usr/share/man/man1/combine_tessdata.1.gz
/usr/share/man/man1/dawg2wordlist.1.gz
/usr/share/man/man1/lstmeval.1.gz
/usr/share/man/man1/lstmtraining.1.gz
/usr/share/man/man1/merge_unicharsets.1.gz
/usr/share/man/man1/mftraining.1.gz
/usr/share/man/man1/set_unicharset_properties.1.gz
/usr/share/man/man1/shapeclustering.1.gz
/usr/share/man/man1/text2image.1.gz
/usr/share/man/man1/unicharset_extractor.1.gz
/usr/share/man/man1/wordlist2dawg.1.gz
/usr/share/man/man5/unicharambigs.5.gz
/usr/share/man/man5/unicharset.5.gz

References

Summary

In this tutorial we learn how to install tesseract-tools on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).