问题描述
好吧,我真的需要这里的帮助.我的问题是如何将tesseract 3.05和leptonica 1.73库添加到Visual Studio 2015 x64(Windows 10).
去年夏天,我设法使用Visual Studio 2013以及较早版本的leptonica和tesseract进行了此操作,因为这很容易,并且所有包含lib的文件都在其中,我只需要提供路径并下载一些dll.但是现在我什至看不到我应该使用的正确的include和lib.好吧,我在这些事情上不是专业人士,所以请有人帮助我并给我一些步骤.
有些人发布此链接: https://github.com/peirick/leptonica
但不知道如何使用它.
给出的链接可以正常工作,只需几个步骤;您可以在Visual Studio 2015中编译tesseract和leptonica
第1步:
取自此
Step2:
将文件从此复制到 VS2015_Tesseract-master\ leptonica \
文件夹
Step3:
将tesseract的文件从github复制到 VS2015_Tesseract-master \ tesseract_3.04
文件夹
Step4:
在 x64
平台上编译 libtesseract
或 tesseract
完成!
well i really need help here.my problem is how can i add tesseract 3.05 and leptonica 1.73 libraries to visual studio 2015 x64 (windows 10).
i manage to do that last summer with visual studio 2013 and the older version of leptonica and tesseract because it was kinda easy and all includes and lib was there i just had to give the path and download some dll. but now i couldn't even see the right include and lib that i should use. well i'm not pro in those things so please if anyone can help me and give me some steps to do.
some guys post this link:https://github.com/peirick/leptonica
but no idea how to use it.
Given link working fine, there are few steps; you can compile tesseract and leptonica in visual studio 2015
Step1:
Take material provided from this
Step2:
Copy files from this into VS2015_Tesseract-master\leptonica\
folder
Step3:
Copy files of tesseract from github into VS2015_Tesseract-master\tesseract_3.04
folder
Step4:
Compile libtesseract
or tesseract
in x64
platform
Done!!
这篇关于Visual Studio 2015和x64上的tesseract 3.05的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!