Class: Mindee::Product::Receipt::ReceiptV5PagePrediction

Inherits:
ReceiptV5Document show all
Defined in:
lib/mindee/product/receipt/receipt_v5_page.rb

Overview

Receipt V5 page prediction.

Instance Attribute Summary

Attributes inherited from ReceiptV5Document

#category, #date, #document_type, #line_items, #locale, #receipt_number, #subcategory, #supplier_address, #supplier_company_registrations, #supplier_name, #supplier_phone_number, #taxes, #time, #tip, #total_amount, #total_net, #total_tax

Instance Method Summary collapse

Methods inherited from ReceiptV5Document

#initialize

Constructor Details

This class inherits a constructor from Mindee::Product::Receipt::ReceiptV5Document

Instance Method Details

#to_sString

Returns:

  • (String)


24
25
26
27
28
# File 'lib/mindee/product/receipt/receipt_v5_page.rb', line 24

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