Interface DefaultFilterNames
-
public interface DefaultFilterNamesThe naming constants of all filter plugins that are shipped with the installation All of these filters can be in one of three states: 'loaded', 'not loaded' (because the plugin is missing or is incompatible), or 'deactivated' (due to the configuration).- Since:
- 5.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringANNOTATIONNot a singular filter, but can be used to toggle the visibility of annotations in the input filesstatic java.lang.StringBASELINETABLETable recogintion and optimizationstatic java.lang.StringBIDIBidi filter, sorted the words in read directionstatic java.lang.StringCMAPPATCHPatches a missing CMAP by character based OCRstatic java.lang.StringHEADERFOOTERA filter to auto-detect and exclude headers and footersstatic java.lang.StringHIDEROTATEDTEXTHide rotated text elementsstatic java.lang.StringINVISIBLEELEMENTSRemoves transparent and white graphics objectsstatic java.lang.StringMARGINRemoves the top and left margin, strict mode onlystatic java.lang.StringMULTICOLUMNA sorter to detect multi column layouts and reorder the elements accordinglystatic java.lang.StringOCROCR for image elementsstatic java.lang.StringPAGERANGEExcludes certain pages from the comparisonstatic java.lang.StringREGEXPRemoves text elements according to regexp patternsstatic java.lang.StringTEXTTRANSFORMCharacter replacement to solve issues with OCR and representation forms
-
-
-
Field Detail
-
MARGIN
static final java.lang.String MARGIN
Removes the top and left margin, strict mode only- See Also:
- Constant Field Values
-
HEADERFOOTER
static final java.lang.String HEADERFOOTER
A filter to auto-detect and exclude headers and footers- See Also:
- Constant Field Values
-
MULTICOLUMN
static final java.lang.String MULTICOLUMN
A sorter to detect multi column layouts and reorder the elements accordingly- See Also:
- Constant Field Values
-
INVISIBLEELEMENTS
static final java.lang.String INVISIBLEELEMENTS
Removes transparent and white graphics objects- See Also:
- Constant Field Values
-
HIDEROTATEDTEXT
static final java.lang.String HIDEROTATEDTEXT
Hide rotated text elements- See Also:
- Constant Field Values
-
REGEXP
static final java.lang.String REGEXP
Removes text elements according to regexp patterns- See Also:
- Constant Field Values
-
BIDI
static final java.lang.String BIDI
Bidi filter, sorted the words in read direction- See Also:
- Constant Field Values
-
ANNOTATION
static final java.lang.String ANNOTATION
Not a singular filter, but can be used to toggle the visibility of annotations in the input files- See Also:
- Constant Field Values
-
TEXTTRANSFORM
static final java.lang.String TEXTTRANSFORM
Character replacement to solve issues with OCR and representation forms- See Also:
- Constant Field Values
-
CMAPPATCH
static final java.lang.String CMAPPATCH
Patches a missing CMAP by character based OCR- See Also:
- Constant Field Values
-
OCR
static final java.lang.String OCR
OCR for image elements- See Also:
- Constant Field Values
-
PAGERANGE
static final java.lang.String PAGERANGE
Excludes certain pages from the comparison- See Also:
- Constant Field Values
-
BASELINETABLE
static final java.lang.String BASELINETABLE
Table recogintion and optimization- See Also:
- Constant Field Values
-
-