mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-17 15:26:00 +08:00
8 lines
129 B
C++
8 lines
129 B
C++
#ifndef __OPENCV_TEXT_CONFIG_HPP__
|
|
#define __OPENCV_TEXT_CONFIG_HPP__
|
|
|
|
// HAVE OCR Tesseract
|
|
#cmakedefine HAVE_TESSERACT
|
|
|
|
#endif
|