Skip to content

Commit

Permalink
correct readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexott committed Mar 25, 2010
1 parent b59a644 commit 48f708b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Expand Up @@ -5,11 +5,11 @@ Clojure interface to Apache Tika project functions
## Usage ## Usage


This package provides several functions in the `tika` package: This package provides several functions in the `tika` package:
* `parse` - parses given file or stream and returns map with meta-information & text * `parse` - parses given file or stream and returns map with meta-information & text
extracted from file. Text is stored under key `:text` extracted from file. Text is stored under key `:text`
* `detect-mime-type` - performs detection of mime type of given file or stream. Returns * `detect-mime-type` - performs detection of mime type of given file or stream. Returns
text string with mime-type text string with mime-type
* `detect-language` - performs language detection for given text. Returns text string * `detect-language` - performs language detection for given text. Returns text string
with [ISO 639 language code](http://www.w3.org/WAI/ER/IG/ert/iso639.htm) with [ISO 639 language code](http://www.w3.org/WAI/ER/IG/ert/iso639.htm)


## Installation ## Installation
Expand Down

0 comments on commit 48f708b

Please sign in to comment.