Class: Mindee::Product::FinancialDocument::FinancialDocumentV1PagePrediction
- Inherits:
-
FinancialDocumentV1Document
- Object
- Mindee::Parsing::Common::Prediction
- FinancialDocumentV1Document
- Mindee::Product::FinancialDocument::FinancialDocumentV1PagePrediction
- Defined in:
- lib/mindee/product/financial_document/financial_document_v1_page.rb
Overview
Financial Document V1 page prediction.
Instance Attribute Summary
Attributes inherited from FinancialDocumentV1Document
#billing_address, #category, #customer_address, #customer_company_registrations, #customer_id, #customer_name, #date, #document_number, #document_type, #due_date, #invoice_number, #line_items, #locale, #payment_date, #po_number, #receipt_number, #reference_numbers, #shipping_address, #subcategory, #supplier_address, #supplier_company_registrations, #supplier_email, #supplier_name, #supplier_payment_details, #supplier_phone_number, #supplier_website, #taxes, #time, #tip, #total_amount, #total_net, #total_tax
Instance Method Summary collapse
Methods inherited from FinancialDocumentV1Document
Constructor Details
This class inherits a constructor from Mindee::Product::FinancialDocument::FinancialDocumentV1Document
Instance Method Details
#to_s ⇒ String
24 25 26 27 28 |
# File 'lib/mindee/product/financial_document/financial_document_v1_page.rb', line 24 def to_s out_str = String.new out_str << "\n#{super}" out_str end |