From 4bc851544831e37b6173d0ad05806fd841e216fb Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 4 Nov 2024 20:42:36 -0500 Subject: Re-attempt 10 times, some tweaks to OCR, pre-filter card pool --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 82e9d64..acc7ea3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,7 @@ include_directories( vendor/asio/asio/include vendor/base64/include ${tesseract_INCLUDE_DIRS} + #/Users/hatkirby/Repos/tesseract/include ${lept_INCLUDE_DIRS} ${GraphicsMagick_INCLUDE_DIRS} ${curlcpp_INCLUDE_DIRS} @@ -26,6 +27,7 @@ include_directories( link_directories( ${tesseract_LIBRARY_DIRS} + #/Users/hatkirby/Repos/tesseract/build/here/usr/local/lib ${lept_LIBRARY_DIRS} ${GraphicsMagick_LIBRARY_DIRS} ${curlcpp_LIBRARY_DIRS} -- cgit 1.4.1