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

# Driving Licence

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

<CodeGroup>
  ```Text DRIVING_LICENCE_OCR theme={"dark"}
  {
      "verification_id": "test_verification_id",
      "reference_id": 1358,
      "status": "VALID",
      "document_type": "DRIVING_LICENCE",
      "document_fields": {
          "address": "123 Main Street, Sector 15, Noida, Uttar Pradesh",
          "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": "247001",
          "vehicle_class": [
              {
                  "issue_date": "2004-05-14",
                  "vehicle_type": "MCWG"
              },
              {
                  "issue_date": "2004-05-14",
                  "vehicle_type": "LMV"
              }
          ]
      },
      "quality_checks": {
          "blur": true,
          "glare": false,
          "partially_present": false,
          "black_and_white": false,
          "face_present": true,
          "face_clear": false,
          "qr_present": false,
          "obscured": false
      },
      "fraud_checks": {
          "is_screenshot": true,
          "is_photo_of_screen": false,
          "is_photo_imposed": false,
          "is_overwritten": false
      },
      "verification_details": {
          "verification_id": "verification-uuid-sample-456",
          "reference_id": 9876544,
          "dl_number": "AB1120040002378",
          "dob": "2004-10-02",
          "status": "VALID",
          "badge_details": [
              {
                  "badge_issue_date": "2019-08-16",
                  "badge_no": "DL002378",
                  "class_of_vehicle": [
                      "MCWG",
                      "LMV"
                  ]
              }
          ],
          "dl_validity": {
              "non_transport": {
                  "to": "2024-05-13",
                  "from": "2019-08-16"
              },
              "hazardous_valid_till": null,
              "transport": {
                  "to": null,
                  "from": null
              },
              "hill_valid_till": null
          },
          "details_of_driving_licence": {
              "date_of_issue": "2019-08-16",
              "date_of_last_transaction": "2022-08-15",
              "status": "ACTIVE",
              "last_transacted_at": "2022-08-15T14:30:00Z",
              "name": "John Doe",
              "father_or_husband_name": "Josh Doe",
              "address_list": [
                  {
                      "complete_address": "123, Main Street, Sector 15, Noida, Uttar Pradesh, 247001",
                      "type": "permanent",
                      "split_address": {
                          "district": [
                              "GAUTAM BUDDHA NAGAR"
                          ],
                          "state": [
                              [
                                  "UTTAR PRADESH",
                                  "UP"
                              ]
                          ],
                          "city": [
                              "NOIDA"
                          ],
                          "pincode": "247001",
                          "country": [
                              "IN",
                              "IND",
                              "INDIA"
                          ],
                          "address_line": "123, Main Street, Sector 15"
                      }
                  },
                  {
                      "complete_address": "123, Main Street, Sector 15, Noida, Uttar Pradesh, 247001",
                      "type": "temporary",
                      "split_address": {
                          "district": [
                              "GAUTAM BUDDHA NAGAR"
                          ],
                          "state": [
                              [
                                  "UTTAR PRADESH",
                                  "UP"
                              ]
                          ],
                          "city": [
                              "NOIDA"
                          ],
                          "pincode": "247001",
                          "country": [
                              "IN",
                              "IND",
                              "INDIA"
                          ],
                          "address_line": "123, Main Street, Sector 15"
                      }
                  }
              ],
              "address": "123, Main Street, Sector 15, Noida, Uttar Pradesh, 247001",
              "photo": "https://example-bucket.s3.amazonaws.com/sample-dl-photo-456.jpg",
              "split_address": {
                  "district": [
                      "GAUTAM BUDDHA NAGAR"
                  ],
                  "state": [
                      [
                          "UTTAR PRADESH",
                          "UP"
                      ]
                  ],
                  "city": [
                      "NOIDA"
                  ],
                  "pincode": "247001",
                  "country": [
                      "IN",
                      "IND",
                      "INDIA"
                  ],
                  "address_line": "123, Main Street, Sector 15"
              },
              "cov_details": []
          }
      }
  }
  ```
</CodeGroup>
