1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-17 07:04:18 +08:00

Adds OCRTesseract class and sample demo

This commit is contained in:
lluis
2014-07-31 13:47:34 +02:00
parent 70a2bca24a
commit 5c89c786f2
7 changed files with 685 additions and 0 deletions

View File

@@ -40,5 +40,6 @@ the use of this software, even if advised of the possibility of such damage.
#define __OPENCV_TEXT_HPP__
#include "opencv2/text/erfilter.hpp"
#include "opencv2/text/ocr.hpp"
#endif