Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Usage Milestone: Google Analytics Module google_analytics crossed 1,000 active installs. Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Release: GraphQL Compose Codegen 1.1.2 Minor update available for module graphql_compose_codegen (1.1.2). Release: Mapy.com 1.1.3 Minor update available for module mapycom (1.1.3). Release: Ckeditor5 entity browser 3.0.3 Minor update available for module ckeditor5_entity_browser (3.0.3). Release: Ckeditor5 entity browser 3.0.1 Minor update available for module ckeditor5_entity_browser (3.0.1). Release: Ckeditor5 entity browser 3.0.2 Minor update available for module ckeditor5_entity_browser (3.0.2). Release: Teamleader Integration 4.0.2 Minor update available for module teamleader (4.0.2). Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

File Extractor

387 sites Security covered Drupal 11 · not 10
View on drupal.org

This module adds a computed field to files, allowing their content to be accessed in web services, field formatters, or Search API. It supports various extraction methods like Docconv, Pdf2txt, and Tika.

Synopsis

This module adds a new computed field on File entity: "File extractor: extracted file".

This new field allows to access the content of the file:

  • in webservices like JSON:API
  • in a field formatter (file field)
  • in Search API

The module provides the following extraction methods:

  • Docconv binary
  • Pdftotext binary
  • Python Pdf2txt binary
  • Solr built-in extractor (Search API Solr)
  • Tika App JAR
  • Tika Server JAR

History

This project is a fork of Search API Attachments. More information on the module origins on: #3126845: Version 2.0.0

Requirements

Each extractor plugin can require different modules/libraries, if the requirements are not satisfied the plugin doesn't show up in the settings.

Each extractor plugin can require different binary on your server, when configuring the extraction, a test will be done to see if the extraction works. Also you can read the module documentation to see installation instructions for extractor plugins.

Configuration

  • Enable the File Extractor module on your site.
  • Go to the configuration page (/admin/config/media/file-extractor) and configure the extraction settings.

The module provides its own cache bin 'file_extractor', so in your settings.php file you can override the cache backend for this cache bin. For example if you want to use the File Cache module:

$settings['cache']['bins']['file_extractor'] = 'cache.backend.file_system';

Maintainers

Depends on

Dependencies of the latest stable release

  • file Drupal core

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
4
Tracked since
Mar 2025
Latest release
1 month ago
Releases (12 mo)
3 ▲ from 1
Maintenance
Active

Release Timeline

Releases

Version Type Core Release date
5.0.1 Stable 11 Jul 19, 2026
5.0.0 Stable 11 Dec 20, 2025
5.x-dev Dev 11 Dec 5, 2025
4.2.1 Stable 10–11 Mar 10, 2025