v2
latestOpenAPI 3.0.12026-07-266846393.5 KBFind & Search
Make Text Searchable
This method converts scanned PDF documents (where pages are fully or partially made from scanned images) or image files into a text-searchable PDF. It runs OCR and adds an invisible text layer on top of your document that can be used for text search, text indexing, etc.
post/v1/pdf/makesearchable
Request body
Example request
{
"lang": "eng+deu",
"pages": "0,2,5-10, !0, !5-!2",
"rect": "10 20 300 400"
}Response
Success.
Example response
{
"status": "success",
"message": "Success",
"url": "https://pdf-temp-files.s3.us-west-2.amazonaws.com/output.pdf",
"jobId": "6YSZD3U872ZYYFEDMQCQSGEEO8YSF5WA",
"credits": 2,
"remainingCredits": 1480582,
"duration": 33
}