Class: Mindee::Product::FR::BankStatement::BankStatementV1PagePrediction

Inherits:
BankStatementV1Document show all
Defined in:
lib/mindee/product/fr/bank_statement/bank_statement_v1_page.rb

Overview

Bank Statement (FR) V1 page prediction.

Instance Attribute Summary

Attributes inherited from BankStatementV1Document

#account_number, #bank_address, #bank_name, #client_address, #client_name, #closing_balance, #opening_balance, #statement_date, #statement_end_date, #statement_start_date, #total_credits, #total_debits, #transactions

Instance Method Summary collapse

Methods inherited from BankStatementV1Document

#initialize

Constructor Details

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

Instance Method Details

#to_sString

Returns:

  • (String)


25
26
27
28
29
# File 'lib/mindee/product/fr/bank_statement/bank_statement_v1_page.rb', line 25

def to_s
  out_str = String.new
  out_str << "\n#{super}"
  out_str
end