Method | Description | |
---|---|---|
Extract ( |
Extract text and/or metadata from a file using Tika.
|
|
Extract ( byte file, bool textOnly ) : string |
Extract text and/or metadata from a file using Tika.
|
|
Extract ( string filePath, bool textOnly ) : string |
Extract text and/or metadata from a file using Tika.
|
|
TikaWrapper ( string tikaPath ) : System |
Initialize a new TikaWrapper provided the path to the Tika .jar file.
|
public Extract ( |
||
file | The file from which to extract information. | |
textOnly | bool | Extract text only, no metadata. |
return | string |
public Extract ( byte file, bool textOnly ) : string | ||
file | byte | The file from which to extract information. |
textOnly | bool | Extract text only, no metadata. |
return | string |
public Extract ( string filePath, bool textOnly ) : string | ||
filePath | string | The path to a file from which to extract information. |
textOnly | bool | Extract text only, no metadata. |
return | string |
public TikaWrapper ( string tikaPath ) : System | ||
tikaPath | string | |
return | System |