Package ai.extend.types
Class ParseConfigBlockOptionsFormulas.Builder
- java.lang.Object
-
- ai.extend.types.ParseConfigBlockOptionsFormulas.Builder
-
- Enclosing class:
- ParseConfigBlockOptionsFormulas
public static final class ParseConfigBlockOptionsFormulas.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParseConfigBlockOptionsFormulasbuild()ParseConfigBlockOptionsFormulas.Builderenabled(java.lang.Boolean enabled)ParseConfigBlockOptionsFormulas.Builderenabled(java.util.Optional<java.lang.Boolean> enabled)Whether to enable formula detection and parsing.ParseConfigBlockOptionsFormulas.Builderfrom(ParseConfigBlockOptionsFormulas other)
-
-
-
Method Detail
-
from
public ParseConfigBlockOptionsFormulas.Builder from(ParseConfigBlockOptionsFormulas other)
-
enabled
public ParseConfigBlockOptionsFormulas.Builder enabled(java.util.Optional<java.lang.Boolean> enabled)
Whether to enable formula detection and parsing. When enabled, mathematical formulas and equations are detected and their LaTeX representations are included in the output. When disabled, formulas will be detected as text blocks and may not be accurately parsed.
-
enabled
public ParseConfigBlockOptionsFormulas.Builder enabled(java.lang.Boolean enabled)
-
build
public ParseConfigBlockOptionsFormulas build()
-
-