Updated code for Tesseract 3.0.3

This commit is contained in:
Matt Hill
2014-05-09 18:20:19 -05:00
parent bab899f4fe
commit cbfa90fc84
6 changed files with 64 additions and 9 deletions

View File

@@ -24,6 +24,7 @@ ADD_EXECUTABLE( benchmark benchmark.cpp )
TARGET_LINK_LIBRARIES(benchmark
openalpr-static
support
pthread
${OpenCV_LIBS}
${Tesseract_LIBS}
)
@@ -35,4 +36,4 @@ TARGET_LINK_LIBRARIES(prepcharsfortraining
${OpenCV_LIBS}
)