Uses of Class
com.mindee.v2.parsing.inference.RawText
-
Packages that use RawText Package Description com.mindee.v2.product.extraction -
-
Uses of RawText in com.mindee.v2.product.extraction
Methods in com.mindee.v2.product.extraction that return RawText Modifier and Type Method Description RawTextExtractionResult. getRawText()If 'rawText' was activated, contains the extracted text of the document.Constructors in com.mindee.v2.product.extraction with parameters of type RawText Constructor Description ExtractionResult(InferenceFields fields, RawText rawText, RagMetadata rag)Creates a newExtractionResultinstance.
-