Hi all,
I am able to create tesseract.sln file (tesseract 5.0) as by refer below link.
https://tesseract-ocr.github.io/tessdoc/Compiling.html
CMD commands is attached. Find "tesserct.sln_Creation_commands.txt" file.
When open tesseract.sln file, we can see that libtesseract project is static library(.lib) type not dynamic library(.dll).
I want to create dll file for libtesseract project.
Kindly share the steps to prepare the .dll file for libtesseract project or any reliable link to create dll for tesseract 5.0.
Thanks in advance.
Saddam