2017-02-10 80 views
0

我救了1234567890.tif到/ usr /共享/的Tesseract-OCR/tessdata /:正方體無法打開輸入文件[求助]

enter image description here

而且我已經設置了數據文件export TESSDATA_PREFIX=/usr/share/tesseract-ocr/tessdata的路徑。當我輸入tesseract 12345678890.tif textoutput

錯誤:

Tesseract Open Source OCR Engine v3.04.01 with Leptonica

Error: Can not open input file 1234567890.tif

Error during processing.

我是怎麼錯過了嗎?

[修訂所述1234567890.tif的屬性:

enter image description here

+0

'/ usr/share/tesseract-ocr/tessdata /'有哪些權限?哪個uid試圖打開文件? – cfromme

+0

@cfromme編輯:正確的錯誤是無法打開輸入文件,而不是權限錯誤。 – CJCheng

+0

它給你一個詳細的文件無法打開?該文件的權限是什麼? – cfromme

回答

0

嘗試/usr/share/tesseract-ocr/tessdata/12345678890.tif textoutput

也許問題是關於路徑。

+0

謝謝,最後它的工作 – CJCheng

相關問題