Cloudmersive Ocr
Connector for the cloudmersive-ocr API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.cloudmersive.com - Auth:
header:Apikey(pass your key via theapiKeyinput)
Operations
imageocr_imagelineswithlocation— POST /ocr/image/to/lines-with-location — Convert a scanned image into words with locationimageocr_imagewordswithlocation— POST /ocr/image/to/words-with-location — Convert a scanned image into words with locationimageocr_post— POST /ocr/image/toText — Convert a scanned image into textpdfocr_pdftolineswithlocation— POST /ocr/pdf/to/lines-with-location — Convert a PDF into text lines with locationpdfocr_pdftowordswithlocation— POST /ocr/pdf/to/words-with-location — Convert a PDF into words with locationpdfocr_post— POST /ocr/pdf/toText — Converts an uploaded PDF file into text via Optical Character Recognition.
Inputs
apiKey— your cloudmersive-ocr API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: imageocr_imagelineswithlocation
apiKey: <your key>