-
Hello! I would like to use Tesseract with OpenCV for a Hello World style sample to understand how to link the respective libraries. The
The current CMakeLists.txt is: (the commented statements didn't work either)
Leptonica and Tesseract were built locally from source:
A code snippet illustrating the initial calls is:
How do I link the Tesseract library correctly through CMake statements in the CMakeLists.txt file? Thanks. Regards. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
opencv + tess |
Beta Was this translation helpful? Give feedback.
-
Thanks! I will work on installing SW based on your quick response. I have Tesseract, Leptonica and OpenCV built from source on my desktop. I was hoping that I could leverage these libraries if someone several pay grades above me could help me overcome my elementary mistakes. 🥲 Regards. |
Beta Was this translation helpful? Give feedback.
opencv + tess
https://github.com/SoftwareNetwork/sw/blob/b0.4.5/test/integrations/cmake/tess/CMakeLists.txt