> ## Documentation Index
> Fetch the complete documentation index at: https://telr-docs.cashfree.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Driving Licence

This page provides the success response of the BharatOCR API for the Driving Licence document.

<CodeGroup>
  ```Text DRIVING_LICENCE_OCR theme={null}
  {
    "verification_id": "test_verification_id",
    "reference_id": 1358,
    "status": "VALID",
    "document_type": "DRIVING_LICENCE",
    "document_fields": {
      "blood_group": "B+",
      "date_of_birth": "2004-10-02",
      "full_name": "John Doe",
      "guardian_name": "Josh Doe",
      "issuing_authority": "Assam",
      "license_issue_date": "2019-08-16",
      "license_expiry_date": "2024-05-13",
      "license_number": "AB1120040002378",
      "pin": "474019",
      "vehicle_class": [
        {
          "issue_date": "2004-05-14",
          "vehicle_type": "MCWG"
        },
        {
          "issue_date": "2004-05-14",
          "vehicle_type": "LMV"
        }
      ]
    }
  }
  ```
</CodeGroup>
