Cross-Provider Workflow
Mindee OCR to Google Sheets Log
Version 1.0.0
Run OCR on a document with Mindee, then log the job to Google Sheets.
Providers Orchestrated
Workflows
ocr-and-log
Run OCR with Mindee and log the job to Google Sheets.
Enqueues a document for OCR with Mindee, captures the returned job identifier and status, and appends them as a row to the target sheet range.
1
ocr-document
$sourceDescriptions.mindeeApi.Enqueue_OCR_Product_Inference_v2_products_ocr_enqueue_post
Enqueue the document for OCR with Mindee.
2
log-job
$sourceDescriptions.googleSheetsApi.appendValues
Append the OCR job reference as a row in the Google Sheet.
Source API Descriptions
openapi