tesseract_example icon indicating copy to clipboard operation
tesseract_example copied to clipboard

Very basic Tesseract-OCR example with CPPAN. Cppan support is discontinued. Please use sw (cppan v2) instead. Updated example is here: https://github.com/egorpugin/examples/tree/master/tesseract/sw

Tesseract Example

A very basic Tesseract-OCR example with C++ Archive Network building.

You can try it inside CMake project (see with_cmake dir) or without explicit CMake project (see with_cppan dir).