Link Search Menu Expand Document

Key Value Fields From Echocardiogram Report - TEMPLATES-SAMPLES

Document Parser sample in TEMPLATES-SAMPLES demonstrating ‘Key Value Fields From Echocardiogram Report’

sample-key-value-fields-echocardiogram-report.json
{
  "templateVersion": 4,
  "templatePriority": 0,
  "culture": "en-US",
  "objects": [
    {
      "id": 1631613272183,
      "objectType": "field",
      "name": "KeyValueFields",
      "fieldProperties": {
        "fieldType": "macros",
        "expression": "(?<key>{{SentenceWithSingleSpaces}}): (?<value>{{SentenceWithSingleSpaces}})",
        "dataType": "string",
        "regex": true
      }
    }
  ],
  "oldObjects": [
    {
      "id": 1631613272183,
      "objectType": "field",
      "name": "KeyValueField",
      "fieldProperties": {
        "fieldType": "macros",
        "expression": "(?<key>{{SentenceWithSingleSpaces}}): (?<value>{{SentenceWithSingleSpaces}})",
        "dataType": "string",
        "regex": true
      }
    }
  ],
  "templateName": "",
  "description": "",
  "options": {
    "ocrMode": "auto",
    "ocrLanguage": "eng",
    "ocrResolution": 300,
    "ocrImageFilters": "",
    "ocrWhiteList": "",
    "ocrBlackList": ""
  }
}

PDF.co Web API: the Web API with a set of tools for documents manipulation, data conversion, data extraction, splitting and merging of documents. Includes image recognition, built-in OCR, barcode generation and barcode decoders to decode bar codes from scans, pictures and pdf.

Get your PDF.co API key here!

Download Source Code (.zip)

return to the previous page explore Document Parser endpoint