Php Apache Tika Versions Save

Apache Tika bindings for PHP: extract text and metadata from documents, images and other formats

v1.0.2

3 years ago

Common:

  • Tested up to Apache Tika 1.25

CLI Mode:

  • Added Client::setEnvVars() to add environment variables (fixes #28)

v1.0.1

3 years ago

CLI mode:

  • Added Client::getXHTML() to get a XML compliant output (fixes #27)
  • Added Client::setJavaArgs() that allows to add arguments for java binary

v1.0.0

3 years ago

Added

  • Type declarations and return types

Removed

  • Support for PHP 5
  • Support for Apache Tika 1.14 and lower

Changed

  • $client->getRecursiveMetadata() returns an array as expected
  • Client::getSupportedVersions() and Client::isVersionSupported() methods cannot be called statically
  • Client::getAvailableDetectors() and Client::getAvailableParsers() returns an array with new format

v0.9.3

3 years ago
  • Added recursive metadata in command line mode (thanks to @vuthaihoc)

NOTE: this feature was planned to be released with 1.x branch, because has limited funcionality (see #23). The contribution of @vuthaihoc added this to 0.x branch.

v0.9.2

4 years ago
  • Tested up to Apache Tika 1.24

v0.9.1

4 years ago
  • Tested up to Apache Tika 1.24

v0.9.0

4 years ago
  • Added Client::setEncoding()
  • Added Troubleshooting section on README.md

v0.8.0

4 years ago
  • Added option to disable append on Client::setCallback() to save memory

v0.7.2

4 years ago
  • Tested up to Apache Tika 1.23
  • Spawn scripts 'autodetects' if module java.se.ee is required

v0.7.1

4 years ago
  • Tested up to version 1.22