Class: Mindee::Product::FR::BankStatement::BankStatementV2PagePrediction
- Inherits:
-
BankStatementV2Document
- Object
- Mindee::Parsing::Common::Prediction
- BankStatementV2Document
- Mindee::Product::FR::BankStatement::BankStatementV2PagePrediction
- Defined in:
- lib/mindee/product/fr/bank_statement/bank_statement_v2_page.rb
Overview
Bank Statement V2 page prediction.
Instance Attribute Summary
Attributes inherited from BankStatementV2Document
#account_number, #bank_address, #bank_name, #client_address, #client_names, #closing_balance, #opening_balance, #statement_date, #statement_end_date, #statement_start_date, #total_credits, #total_debits, #transactions
Instance Method Summary collapse
Methods inherited from BankStatementV2Document
Methods inherited from Mindee::Parsing::Common::Prediction
Constructor Details
This class inherits a constructor from Mindee::Product::FR::BankStatement::BankStatementV2Document
Instance Method Details
#to_s ⇒ String
29 30 31 32 33 |
# File 'lib/mindee/product/fr/bank_statement/bank_statement_v2_page.rb', line 29 def to_s out_str = String.new out_str << "\n#{super}" out_str end |