[jira] [Commented] (TIKA-1463) TesseractOCRParser does not work in Windows

2014-11-04 Thread Hong-Thai Nguyen (JIRA)

[ 
https://issues.apache.org/jira/browse/TIKA-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14196343#comment-14196343
 ] 

Hong-Thai Nguyen commented on TIKA-1463:


Thank [~lfcnassif], without .exe effectively works also. BTW, path with space 
is buggy.
I leave this fix because adding .exe  only in Windows don't hurt anything.

 TesseractOCRParser does not work in Windows
 ---

 Key: TIKA-1463
 URL: https://issues.apache.org/jira/browse/TIKA-1463
 Project: Tika
  Issue Type: Bug
Reporter: Hong-Thai Nguyen

 STR:
 * Case 1:
 ** Setting tesseractPath to a common installation path of Tesseract:  
 C:\Program Files (x86)\Tesseract-OCR
 ** the checking available Tesseract command returns always false
 * Case 2:
 ** Even setting to no space value in tesseractPath, says C:\Tesseract-OCR
 ** the checking  running command of tesseract on Windows is not correct: 
 C:\Tesseract-OCR\tesseract, it must be C:\Tesseract-OCR\tesseract.exe



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TIKA-1463) TesseractOCRParser does not work in Windows

2014-11-03 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/TIKA-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14194712#comment-14194712
 ] 

Hudson commented on TIKA-1463:
--

SUCCESS: Integrated in tika-trunk-jdk1.7 #297 (See 
[https://builds.apache.org/job/tika-trunk-jdk1.7/297/])
TIKA-1463 - Fix tesseractPath in Windows (thaichat04: 
http://svn.apache.org/viewvc/tika/trunk/?view=revrev=1636382)
* 
/tika/trunk/tika-core/src/main/java/org/apache/tika/parser/external/ExternalParser.java
* 
/tika/trunk/tika-parsers/src/main/java/org/apache/tika/parser/ocr/TesseractOCRParser.java
* 
/tika/trunk/tika-parsers/src/test/java/org/apache/tika/parser/ocr/TesseractOCRParserTest.java


 TesseractOCRParser does not work in Windows
 ---

 Key: TIKA-1463
 URL: https://issues.apache.org/jira/browse/TIKA-1463
 Project: Tika
  Issue Type: Bug
Reporter: Hong-Thai Nguyen

 STR:
 * Case 1:
 ** Setting tesseractPath to a common installation path of Tesseract:  
 C:\Program Files (x86)\Tesseract-OCR
 ** the checking available Tesseract command returns always false
 * Case 2:
 ** Even setting to no space value in tesseractPath, says C:\Tesseract-OCR
 ** the checking  running command of tesseract on Windows is not correct: 
 C:\Tesseract-OCR\tesseract, it must be C:\Tesseract-OCR\tesseract.exe



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TIKA-1463) TesseractOCRParser does not work in Windows

2014-11-03 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/TIKA-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14194733#comment-14194733
 ] 

Hudson commented on TIKA-1463:
--

SUCCESS: Integrated in tika-trunk-jdk1.6 #277 (See 
[https://builds.apache.org/job/tika-trunk-jdk1.6/277/])
TIKA-1463 - Fix tesseractPath in Windows (thaichat04: 
http://svn.apache.org/viewvc/tika/trunk/?view=revrev=1636382)
* 
/tika/trunk/tika-core/src/main/java/org/apache/tika/parser/external/ExternalParser.java
* 
/tika/trunk/tika-parsers/src/main/java/org/apache/tika/parser/ocr/TesseractOCRParser.java
* 
/tika/trunk/tika-parsers/src/test/java/org/apache/tika/parser/ocr/TesseractOCRParserTest.java


 TesseractOCRParser does not work in Windows
 ---

 Key: TIKA-1463
 URL: https://issues.apache.org/jira/browse/TIKA-1463
 Project: Tika
  Issue Type: Bug
Reporter: Hong-Thai Nguyen

 STR:
 * Case 1:
 ** Setting tesseractPath to a common installation path of Tesseract:  
 C:\Program Files (x86)\Tesseract-OCR
 ** the checking available Tesseract command returns always false
 * Case 2:
 ** Even setting to no space value in tesseractPath, says C:\Tesseract-OCR
 ** the checking  running command of tesseract on Windows is not correct: 
 C:\Tesseract-OCR\tesseract, it must be C:\Tesseract-OCR\tesseract.exe



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TIKA-1463) TesseractOCRParser does not work in Windows

2014-11-03 Thread Luis Filipe Nassif (JIRA)

[ 
https://issues.apache.org/jira/browse/TIKA-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14195222#comment-14195222
 ] 

Luis Filipe Nassif commented on TIKA-1463:
--

Curious, because here I can run tesseract command on windows 7 without the .exe 
extension.

 TesseractOCRParser does not work in Windows
 ---

 Key: TIKA-1463
 URL: https://issues.apache.org/jira/browse/TIKA-1463
 Project: Tika
  Issue Type: Bug
Reporter: Hong-Thai Nguyen

 STR:
 * Case 1:
 ** Setting tesseractPath to a common installation path of Tesseract:  
 C:\Program Files (x86)\Tesseract-OCR
 ** the checking available Tesseract command returns always false
 * Case 2:
 ** Even setting to no space value in tesseractPath, says C:\Tesseract-OCR
 ** the checking  running command of tesseract on Windows is not correct: 
 C:\Tesseract-OCR\tesseract, it must be C:\Tesseract-OCR\tesseract.exe



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)