This article explains how you can extract data from Gamca Medical Reports. We will use the PDF.co Document Parser to make this extraction easier.

PDF.co Document Parser can automatically parse PDF, JPG, PNG, documents to extract fields, tables, values, barcodes from invoices, statements, orders, and other scanned PDF documents.

  1. Open PDF.co Account
  2. Document Parser Page
  3. Load Test PDF or Image
  4. Add Object
  5. JSON Output

We have here a sample Gamca Medical Reports and we will extract data in JSON format

Sample Gamca Medical Reports
Sample Gamca Medical Reports

Step 1: Open PDF.co Account

  • First, log into your PDF.co account and click the Document Parser menu.

Open PDF.co Account

Step 2: Document Parser Page

  • Next, click the New Template button to create a new template.

Document Parser Page

Step 3: Load Test PDF or Image

  • Next, load your source file in the template editor.

Load Test PDF or Image

Step 4: Add Object

  • After adding the source file, click the Add Object button and select the Add Field from Rectangle selection.
  • Drag the rectangle and place it to the data you want to extract.

Add Object

Once you are done, click on the Run Template button to see the result.

Step 5: Extracted Data in JSON Format

  • Here’s the extracted data from Gamca Medical Reports in JSON format.

{
“objects”: [
{
“name”: “Name”,
“objectType”: “field”,
“value”: “LISA”,
“pageIndex”: 0,
“rectangle”: [
114.542191,
103.716934,
94.32886,
44.5338249
]
},
{
“name”: “Nationality”,
“objectType”: “field”,
“value”: “Pakistani”,
“pageIndex”: 0,
“rectangle”: [
96.96538,
195.128464,
103.703156,
25.19677
]
},
{
“name”: “Age”,
“objectType”: “field”,
“value”: “56”,
“pageIndex”: 0,
“rectangle”: [
119.815231,
246.107971,
29.8805714,
21.68094
]
},
{
“name”: “Status”,
“objectType”: “field”,
“value”: “FIT”,
“pageIndex”: 0,
“rectangle”: [
364.132843,
285.368073,
44.52791,
22.2669125
]
}
],
“elapsed”: 1.3865627,
“templateName”: “”,
“templateVersion”: “4”,
“timestamp”: “2022-12-08T12:54:51”
}

In this article, you learned how to extract data from Gamca Medical Reports using PDF.co Document Parser.