Class: Mindee::Product::DriverLicense::DriverLicenseV1PagePrediction
- Inherits:
-
DriverLicenseV1Document
- Object
- Mindee::Parsing::Common::Prediction
- DriverLicenseV1Document
- Mindee::Product::DriverLicense::DriverLicenseV1PagePrediction
- Defined in:
- lib/mindee/product/driver_license/driver_license_v1_page.rb
Overview
Driver License V1 page prediction.
Instance Attribute Summary
Attributes inherited from DriverLicenseV1Document
#category, #country_code, #date_of_birth, #dd_number, #expiry_date, #first_name, #id, #issued_date, #issuing_authority, #last_name, #mrz, #place_of_birth, #state
Instance Method Summary collapse
Methods inherited from DriverLicenseV1Document
Constructor Details
This class inherits a constructor from Mindee::Product::DriverLicense::DriverLicenseV1Document
Instance Method Details
#to_s ⇒ String
24 25 26 27 28 |
# File 'lib/mindee/product/driver_license/driver_license_v1_page.rb', line 24 def to_s out_str = String.new out_str << "\n#{super}" out_str end |