Class: Mindee::Product::Passport::PassportV1PagePrediction
- Inherits:
-
PassportV1Document
- Object
- Mindee::Parsing::Common::Prediction
- PassportV1Document
- Mindee::Product::Passport::PassportV1PagePrediction
- Defined in:
- lib/mindee/product/passport/passport_v1_page.rb
Overview
Passport V1 page prediction.
Instance Attribute Summary
Attributes inherited from PassportV1Document
#birth_date, #birth_place, #country, #expiry_date, #gender, #given_names, #id_number, #issuance_date, #mrz1, #mrz2, #surname
Instance Method Summary collapse
Methods inherited from PassportV1Document
Constructor Details
This class inherits a constructor from Mindee::Product::Passport::PassportV1Document
Instance Method Details
#to_s ⇒ String
24 25 26 27 28 |
# File 'lib/mindee/product/passport/passport_v1_page.rb', line 24 def to_s out_str = String.new out_str << "\n#{super}" out_str end |