🤖 Q PDF Field Extractor vs17

Extract QR fields and logos from any PDF using AI

💡 Uses Claude vision for intelligent QR logo extraction
✓ Server has default Anthropic API key configured
Optional - server default will be used if left blank
0 = deterministic, 1 = creative
(uses additional Claude API calls)

📡 REST API

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

đŸŽ¯ QR Logo Processor v7 pipeline

Process a full logo into a QR-code-ready overlay with outline and transparency

Optional - server default will be used if left blank

📡 REST API

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": {...}}