Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ The parser interface extracts text and metadata using the /rmeta
interface. This is one of the better ways to get the internal XHTML
content extracted.

The parser interface needs the following environment variable set on the console for printing of the extracted content.

export PYTHONIOENCODING=utf8

```
#!/usr/bin/env python
import tika
Expand All @@ -76,6 +80,10 @@ Specify Output Format To XHTML
---------------------
The parser interface is optionally able to output the content as XHTML rather than plain text.

The parser interface needs the following environment variable set on the console for printing of the extracted content.

export PYTHONIOENCODING=utf8

```
#!/usr/bin/env python
import tika
Expand Down