Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xperseguers/t3ext-extractor
TYPO3 Extension extractor
https://github.com/xperseguers/t3ext-extractor
Last synced: 4 days ago
JSON representation
TYPO3 Extension extractor
- Host: GitHub
- URL: https://github.com/xperseguers/t3ext-extractor
- Owner: xperseguers
- License: gpl-2.0
- Created: 2018-01-03T15:51:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-29T11:16:56.000Z (2 months ago)
- Last Synced: 2025-01-18T23:32:17.268Z (11 days ago)
- Language: PHP
- Homepage: https://extensions.typo3.org/extension/extractor
- Size: 1.42 MB
- Stars: 15
- Watchers: 4
- Forks: 24
- Open Issues: 14
-
Metadata Files:
- Readme: README.rst
- Funding: .github/FUNDING.yml
- License: License.txt
Awesome Lists containing this project
README
Metadata and content analysis service
=====================================This extension detects and extracts metadata (EXIF / IPTC / XMP / ...) from
potentially thousand different file types (such as MS Word/Powerpoint/Excel
documents, PDF and images) and bring them automatically and natively to TYPO3
when uploading assets. Works with built-in PHP functions but takes advantage of
Apache Tika and other external tools for enhanced metadata extraction... image:: Documentation/Images/metadata.png
:alt: Metadata for a documentRequirements
------------For best results, `Apache Tika `__ is
required (either as standalone JAR or running as server).Extraction of metadata from common image files (jpg, tiff, ...) is often quicker
using external tool `exiftool `__ and if not available,
it will fall back to PHP's built-in EXIF and IPTC library.For PDF, external tool
`pdfinfo `__ will be used.Read more in the
`manual `__.