Class: Mindee::Product::IND::IndianPassport::IndianPassportV1PagePrediction
- Inherits:
-
IndianPassportV1Document
- Object
- Mindee::Parsing::Common::Prediction
- IndianPassportV1Document
- Mindee::Product::IND::IndianPassport::IndianPassportV1PagePrediction
- Defined in:
- lib/mindee/product/ind/indian_passport/indian_passport_v1_page.rb
Overview
Passport - India V1 page prediction.
Instance Attribute Summary
Attributes inherited from IndianPassportV1Document
#address1, #address2, #address3, #birth_date, #birth_place, #country, #expiry_date, #file_number, #gender, #given_names, #id_number, #issuance_date, #issuance_place, #legal_guardian, #mrz1, #mrz2, #name_of_mother, #name_of_spouse, #old_passport_date_of_issue, #old_passport_number, #old_passport_place_of_issue, #page_number, #surname
Instance Method Summary collapse
Methods inherited from IndianPassportV1Document
Constructor Details
This class inherits a constructor from Mindee::Product::IND::IndianPassport::IndianPassportV1Document
Instance Method Details
#to_s ⇒ String
25 26 27 28 29 |
# File 'lib/mindee/product/ind/indian_passport/indian_passport_v1_page.rb', line 25 def to_s out_str = String.new out_str << "\n#{super}" out_str end |