feat: retain ocr response parameters

This commit is contained in:
Ishaan Jaff 2026-09-02 20:14:55 -07:00
parent fdac3c4732
commit 84b13e6fc3
No known key found for this signature in database

View file

@ -52,6 +52,7 @@ pub(crate) struct ProviderOcrRequest {
pub(crate) config: &'static dyn OcrProviderConfig,
pub(crate) url: String,
pub(crate) body: Value,
pub(crate) optional_params: Map<String, Value>,
pub(crate) upstream_headers: Vec<(String, String)>,
pub(crate) timeout: Option<Duration>,
}