Package com.itextpdf.text.pdf.parser
Interface LocationTextExtractionStrategy.TextChunkFilter
- Enclosing class:
LocationTextExtractionStrategy
public static interface LocationTextExtractionStrategy.TextChunkFilter
Specifies a filter for filtering
LocationTextExtractionStrategy.TextChunk objects during text extraction- Since:
- 5.3.3
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(LocationTextExtractionStrategy.TextChunk textChunk)
-
Method Details
-
accept
- Parameters:
textChunk- the chunk to check- Returns:
- true if the chunk should be allowed
-