tika 1.0.1
tika: ^1.0.1 copied to clipboard
Dart wrapper around the Apache Tika CLI for extracting document text.
1.0.1 #
- Added
streamToFile()for piping Tika output directly to disk. - Updated the README with file-streaming usage guidance.
1.0.0 #
- Added a Dart
TikaClientwrapper around the Apache Tika CLI. - Added streaming and full-text extraction APIs.
- Added README setup docs for Ubuntu Docker and macOS local installs.
- Added unit tests for success, empty-document, jar, and failure paths.