text_config.hpp.in 129 Bytes
Newer Older
1 2 3 4 5 6
#ifndef __OPENCV_TEXT_CONFIG_HPP__
#define __OPENCV_TEXT_CONFIG_HPP__

// HAVE OCR Tesseract
#cmakedefine HAVE_TESSERACT

7
#endif