""" Mistral OCR Python Package A command-line tool for processing documents with Mistral AI's OCR capabilities. This package provides functionality for extracting text and structured content from PDF documents and images while preserving the original formatting and layout. Main components: - Client for interacting with the Mistral AI OCR API - Commands for processing documents, converting results to Markdown, and more - Utilities for handling file operations and formatting For usage information, see the README.md file or run: mistral-ocr --help """ __version__ = "0.1.0"