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 recordRepresents a document URL chunk.static final recordRepresents an image URL chunk.Methods in org.springframework.ai.mistralai.ocr that return MistralOcrApi.OCRRequest.DocumentModifier and TypeMethodDescriptionMistralOcrApi.OCRRequest.document()Returns the value of thedocumentrecord 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 aOCRRequestrecord class.OCRRequest(String model, MistralOcrApi.OCRRequest.Document document) Create an OCRRequest.