Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Commit

Permalink
simplify tika config.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Mar 6, 2020
1 parent 8447620 commit 346efc6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tika/tika-config.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<properties>
<parsers>
<parser class="org.apache.tika.parser.DefaultParser">
<parser-exclude class="org.apache.tika.parser.pdf.PDFParser"/>
</parser>
<parser class="org.apache.tika.parser.pdf.PDFParser">
<params>
<param name="ocrStrategy" type="string">ocr_and_text</param>
Expand Down

0 comments on commit 346efc6

Please sign in to comment.