Releases: vaites/php-apache-tika
Releases · vaites/php-apache-tika
v1.2.0
05 Sep 22:14
Compare
Sorry, something went wrong.
No results found
Added specific methods to set OCR languages on web client (thanks to @aleksanm )
Fixed CLI client encoding on Windows (see TIKA-3515)
Tested up to Apache Tika 2.1.0
v1.1.1
06 Jul 21:21
Compare
Sorry, something went wrong.
No results found
Tested up to Apache Tika 1.27
v1.1.0
02 Jun 20:08
Compare
Sorry, something went wrong.
No results found
Drop PHP 7.2 support
Preliminary support for Apache Tika 2.0
Tested up to Apache Tika 1.26
v1.0.2
09 Dec 22:48
Compare
Sorry, something went wrong.
No results found
Common:
Tested up to Apache Tika 1.25
CLI Mode:
Added Client::setEnvVars() to add environment variables (fixes #28 )
v1.0.1
19 Oct 20:26
Compare
Sorry, something went wrong.
No results found
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
28 Aug 23:42
Compare
Sorry, something went wrong.
No results found
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
26 Jul 20:22
Compare
Sorry, something went wrong.
No results found
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
26 Apr 23:01
Compare
Sorry, something went wrong.
No results found
Tested up to Apache Tika 1.24
v0.9.1
22 Mar 17:14
Compare
Sorry, something went wrong.
No results found
Tested up to Apache Tika 1.24
v0.9.0
11 Mar 22:13
Compare
Sorry, something went wrong.
No results found
Added Client::setEncoding()
Added Troubleshooting section on README.md