pdf-ocr-cli
Version:
A CLI tool for OCR processing of PDF files using Mistral API with optional LLM verification
19 lines (14 loc) • 643 B
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.0] - 2025-05-03
### Added
- Initial release of PDF-OCR CLI
- OCR processing of PDF files using Mistral API
- Content verification using Together.ai free LLM
- CLI interface with various configuration options
- Support for processing multi-page PDFs
- Configurable sleep time between processing pages
- Retry mechanism for handling API errors
- Verbose logging option for debugging