AI Services
Extract text from a PDF using AI.
This endpoint is used to extract text from a PDF using AI. Scanning simultaneously across all pages and with the capability to understand human handwriting, this endpoint can extract text from any PDF.
post/api/ai/v2/pdf-extract
Response
Successful response
Example response
{
"status": "success",
"data": "This is a sample text to be converted.",
"processing_time": 888,
"processing_id": "4b139bfe-1f71-4345-b539-fa6c1700f166",
"processing_count": 12
}