Class: Mindee::Product::FR::EnergyBill::EnergyBillV1PagePrediction

Inherits:
EnergyBillV1Document show all
Defined in:
lib/mindee/product/fr/energy_bill/energy_bill_v1_page.rb

Overview

Energy Bill V1 page prediction.

Instance Attribute Summary

Attributes inherited from EnergyBillV1Document

#contract_id, #delivery_point, #due_date, #energy_consumer, #energy_supplier, #energy_usage, #invoice_date, #invoice_number, #meter_details, #subscription, #taxes_and_contributions, #total_amount, #total_before_taxes, #total_taxes

Instance Method Summary collapse

Methods inherited from EnergyBillV1Document

#initialize

Constructor Details

This class inherits a constructor from Mindee::Product::FR::EnergyBill::EnergyBillV1Document

Instance Method Details

#to_sString

Returns:

  • (String)


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

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