I used Vcpkg to install tesseract but by using vcpkg i get low speed code execution, i tested vcpkg to install opencv and compare it to the manuel installation and i had a big difference in time 2 seconde without vcpkg and 13 seconde with the vcpkg, any one has an idea?
Asked
Active
Viewed 61 times
0
-
1Sounds like you are using debug instead of release libs. – Timo Nov 30 '18 at 12:26
-
yes i already fix it , you are right, thanx anyway – khazri achraf Dec 01 '18 at 22:27