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 StringNot a singular filter, but can be used to toggle the visibility of annotations in the input filesstatic final StringTable recogintion and optimizationstatic final StringBidi filter, sorted the words in read directionstatic final StringPatches a missing CMAP by character based OCRstatic final StringA filter to auto-detect and exclude headers and footersstatic final StringHide rotated text elementsstatic final StringRemoves transparent and white graphics objectsstatic final StringRemoves the top and left margin, strict mode onlystatic final StringA sorter to detect multi column layouts and reorder the elements accordinglystatic final StringOCR for image elementsstatic final StringExcludes certain pages from the comparisonstatic final StringRemoves text elements according to regexp patternsstatic final StringCharacter 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:
-