Skip to content

Example code showing how to read text from images using either Tesseract or YOLO.

License

Notifications You must be signed in to change notification settings

stephanecharette/tesseract_and_yolo

Repository files navigation

Description

Example C++ code that shows how to use Tesseract or DarkHelp/Darknet/YOLO to read text from images.

The following is a short youtube video showing how this works:

Tesseract and Darknet/YOLO video

Building

First, run this command to install dependencies:

sudo apt-get install build-essential cmake git libopencv-dev libtesseract-dev tesseract-ocr

Once you install Darknet and DarkHelp, this is how you build the source code in this repo:

cd
mkdir src
cd src
git clone https://github.com/stephanecharette/tesseract_and_yolo.git
cd tesseract_and_yolo
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j4

About

Example code showing how to read text from images using either Tesseract or YOLO.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published