You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we change the output of "extract_only_content('File_Name')"?
The code that i Used is working fine.... from tikapp import TikaApp client = TikaApp('File_Path of Tika-app.jar file') content = client.extract_only_content("File_Name") print(content)
The content contains normal string text. Can we get the content output as a html file string (with tags and all) ???
The text was updated successfully, but these errors were encountered:
Can we change the output of "extract_only_content('File_Name')"?
The code that i Used is working fine....
from tikapp import TikaApp client = TikaApp('File_Path of Tika-app.jar file') content = client.extract_only_content("File_Name") print(content)
The content contains normal string text. Can we get the content output as a html file string (with tags and all) ???
The text was updated successfully, but these errors were encountered: