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