TYPO3 Logo
Apache Tika for TYPO3
Release: 12.0

Loading data.

  • Introduction
  • Configuration
    • Configuration of Tika App (not recommended)
    • Configuration of Tika Server
    • Configuration of Solr Cell
    • Check if it works
    • Configuring Tika Services
  • For Editors
  • Releases
    • Releases 12.0
    • Releases 11.0
    • Releases 10.0
    • Archive
      • Release 6.0.2
      • Release 6.0.1
      • Release 6.0.0
      • Release 5.0.1
      • Release 5.0.0
      • Release 4.0.1
      • Release 4.0.0
      • Release 3.1.2
      • Release 3.1.0
      • Release 3.0.0
      • Release 2.4.0
      • Release 2.3.0
      • Release 2.2.0
      • Release 2.1.0
  • Sitemap
  • Index

PAGE CONTENTS

  • Configuration of Tika App (not recommended)
    • Requirements
      • Download Tika App
      • Setup EXT:tika for Tika App
  1. Start
  2. Configuration
  3. Configuration of Tika App (not recommended)
View source How to edit Edit on GitHub

Display settings


Color scheme of code blocks:


Configuration of Tika App (not recommended)¶

Requirements¶

  • Java runtime on host TYPO3 is running on. Please refer to the Apache Tika docs or other sources.

  • Tika App jar file. See: Download instructions

  • Setting EXT:tika to use the downloaded jar file for data extraction.

Download Tika App¶

Following command will download and verify the integrity of tika-app-<required-version>.jar file in /opt/tika directory.

composer --working-dir="$(composer config vendor-dir)/apache-solr-for-typo3/tika" tika:download:app -- -C -D /opt/tika
# or alternatively, change into the EXT:tika directory and run
# composer tika:download:app -- -C -D /opt/tika

Setup EXT:tika for Tika App¶

Open Extension settings for EXT:tika General tab and choose "Tika App" as Extractor.

Extension configuration for EXT:tika - Choosing App extractor in General tab

Extension configuration for EXT:tika - Choosing App extractor in General tab¶

After that open the Jar tab and paste the path from downloaded tika-app-<required-version>.jar into Tika App Jar Path input field.

Extension configuration for EXT:tika - Provide the path to downloaded App file

Extension configuration for EXT:tika - Provide the path to downloaded App file¶

See Check if it works for test instructions.

  • Previous
  • Next
  • Home
  • Contact
  • Discussions
  • Issues
  • Repository

Page last updated: Jul 11, 2024 14:20

Last rendered: Jul 25, 2024 10:17

  • TYPO3 Theme 4.9.0
  • DRC v3.2.1
© Copyright since 2009 by dkd & contributors
  • Legal Notice
  • Privacy Policy
  • Code of Conduct