PDFProcessor
Autonomous PDF agent that extracts text and answers questions via AI.
Modular Build
Interactive Preview
Initialising Operative...
Architecture
Component Architecture
PDFProcessor/
Prop Usage
| Prop | Type | Default | Description |
|---|---|---|---|
apiEndpoint | string | "/api/pdf" | Route that receives the PDF and returns extracted text / answers. |
maxFileSizeMb | number | 10 | Maximum allowed PDF size in megabytes. |
className | string | — | Additional classes. |
Usage
import { PDFProcessor } from '@/ui/features/PDFProcessor';
<PDFProcessor
apiEndpoint="/api/pdf"
maxFileSizeMb={20}
/>