Interface DefaultFilterNames
public interface DefaultFilterNames
The 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
FieldsModifier and TypeFieldDescriptionstatic final String
Not a singular filter, but can be used to toggle the visibility of annotations in the input filesstatic final String
Table recogintion and optimizationstatic final String
Bidi filter, sorted the words in read directionstatic final String
Patches a missing CMAP by character based OCRstatic final String
A filter to auto-detect and exclude headers and footersstatic final String
Hide rotated text elementsstatic final String
Removes transparent and white graphics objectsstatic final String
Removes the top and left margin, strict mode onlystatic final String
A sorter to detect multi column layouts and reorder the elements accordinglystatic final String
OCR for image elementsstatic final String
Excludes certain pages from the comparisonstatic final String
Removes text elements according to regexp patternsstatic final String
Character replacement to solve issues with OCR and representation forms
-
Field Details
-
MARGIN
Removes the top and left margin, strict mode only- See Also:
-
HEADERFOOTER
A filter to auto-detect and exclude headers and footers- See Also:
-
MULTICOLUMN
A sorter to detect multi column layouts and reorder the elements accordingly- See Also:
-
INVISIBLEELEMENTS
Removes transparent and white graphics objects- See Also:
-
HIDEROTATEDTEXT
Hide rotated text elements- See Also:
-
REGEXP
Removes text elements according to regexp patterns- See Also:
-
BIDI
Bidi filter, sorted the words in read direction- See Also:
-
ANNOTATION
Not a singular filter, but can be used to toggle the visibility of annotations in the input files- See Also:
-
TEXTTRANSFORM
Character replacement to solve issues with OCR and representation forms- See Also:
-
CMAPPATCH
Patches a missing CMAP by character based OCR- See Also:
-
OCR
OCR for image elements- See Also:
-
PAGERANGE
Excludes certain pages from the comparison- See Also:
-
BASELINETABLE
Table recogintion and optimization- See Also:
-