A very basic Tesseract-OCR example with C++ Archive Network building.
Prerequisites:
- Download git, cmake and add them to PATH
- Download the latest CPPAN (https://cppan.org/) client from https://cppan.org/client/
- Add cppan to PATH too.
- Run
Run `cppan --build main.cpp` to build your simple application that uses tesseract.
- Download tesseract english data to
tessdata
dir near themain
binary. - Copy test image
img/phototest.tif
- Run
main phototest.tif