PDF Analyser Documentation
Extract, classify, and structure data from financial PDFs using AI-powered document analysis.
Overview
The PDF Analyser automatically extracts data from financial PDF documents — bank statements, invoices, receipts, tax documents, and more. It uses advanced OCR and document AI to understand financial context, recognise table structures, and output structured data.
Supported Documents
- Bank statements (any format)
- Invoices and pro-forma invoices
- Receipts and payment confirmations
- Tax documents and assessments
- Financial reports and summaries
- Scanned paper documents (via OCR)
API Reference(Developers)
Upload a PDF document for AI-powered analysis. The engine extracts text, segments the content, generates section summaries, and combines them into a structured report with key findings, statistics, conclusions, and recommendations. Integrate and call the endpoint from your app and get structured analysis in the response.
You can create a developer account to get an api key fromhere.
POST https://server.gimele.com/api/v1/analyse-pdf
Upload a PDF file and receive a streaming AI-generated analysis report.
Headers
Form Data Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| file | File | Yes | PDF file to analyse (max 50 MB) |
Response
Returns a streaming text response (text/plain; charset=utf-8) containing the AI-generated analysis report. The report includes main topics, key findings, important statistics, conclusions, and recommendations.