setasign\SetaPDF2\Extractor\Filter

PageFilterInterface The interface for filter instances that requires a page object.

File: /SetaPDF v2/Extractor/Filter/PageFilterInterface.php
Old class name (alias): \SetaPDF_Extractor_Filter_PageFilterInterface

Implemented in

Implements

Summary

Methods

accept()

abstract public FilterInterface::accept (): bool|string

The 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.

setPage()

Set the current page object for the specific filter.

Parameters
$page : \SetaPDF_Core_Document_Page