Library/PDFProcessor

PDFProcessor

Autonomous PDF agent that extracts text and answers questions via AI.

Modular Build
Interactive Preview
Initialising Operative...

Architecture

Component Architecture
PDFProcessor/

Prop Usage

PropTypeDefaultDescription
apiEndpoint
string"/api/pdf"Route that receives the PDF and returns extracted text / answers.
maxFileSizeMb
number10Maximum allowed PDF size in megabytes.
className
stringAdditional classes.

Usage

import { PDFProcessor } from '@/ui/features/PDFProcessor'; <PDFProcessor apiEndpoint="/api/pdf" maxFileSizeMb={20} />