We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1da256 + 401d14f commit e9d2c56Copy full SHA for e9d2c56
1 file changed
ext/parsekit/Cargo.toml
@@ -18,7 +18,7 @@ mupdf = { version = "0.5", default-features = false, features = [] }
18
# OCR - Using tesseract-rs for both system and bundled modes
19
tesseract-rs = "0.1" # Tesseract with optional bundling
20
image = "0.25" # Image processing library (match rusty-tesseract's version)
21
-calamine = "0.30" # Excel parsing
+calamine = "0.31" # Excel parsing
22
docx-rs = "0.4" # Word document parsing
23
quick-xml = "0.38" # XML parsing
24
zip = "5.0" # ZIP archive handling for PPTX
0 commit comments