Download the PHP package opencontent/eztika-ls without Composer
On this page you can find all versions of the php package opencontent/eztika-ls. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download opencontent/eztika-ls
More information about opencontent/eztika-ls
Files in opencontent/eztika-ls
Package eztika-ls
Short Description OpenContent eZ Tika (a fork of Paul Borgermans eZ Tika)
License GPL-2.0
Informations about the package eztika-ls
OpenContent eZ Tika
eZ Tika is an extension that enables a handler for converting multiple binary file formats to plain text as used by the search engine (if you enabled those attributes as searcheable)
Currently, most common formats are enabled (see also binaryfile.ini.append.php):
- application/pdf
- application/msword
- application/vnd.ms-excel
- application/vnd.ms-powerpoint
- application/vnd.visio
- application/vnd.ms-outlook
- application/xml
- application/rtf
- application/vnd.oasis.opendocument.text
- application/vnd.oasis.opendocument.presentation
- application/vnd.oasis.opendocument.spreadsheet
- application/vnd.oasis.opendocument.formula
- application/zip
- application/vnd.openxmlformats-officedocument.wordprocessingml.document
- application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
- application/vnd.openxmlformats-officedocument.presentationml.presentation
- application/octet-stream (not enabled by default)
License GNU GPL 2.0 - Apache Tika is licensed with the ASF License (Apache)
Install
-
Extract the eztika extension, and place it in the extensions folder.
-
Check if extension/eztika/bin files are executeable by the webserver
chmod +x extension/eztika/bin/eztika
OR
Copy the eztika shell script and tika-app-version.jar from the extension bin folder to a location your web server has access to and edit the shell script as well to set the path to the tika.jar file (make sure it is executable)
-
Enable the extension in eZ Publish. Do this by opening
settings/override/site.ini.append.php
, and add in the[ExtensionSettings]
block:ActiveExtensions[]=eztika
-
Update the class autoloads by running the script: php bin/php/ezpgenerateautoloads.php -e
- If something is not working you can enable Debugging in
eztika.in.append.php