Link Search Menu Expand Document

Parse IRS Form 1099-DIV - TEMPLATES-SAMPLES

Document Parser sample in TEMPLATES-SAMPLES demonstrating ‘Parse IRS Form 1099-DIV’

2021 Form 1099-DIV.json
{
  "templateVersion": 4,
  "templatePriority": 0,
  "culture": "en-US",
  "objects": [
    {
      "id": 1,
      "objectType": "field",
      "name": "recipientTin",
      "fieldProperties": {
        "fieldType": "rectangle",
        "rectangle": [
          174.21428571428572,
          141.95620437956205,
          119.57142857142858,
          36.613138686131386
        ],
        "pageIndex": 0
      }
    },
    {
      "id": 2,
      "objectType": "field",
      "name": "recipientName",
      "fieldProperties": {
        "fieldType": "rectangle",
        "rectangle": [
          51.42857142857143,
          188.84671532846716,
          243.00000000000003,
          25.693430656934307
        ],
        "pageIndex": 0
      }
    },
    {
      "id": 3,
      "objectType": "field",
      "name": "fedIncomeTaxWithheld",
      "fieldProperties": {
        "fieldType": "rectangle",
        "rectangle": [
          408.34343434343435,
          188.21162185602776,
          89.97979797979798,
          16.485689505637467
        ],
        "pageIndex": 0
      }
    }
  ],
  "oldObjects": [
    {
      "id": 0,
      "objectType": "field",
      "name": "payerTin",
      "fieldProperties": {
        "fieldType": "rectangle",
        "rectangle": [
          53.35714285714286,
          143.24087591240877,
          118.28571428571429,
          34.043795620437955
        ],
        "pageIndex": 0
      }
    },
    {
      "id": 1,
      "objectType": "field",
      "name": "recipientTin",
      "fieldProperties": {
        "fieldType": "rectangle",
        "rectangle": [
          174.21428571428572,
          141.95620437956205,
          119.57142857142858,
          36.613138686131386
        ],
        "pageIndex": 0
      }
    },
    {
      "id": 2,
      "objectType": "field",
      "name": "recipientName",
      "fieldProperties": {
        "fieldType": "rectangle",
        "rectangle": [
          51.42857142857143,
          188.84671532846716,
          243.00000000000003,
          25.693430656934307
        ],
        "pageIndex": 0
      }
    },
    {
      "id": 3,
      "objectType": "field",
      "name": "fedIncomeTaxWithheld",
      "fieldProperties": {
        "fieldType": "rectangle",
        "rectangle": [
          408.34343434343435,
          188.21162185602776,
          89.97979797979798,
          16.485689505637467
        ],
        "pageIndex": 0
      }
    }
  ],
  "templateName": "2021 Form 1099-Div",
  "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