Class ExtractionBuilder<T>

java.lang.Object
ai.doctruth.ExtractionBuilder<T>

public final class ExtractionBuilder<T> extends Object
Immutable fluent builder for one extraction call. Each with* method returns a NEW instance — the receiver is never mutated, so a single builder can be safely shared across threads and re-used across run(ParsedDocument) calls.
Since:
0.1.0