PDF Extraction Template
PDF Extraction
The pdf_extraction template allows you to extract structured data from PDF files.
How It Works
- PDF files are uploaded via multipart upload
- The content is extracted and sent to the AI model
- The AI analyzes the document and returns the data in a structured format
Sending a Request
The request must be sent as multipart/form-data:
template:pdf_extractionproducts: JSON string with the products arraypdf_files[]: One or more PDF files (max 20MB each)
Limits
- Maximum file size: 20MB
- Accepted format: PDF only
- Files are temporarily saved in
storage/pdf-extractions