- All Implemented Interfaces:
Function<org.sejda.sambox.pdmodel.PDDocument,Boolean>
public class OptimizationRuler
extends Object
implements Function<org.sejda.sambox.pdmodel.PDDocument,Boolean>
Component in charge to decide if a document will likely generate split/extract results needing optimization
- Author:
- Andrea Vacondio
-
Constructor Summary
Constructors
-
Method Summary
apply(org.sejda.sambox.pdmodel.PDDocument document)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
apply
public Boolean apply(org.sejda.sambox.pdmodel.PDDocument document)
- Specified by:
apply in interface Function<org.sejda.sambox.pdmodel.PDDocument,Boolean>