Sreenath Swaminathan

Results 5 comments of Sreenath Swaminathan

sw.exe is located in C:/SWClient (I modified the spaces now and tried, still the same problem)

cmake_minimum_required(VERSION 3.11) project(OCR_Test CXX) set_property(GLOBAL PROPERTY USE_FOLDERS ON) set_property(GLOBAL PROPERTY PREDEFINED_TARGETS_FOLDER "CMake Targets") set(OpenCV_DIR "C:/opencv/build") find_package(OpenCV 4.2 REQUIRED) set(OpenCV_BASEDIR "C:/opencv/build/x64/vc14/bin") set(SW_BUILD_SHARED_LIBS 1) set(DEPENDENCIES org.sw.demo.google.tesseract.libtesseract-master org.sw.demo.intel.opencv.imgproc org.sw.demo.intel.opencv.highgui) set(SW_DIR "C:/Users/sreenath/.sw/storage/etc/sw/static") set(SW_EXECUTABLE "C:/SWClient")...

I tried your above CMakeLists suggestion. BUt I get SW cannot be found ``` Detecting CXX compile features - done CMake Error at C:/Program Files/CMake/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find SW...

In my Cmake app, it couldn't locate SW_Executable, so I manually located it C:/SWClient/sw.exe, Then I get a new error ``` Downloading database from origin remote Downloading: [org.sw.demo.google.tesseract.libtesseract-5.3.4]/[Source Archive] Unpacking...

Is there a way to make use of ```sw``` for tesseract in ```VS 2015``` ?