Class ParseConfigAdvancedOptions


  • public final class ParseConfigAdvancedOptions
    extends java.lang.Object
    • Method Detail

      • getPageRotationEnabled

        public java.util.Optional<java.lang.Boolean> getPageRotationEnabled()
        Returns:
        Whether to automatically detect and correct page rotation.
      • getAgenticOcrEnabled

        public java.util.Optional<java.lang.Boolean> getAgenticOcrEnabled()
        Returns:
        Whether to enable agentic OCR corrections using VLM-based review and correction of OCR errors for messy handwriting and poorly scanned text.
      • getPageRanges

        public java.util.Optional<java.util.List<PageRangesItem>> getPageRanges()
      • getVerticalGroupingThreshold

        public java.util.Optional<java.lang.Double> getVerticalGroupingThreshold()
        Returns:
        Multiplier for the Y-axis threshold used to determine if text blocks should be placed on the same line or not (0.1-5.0, default 1.0). Higher values group elements that are further apart vertically. Only applies when the spatial target is set.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object