Uses of Class
com.mindee.v2.product.split.SplitRange
-
Packages that use SplitRange Package Description com.mindee.v2.fileoperations com.mindee.v2.product.split -
-
Uses of SplitRange in com.mindee.v2.fileoperations
Methods in com.mindee.v2.fileoperations with parameters of type SplitRange Modifier and Type Method Description ExtractedPDFSplit. extractSingle(SplitRange splitRange)Method parameters in com.mindee.v2.fileoperations with type arguments of type SplitRange Modifier and Type Method Description ExtractedPDFsSplit. extractMultiple(ArrayList<SplitRange> splitRanges) -
Uses of SplitRange in com.mindee.v2.product.split
Methods in com.mindee.v2.product.split that return types with arguments of type SplitRange Modifier and Type Method Description ArrayList<SplitRange>SplitResult. getSplits()List of documents identified within a multi-document source file.Constructor parameters in com.mindee.v2.product.split with type arguments of type SplitRange Constructor Description SplitResult(ArrayList<SplitRange> splits)Creates a newSplitResultinstance.
-