Link Search Menu Expand Document

Invoice with Hanging Rows - TEMPLATES-SAMPLES

Document Parser sample in TEMPLATES-SAMPLES demonstrating ‘Invoice with Hanging Rows’

template.json
{
  "templateVersion": 4,
  "templatePriority": 0,
  "culture": "en-US",
  "objects": [
    {
      "id": 10,
      "objectType": "table",
      "name": "lineItems",
      "tableProperties": {
        "start": {
          "y": 89,
          "pageIndex": 0,
          "expression": null
        },
        "end": {
          "y": 350,
          "pageIndex": 0,
          "expression": null
        },
        "columns": [
          {
            "name": "Description",
            "x": 0
          },
          {
            "name": "Qty",
            "x": 432
          },
          {
            "name": "Amount",
            "x": 510
          }
        ],
        "multipage": true,
        "rowMergingRule": "hangingRows"
      }
    }
  ],
  "templateName": "Godden v1",
  "options": {
    "ocrMode": "auto",
    "ocrLanguage": "eng"
  },
  "oldObjects": []
}

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