# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "gpt4ocr" version = "0.3.2" authors = ["Dhruvajyoti Sarma "] description = "Extract structured text from PDFs using OpenAI's GPT4o." readme = "README.md" license = "MIT" [dependencies.base64] version = "0.22.1" [dependencies.dotenvy] version = "0.15.7" [dependencies.image] version = "0.25.2" [dependencies.openai-api-rs] version = "5.0.4" [dependencies.pdf2image] version = "0.1.2" [dependencies.tokio] version = "1.0.0" features = [ "rt", "rt-multi-thread", "macros", ]