Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Generic Configuration Parameters

  • Parameter
    summaryList of vertex flags that indicate the beginning and end of a text block.
    nameboundaryFlags
    typestring array

    Tokens boundaryFlags (string, optional) The tokens to process must be inside two vertex mark vertices marked with this flags flag (e.g ["TEXT_BLOCK_SPLIT"])
  • skipFlags (string array, optional) -
    Parameter
    summary
    Flags to be skipped by this stage.
    nameskipFlags
    typestring array

    Tokens marked with this flags flag will be ignore ignored by this stage, and no process processing will be performed.
  • Parameter
    summaryLex items flags required by every token to be processed.
    namerequiredFlags
    typestring array
    requiredFlags (string array, optional)

    Tokens need to have all of the specified flags , in order to be processed.
  • Parameter
    summaryLex items flags needed by every token to be processed.
    nameatLeastOneFlag
    typestring array
    atLeastOneFlag (string array, optional)

    Tokens will need at least one of the flags specify specified in this array.
  • Parameter
    summaryAdjustment factor to apply to the confidence value of 0.0 to 2.0 from (Applies for every pattern match).
    default1
    nameconfidenceAdjustment
    typedouble
    requiredtrue
    • 0.0 to < 1.0  decreases confidence value
    • 1.0 confidence value remains the same
    • > 1.0 to  2.0 increases confidence value
  • Parameter
    summary
    debug (boolean, optional)
    Enable all debug log functionality
    of
    for the stage, if any.
    defaultfalse
    namedebug
    typeboolean
  • Parameter
    summaryIndicates if the current stage should be consider for the Pipeline Manager
    defaulttrue
    nameenable
    typeboolean
    • Only applies for automatic pipeline building