Extract QR fields and logos from any PDF using AI
This service also offers a REST API at /api/extract
Authentication: Token via Authorization header
Parameters: file (PDF), model (optional), temperature (optional, default 0), extract_logo (optional, default false)
Response includes: logo_full (base64 JPEG) and logo_qr (base64 PNG)
QR Logo: Uses Claude vision for intelligent icon extraction
Process a full logo into a QR-code-ready overlay with outline and transparency
Also available at /api/qr-logo (JSON, Token auth)
Input: {"logo": "<base64>", "outline_width": 3, "outline_color": "#FFFFFF", "output_size": 80}
Output: {"qr_logo": "<base64 PNG>", "info": {...}}