SetaPDF_Extractor_Filter_FilterInterface The interface for filter instances.
File: /SetaPDF v2/Extractor/Filter/FilterInterface.php
Implemented in
- SetaPDF_Extractor_Filter_FontSize
- SetaPDF_Extractor_Filter_Multi
- SetaPDF_Extractor_Filter_PageFilterInterface
- SetaPDF_Extractor_Filter_Rectangle
Summary
Methods
accept()
abstract public SetaPDF_Extractor_Filter_FilterInterface::accept (
SetaPDF_Extractor_TextItem $textItem
): boolean|stringThe method which is called with the specific text item.
It has to return true or false, whether the item is accepted or not.
Parameters
- $textItem : SetaPDF_Extractor_TextItem
Return Values
False or true/an identifier string whether the item is accepted or not.