mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
fix: initialize vertex ocr native fields
This commit is contained in:
parent
ba4b644243
commit
56dfe8926e
1 changed files with 4 additions and 0 deletions
|
|
@ -334,6 +334,10 @@ impl OcrProviderConfig for VertexAiDeepSeekOcrConfig {
|
|||
.to_string(),
|
||||
document_annotation: object.get("document_annotation").cloned(),
|
||||
usage_info,
|
||||
content: None,
|
||||
tables: None,
|
||||
key_value_pairs: None,
|
||||
provider_native_response: None,
|
||||
object: "ocr".to_string(),
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue