TextExtraction
Table of Contents
Interfaces
- TextExtractorInterface
- Interface for text extractors, which are registered as tagged services
via the #[AsTextExtractor] attribute or the 'fal.text_extractor'
service tag.
Classes
- PlainTextExtractor
- A simple text extractor to extract text from plain text files.
- TextExtractorRegistry
- Registry for text extractors, which are registered as tagged services
via the #[AsTextExtractor] attribute or the 'fal.text_extractor'
service tag. Extractors are ordered by their tag priority, an
extractor with a higher priority is asked first whether it can
extract text from a file.