Uses of Interface
ai.doctruth.ParsedSection
Packages that use ParsedSection
Package
Description
Public API of DocTruth: auditable LLM extraction for Java.
Internal section-rendering helpers shared by Layer 2 (extraction) and Layer 3 (context
strategies).
-
Uses of ParsedSection in ai.doctruth
Classes in ai.doctruth that implement ParsedSectionModifier and TypeClassDescriptionfinal recordA figure (image, chart, diagram) recovered from the source document, represented by its caption text plus aSourceLocation.final recordA flat string-cell table recovered from the source document, anchored to aSourceLocation.final recordA run of plain text recovered from the source document, anchored to aSourceLocationand tagged with aBlockKindthat classifies the geometric / typographic shape of the block (HEADING / BODY / LIST / OTHER).Methods in ai.doctruth that return types with arguments of type ParsedSectionModifier and TypeMethodDescriptionParsedDocument.sections()Returns the value of thesectionsrecord component.Constructor parameters in ai.doctruth with type arguments of type ParsedSectionModifierConstructorDescriptionParsedDocument(String docId, List<ParsedSection> sections, DocumentMetadata metadata) Creates an instance of aParsedDocumentrecord class. -
Uses of ParsedSection in ai.doctruth.internal.render
Methods in ai.doctruth.internal.render with parameters of type ParsedSectionModifier and TypeMethodDescriptionstatic StringSectionRenderer.render(ParsedSection section) Render a singleParsedSectionto a flat string per the rules above.