/raw-extract
Convert documents (PDFs, Images, ...) to plain text
Creates a Raw Extraction Job
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"id": string,
"createdAt": string,
"status": "CREATED",
"type": "raw-extract",
"message": string,
"pages": number, // Number of billed pages in this job
"fileName": string,
"result": null, // Is null after creation
"urls": {
"get": string; // Query this URL to get the status/result of your job
}
}{
"error": string
}{
"error": string
}Last updated