Class ParseConfig


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

      • getTarget

        public java.util.Optional<ParseConfigTarget> getTarget()
        Returns:
        The target format for the parsed content. Supported values:
        • markdown: Convert document to Markdown format
        • spatial: Preserve spatial information in the output
      • getChunkingStrategy

        public java.util.Optional<ParseConfigChunkingStrategy> getChunkingStrategy()
        Returns:
        Strategy for dividing the document into chunks.
      • getBlockOptions

        public java.util.Optional<ParseConfigBlockOptions> getBlockOptions()
        Returns:
        Options for controlling how different block types are processed.
      • 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