public class RustDeepseekOcrClient extends Object
| Constructor and Description |
|---|
RustDeepseekOcrClient() |
| Modifier and Type | Method and Description |
|---|---|
static OpenAiChatResponse |
ocr(String prompt,
byte[] imageBytes,
String mimeType) |
static OpenAiChatResponse |
ocr(String prompt,
File file) |
public static final String BASE_URL
public static OpenAiChatResponse ocr(String prompt, File file)
public static OpenAiChatResponse ocr(String prompt, byte[] imageBytes, String mimeType)
Copyright © 2026. All rights reserved.