Feature #36743

Use text extraction services to get file content

Added by Ingo Renner about 1 year ago. Updated about 1 year ago.

Status:Under Review Start date:2012-05-01
Priority:Must have Due date:
Assignee:Ingo Renner % Done:

0%

Category:-
Target version:6.0.0
TYPO3 Version:6.0 Complexity:
PHP Version:
Votes: 0

Description

Currently FAL simply uses file_get_contents() in its local driver to extract a file's content. This is fine for simple text files, but won't work for file types like Office and PDF files.

TYPO3 already offers the services infrastructure to allow having different text extractors. Use the textExtract service to read file contents.

History

Updated by Gerrit Code Review about 1 year ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10916

Updated by Gerrit Code Review about 1 year ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10916

Also available in: Atom PDF