diff --git a/ext/parsekit/Cargo.toml b/ext/parsekit/Cargo.toml index 9862554..82fa400 100644 --- a/ext/parsekit/Cargo.toml +++ b/ext/parsekit/Cargo.toml @@ -16,7 +16,7 @@ magnus = { version = "0.8", features = ["rb-sys"] } # MuPDF builds from source and statically links mupdf = { version = "0.6", default-features = false, features = [] } # OCR - Using tesseract-rs for both system and bundled modes -tesseract-rs = "0.1" # Tesseract with optional bundling +tesseract-rs = "0.2" # Tesseract with optional bundling image = "0.25" # Image processing library (match rusty-tesseract's version) calamine = "0.34" # Excel parsing docx-rs = "0.4" # Word document parsing