Code Monkey home page Code Monkey logo

tika-extractor-control's Introduction

tika_extractor_control

Configuration options for tika metadata extraction

What does it do?

The TYPO3 extension package "apache-solr-for-typo3/tika" includes a MetaDataExtractor that automatically extracts file metadata when you add a file to FAL. This extension adds an option to exclude specified fields from extraction (e.g. you don't want the title field to be filled automatically) and a CommandController (callable via shell or as Scheduler task) action to remove a previously extracted value (e.g. empty the title field if it has been filled automatically by the tika MetaDataExtractor).

Requirements

A running version of "apache-solr-for-typo3/tika"

Extension configuration

Set excludeMetadataFields to e.g. title,alternative to exclude these fields from being filled by the tika (or any other) MetaDataExtractor.

Attention!

The excludeMetadataFields option does not distinguish between the tika MetaDataExtractor or any other extractor configured.

CommandController

Call extbase falindexer:removeextractedvalue <storage ID> <path/in/storage/> --fields=<list,of,fields> --include-subfolders=<0|1> via shell or create a Scheduler task to reset the specified fields for all files in the given directory.

The default values for the optional flags are as follows:

  • --fields=title
  • --include-subfolders=0

tika-extractor-control's People

Contributors

wazum avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.