Class: Mindee::Product::Receipt::ReceiptV4PagePrediction

Inherits:
ReceiptV4Document show all
Defined in:
lib/mindee/product/receipt/receipt_v4_page.rb

Overview

Expense Receipt V4 page prediction.

Instance Attribute Summary

Attributes inherited from ReceiptV4Document

#category, #date, #document_type, #locale, #subcategory, #supplier, #taxes, #time, #tip, #total_amount, #total_net, #total_tax

Instance Method Summary collapse

Methods inherited from ReceiptV4Document

#initialize

Constructor Details

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

Instance Method Details

#to_sString

Returns:

  • (String)


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

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