Class ParseConfigBlockOptionsFigures


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

      • getEnabled

        public java.util.Optional<java.lang.Boolean> getEnabled()
        Returns:
        Whether to include figures in the output.
      • getFigureImageClippingEnabled

        public java.util.Optional<java.lang.Boolean> getFigureImageClippingEnabled()
        Returns:
        Whether to clip and extract images from figures.
      • getAdvancedChartExtractionEnabled

        public java.util.Optional<java.lang.Boolean> getAdvancedChartExtractionEnabled()
        Returns:
        Whether to enable advanced chart extraction using vision models for improved data extraction from charts.
      • getCustomInstructions

        public java.util.Optional<java.lang.String> getCustomInstructions()
        Returns:
        Custom instructions injected into the vision model prompt used to analyze and summarize figures. Use to steer figure descriptions toward your use case (e.g. domain terminology, details to always capture). Requires enabled: true. Available on parse_performance >= 2.0.0 and parse_light >= 1.0.0.
      • 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