import React from 'react'; import { ScanSearch, FileText, CheckCircle2, ChevronRight, Zap } from 'lucide-react'; import { motion } from 'motion/react'; export default function DocumentViewer() { return (
{/* Header */}
Q3_Invoice_7482.pdf
AI Extraction: 98% Confidence
{/* Document Area */}
{/* Faux Document Content */}

INVOICE

Acme Corp Ltd.

Date: Oct 14, 2026

Inv #: INV-7482

Due: Net 30

{/* Simulated Table to be extracted */}
Description Quantity Unit Price Total
Consulting Retainer - September 1 $4,500.00 $4,500.00
Server Infrastructure (Q3) 3 $850.00 $2,550.00
Priority Support Add-on 1 $999.00 $999.00
{/* AI Overlay Bounding Box */}
Data Extracted
{/* Visual scanning line */}
Subtotal: $8,049.00
Tax (10%): $804.90
Total: $8,853.90
); }