Skip to content

watab0shi/ofxTesseract3

Repository files navigation

ofxTesseract3 is an addon for openFrameworks that provides access to the Tesseract OCR library v3.0

ofxaddons_thumbnail

Original source is kylemcdonald/ofxTesseract.

Generate Project

install tesseract : brew install tesseract

Project Generator

Open in Xcode
Project Generator

Drag & Drop libs/leptonica/lib and libs/tesseract/lib to Navigator from Finder
Project Generator

Drag & Drop libtesseract.3.dylib and liblept.5.dylib to Project > Build Phases > Link Binary With Libraries from Navigator
Project Generator

In OSX10.11 Xcode7, You must setting Library Search Paths.
Drag & Drop ofxTessarect/libs/tesseract/lib and ofxTessarect/libs/leptonica/lib folder from Finder
Project Generator

Finally, You Need to copy the traineddata what you want to use

[lang].traineddata

to data/tessdata
from ofxTessarect/libs/tesseract/copy_to_data_folder/tessdata

There are only eng, jpn and osd data.
If you want other languages, please download from here.

About

Addon for using Tesseract OCR library v3.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published