lmocr 0.1.2

Convert PDFs and images to Markdown using OpenRouter multimodal LLMs
[package]
name = "lmocr"
version = "0.1.2"
edition = "2024"
description = "Convert PDFs and images to Markdown using OpenRouter multimodal LLMs"
license = "MIT"
repository = "https://github.com/finnatsea/lmocr"
readme = "README.md"
keywords = ["ocr", "pdf", "markdown", "llm", "cli"]
categories = ["command-line-utilities", "text-processing"]
include = ["src/**", "Cargo.toml", "README.md", "LICENSE"]

[dependencies]
anyhow = "1.0"
base64 = "0.22"
blake3 = "1.5"
clap = { version = "4.5", features = ["derive"] }
directories = "5.0"
indicatif = "0.17"
image = "0.25"
regex = "1.10"
reqwest = { version = "0.12", features = ["json", "multipart", "rustls-tls"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tempfile = "3.10"
tokio = { version = "1.37", features = ["rt-multi-thread", "macros"] }
toml = "0.8"