Class: Mindee::Product::FR::BankStatement::BankStatementV2PagePrediction

Inherits:
BankStatementV2Document show all
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

#initialize

Methods inherited from Mindee::Parsing::Common::Prediction

#initialize

Constructor Details

This class inherits a constructor from Mindee::Product::FR::BankStatement::BankStatementV2Document

Instance Method Details

#to_sString

Returns:

  • (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