fix: hide ocr native response payload

This commit is contained in:
Ishaan Jaff 2026-09-02 20:20:38 -07:00
parent 8bb2cd36f9
commit 978f314221
No known key found for this signature in database

View file

@ -30,7 +30,6 @@ impl OcrResponseData {
"content": self.content,
"tables": self.tables,
"keyValuePairs": self.key_value_pairs,
"provider_native_response": self.provider_native_response,
"object": self.object,
})
}