- ocr.php: two-step pipeline (mistral-ocr-latest + mistral-small-latest) extracts Serial Number, Model Number, and Date from part label photos - input/: 5 test images of industrial part labels - output/: corresponding YAML results - README.md: full usage, setup, and troubleshooting docs - .gitignore: excludes .env only - .env.example: API key template Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 lines
98 B
Text
3 lines
98 B
Text
# Mistral AI API key
|
|
# Get yours at https://console.mistral.ai/
|
|
MISTRAL_API_KEY=your_api_key_here
|