fix: initialize vertex ocr native fields

This commit is contained in:
Ishaan Jaff 2026-09-02 20:14:42 -07:00
parent ba4b644243
commit 56dfe8926e
No known key found for this signature in database

View file

@ -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(),
})
}