Jasmeet2011
Jasmeet2011
Thanks for the suggestion. I understand that the issue is related to Java_home and i have been trying several ways to isolate the problem but i am going nowhere. I...
Ran this in the command prompt and received nothing except one blank command prompt ' C:\Users\Desktop> C:\Users\Desktop>' 2. With regard to your second observation, i removed Java completely from the...
As suggested by you, I executed this statement 'C:\"Program Files (x86)"\Java\jre1.8.0_251\bin\java -Djava.awt.headless=true -jar C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/henkei-1.23.1/jar/tika-app-1.23.jar --config=C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/henkei-1.23.1/jar/tika-config.xml -t C:/Users/Documents/Ruby/test.doc and got the following in the command prompt 'Error: Could not find or...
Also tried executing the command from the directory containing the Java binary `C:\Program Files (x86)\Java\jre1.8.0_251> java -Djava.awt.headless=true -jar C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/henkei-1.23.1/jar/tika-app-1.23.jar --config=C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/henkei-1.23.1/jar/tika-config.xml -t C:/Users/Sun/Documents/Ruby/test.doc ` Got the same error ` Error: Could...
Hi, I finally manged to install Java in a different path and could start working. I can now read a text file but docx, xlsx and pdf throw an error...
Apparently this error is not a Tika issue as i managed to extract the content of the document using this command line. `C:\Ruby26-x64\lib\ruby\gems\2.6.0\gems\henkei-1.23.1\jar>java -jar tika-app-1.23.jar -t "C:\Users\Downloads\test.docx"` with the following...
I tried streaming a file from web `henkei = Henkei.new 'http://svn.apache.org/repos/asf/poi/trunk/test-data/document/sample.docx' text = henkei.text` and it worked! `Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nunc at risus vel erat...