OCR Extract Node

This section describes features that are coming in 4.0

ID: ocrExtractNode

Runs OCR Extraction against a node.

{
    "title": "OCR Extract Node",
    "properties": {
        "serviceId": {
            "type": "string",
            "title": "Service ID"
        }
    }
}

Where:

  • serviceId is the ID of an optional OCR Extraction Service to be used

If serviceId is not provided, the default OCR Extraction Service for the project will be used (if available).

Example

{
    "serviceId": "726fe2708dc27c7f8c7b"
}