t3ext-extractor icon indicating copy to clipboard operation
t3ext-extractor copied to clipboard

TYPO3 Extension extractor

Results 12 t3ext-extractor issues
Sort by recently updated
recently updated
newest added

Hello. Image metadata can have property Orientation: http://sylvana.net/jpegcrop/exif_orientation.html When EXT:extractor calculates width and height, it not take it into consideration and may save switched dimensions to database which may cause...

`exiftool -j` may extract `"ColorMode"` and `"ColorSpaceData"` values which are not fit to be placed into `sys_file_metadata.color_space` unaltered. Example: ```bash exiftool -j "exampe-sRGB-black-and-white-file.jpg" \ | jq '[.[] | {ColorMode, ColorSpaceData,...

I have a problem which is a little obscure and AFAIK not an extractor bug, but hopefully it is possible to find a solution. ## Reproduce Can be reproduced with...

## Problem "Replaces" files do not get the new metadata extracted. ## How to reproduce 1. Upload a file with metadata (i.e. copyright information). This data is extracted and put...

TYPO3: 12.4.14 PHP: 8.3.4 MariaDB: 10.11 I am trying to check the Tika setup using the the backend report "Installed extraction services", however, it does not show up in the...

We were working on an update for a private extension that provided metadata extraction from MP3, Vimeo, and YouTube when we discovered Extractor. Extractor already handles MP3 files and has...

Dear Xavier, Some of the times when I upload a file in the Filelist module the metadata extraction does not work. The issue seems to be related the fields **tstamp**...

for example: Encrypted PDF file * all extractors are executed: exiftool, pdfinfo, php * the extractors exiftool, pdfinfo do not return anything for title * the PHP extractor returns several...

For some reason several fields of extracted metadata results in ???????. This happens not for all images, but manly those of whichs metadata was updated with Microsoft products. A screenshot...

I have some files that have control characters (eg. BEL, VT, NAK, DC3...) in the metadata (see attachment: [70-2021-290-5-23-12-2021.pdf](https://github.com/xperseguers/t3ext-extractor/files/7667419/70-2021-290-5-23-12-2021.pdf)). See also https://en.wikipedia.org/wiki/ASCII#Control_code_chart for a list of control characters. The extractor...