Using text detection with c++ on Debian Linux without GUI
I'm trying to run the following example on a Debian 9 machine with command line only. Do I need to have a desktop environment for this to work?
https://github.com/opencv/opencv_cont...
From the reading I have done, it's necessary to compile OpenCV separately, then it would be possible to use it. Is that correct?
I found this tutorial for the installation process. Do I need to include any modules for the text detection to work?