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

      Fields 
      Modifier and Type Field Description
      static java.lang.String ANNOTATION
      Not a singular filter, but can be used to toggle the visibility of annotations in the input files
      static java.lang.String BASELINETABLE
      Table recogintion and optimization
      static java.lang.String BIDI
      Bidi filter, sorted the words in read direction
      static java.lang.String CMAPPATCH
      Patches a missing CMAP by character based OCR
      static java.lang.String HEADERFOOTER
      A filter to auto-detect and exclude headers and footers
      static java.lang.String HIDEROTATEDTEXT
      Hide rotated text elements
      static java.lang.String INVISIBLEELEMENTS
      Removes transparent and white graphics objects
      static java.lang.String MARGIN
      Removes the top and left margin, strict mode only
      static java.lang.String MULTICOLUMN
      A sorter to detect multi column layouts and reorder the elements accordingly
      static java.lang.String OCR
      OCR for image elements
      static java.lang.String PAGERANGE
      Excludes certain pages from the comparison
      static java.lang.String REGEXP
      Removes text elements according to regexp patterns
      static java.lang.String TEXTTRANSFORM
      Character 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
      • 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