@@ -196,7 +196,7 @@ rst_parser = { version = "0.4", optional = true }
196196fb2 = { version = " 0.4" , optional = true }
197197typst-syntax = { version = " 0.14" , optional = true }
198198
199- kreuzberg-tesseract = { path = " ../kreuzberg-tesseract" , version = " 4.1 " , optional = true }
199+ kreuzberg-tesseract = { path = " ../kreuzberg-tesseract" , version = " 4.3 " , optional = true }
200200image = { workspace = true , default-features = false , features = [
201201 " png" ,
202202 " jpeg" ,
@@ -257,7 +257,7 @@ image = { workspace = true, default-features = false, features = ["png"] }
257257[target .'cfg(all(not(target_os = "windows"), not(target_arch = "wasm32")))' .dependencies ]
258258pprof = { version = " 0.15.0" , features = [" flamegraph" ], optional = true }
259259# PaddleOCR via ONNX Runtime - not available on WASM (vendored from paddle-ocr-rs)
260- kreuzberg-paddle-ocr = { path = " ../kreuzberg-paddle-ocr" , optional = true }
260+ kreuzberg-paddle-ocr = { path = " ../kreuzberg-paddle-ocr" , version = " 4.3 " , optional = true }
261261# Use rustls on non-Windows platforms (Linux, macOS)
262262# Blocking feature needed for model downloads
263263reqwest = { workspace = true , default-features = false , features = [
@@ -277,7 +277,7 @@ ureq = { version = "3.2", default-features = false, features = ["rustls", "json"
277277# Use native-tls on Windows to avoid aws-lc-sys CMake build issues with MinGW
278278[target .'cfg(all(target_os = "windows", not(target_arch = "wasm32")))' .dependencies ]
279279# PaddleOCR via ONNX Runtime - not available on WASM (vendored from paddle-ocr-rs)
280- kreuzberg-paddle-ocr = { path = " ../kreuzberg-paddle-ocr" , optional = true }
280+ kreuzberg-paddle-ocr = { path = " ../kreuzberg-paddle-ocr" , version = " 4.3 " , optional = true }
281281# Blocking feature needed for model downloads
282282reqwest = { workspace = true , default-features = false , features = [
283283 " json" ,
0 commit comments