feat: implement Mistral OCR document parsing with fuzzy matching and frontend integration
This commit is contained in:
@@ -47,3 +47,9 @@ regex = "1"
|
||||
|
||||
# CLI
|
||||
argh = "0.1"
|
||||
reqwest = { version = "0.12.26", features = ["multipart", "json"] }
|
||||
serde_json = "1.0.145"
|
||||
|
||||
# PDF parsing for page count
|
||||
lopdf = "0.36"
|
||||
strsim = "0.11"
|
||||
|
||||
Reference in New Issue
Block a user