Class: Mindee::Product::Receipt::ReceiptV4PagePrediction
- Inherits:
-
ReceiptV4Document
- Object
- Mindee::Parsing::Common::Prediction
- ReceiptV4Document
- Mindee::Product::Receipt::ReceiptV4PagePrediction
- 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
Constructor Details
This class inherits a constructor from Mindee::Product::Receipt::ReceiptV4Document
Instance Method Details
#to_s ⇒ 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 |