Parse
From CCIL
About
This component covers the ability of CCIL to read and understand at a a basic level various formats of inbound media. The API is extendable at a maximal degree. So far the supported formats are:
- Plain Text
API
The central point is the Parser interface. Its main purpose is to decompose an InputStream to the features it contains.
The API implements the following ones:
Name | Constant | Description |
---|---|---|
Title | Parser.TITLE | The title of the media. |
Content | Parser.CONTENT | The textual body of the media. |
Services
- TikaParserService