Uses of Enum Class
com.extractpdf4j.helpers.ParserSelection
Packages that use ParserSelection
Package
Description
Provides reusable helper utilities supporting parsing, content normalization, validation,
and shared internal operations.
Implements the primary PDF parsing strategies and extraction components used to convert
document content into structured tabular output.
-
Uses of ParserSelection in com.extractpdf4j.helpers
Methods in com.extractpdf4j.helpers that return ParserSelectionModifier and TypeMethodDescriptionExtractionDiagnostics.parserSelected()static ParserSelectionReturns the enum constant of this class with the specified name.static ParserSelection[]ParserSelection.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.extractpdf4j.helpers with parameters of type ParserSelectionModifierConstructorDescriptionExtractionDiagnostics(ParserSelection parserSelected, String reason, Duration totalDuration, Duration ocrDuration, Duration parsingDuration, int pagesProcessed, int tablesDetected, List<String> warnings, List<String> fallbackActions) -
Uses of ParserSelection in com.extractpdf4j.parsers
Methods in com.extractpdf4j.parsers that return ParserSelection