開發平台(Platform): (Ex: VC++, GCC, Linux, ...) VC++
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...) tesseract-ocr
問題(Question): 如何正確使用tesseract-ocr在vs2013
最近要使用文字辨識套件,分別有使用在android平台與vs2013的C++
在VS2013我參考網路上的教學文章http://vorba.ch/2014/tesseract-3.03-vs2013.html
可是不可行,我總是在第七步驟卡住:
Press F7 on your keyboard. Both libtesseract303 and tesseract should compile
without errors.
我按F7根本沒反應,但是他似乎要我compile於是我分別在這兩個project按右鍵build
但是build完每次都一定會有錯誤,一直想不透,我怎麼弄都失敗。
作業系統: win 8.1
想請問各位有沒有在VS2013上使用過tesseract-ocr呢?我哪裡有做錯了呢?