Skip to content

Commit

Permalink
remove limit on extracted text size
Browse files Browse the repository at this point in the history
  • Loading branch information
alexott committed Jan 11, 2011
1 parent b4d1a45 commit 996b1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tika.clj
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
(let [parser (new AutoDetectParser) (let [parser (new AutoDetectParser)
context (new ParseContext) context (new ParseContext)
metadata (new Metadata) metadata (new Metadata)
handler (new BodyContentHandler) handler (new BodyContentHandler -1)
] ]
(.set context Parser parser) (.set context Parser parser)
(.parse parser ifile handler metadata context) (.parse parser ifile handler metadata context)
Expand Down

0 comments on commit 996b1d8

Please sign in to comment.