-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
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) ???
Reactions are currently unavailable