Strategies
The SetaPDF-Extractor component
comes with several extraction strategies.
To offer PHP developers as much flexibility as possible for PDF extraction, the process is separated into individual strategy classes.
Further information on the available
extraction strategies
and how to use them can also be found in the official SetaPDF-Extractor manual.
Get text from a PDF page using the plain text strategy.
Extract all individual glyphs from a PDF document.
Get text from a PDF document using the exact plain text strategy in PHP.
Get words from a PDF document using the word strategy.
Get words including glyph information from a PDF document using the word strategy.
Get words in groups of a PDF document by the Word Group strategy.