Uses of Interface
org.springframework.ai.mistralai.ocr.MistralOcrApi.OCRRequest.Document
Packages that use MistralOcrApi.OCRRequest.Document
-
Uses of MistralOcrApi.OCRRequest.Document in org.springframework.ai.mistralai.ocr
Classes in org.springframework.ai.mistralai.ocr that implement MistralOcrApi.OCRRequest.DocumentModifier and TypeClassDescriptionstatic final record
Represents a document URL chunk.static final record
Represents an image URL chunk.Methods in org.springframework.ai.mistralai.ocr that return MistralOcrApi.OCRRequest.DocumentModifier and TypeMethodDescriptionMistralOcrApi.OCRRequest.document()
Returns the value of thedocument
record component.Constructors in org.springframework.ai.mistralai.ocr with parameters of type MistralOcrApi.OCRRequest.DocumentModifierConstructorDescriptionOCRRequest
(String model, String id, MistralOcrApi.OCRRequest.Document document, List<Integer> pages, Boolean includeImageBase64, Integer imageLimit, Integer imageMinSize) Creates an instance of aOCRRequest
record class.OCRRequest
(String model, MistralOcrApi.OCRRequest.Document document) Create an OCRRequest.