Class: Mindee::Product::DeliveryNote::DeliveryNoteV1PagePrediction
- Inherits:
-
DeliveryNoteV1Document
- Object
- Mindee::Parsing::Common::Prediction
- DeliveryNoteV1Document
- Mindee::Product::DeliveryNote::DeliveryNoteV1PagePrediction
- Defined in:
- lib/mindee/product/delivery_note/delivery_note_v1_page.rb
Overview
Delivery note V1 page prediction.
Instance Attribute Summary
Attributes inherited from DeliveryNoteV1Document
#customer_address, #customer_name, #delivery_date, #delivery_number, #supplier_address, #supplier_name, #total_amount
Instance Method Summary collapse
Methods inherited from DeliveryNoteV1Document
Methods inherited from Mindee::Parsing::Common::Prediction
Constructor Details
This class inherits a constructor from Mindee::Product::DeliveryNote::DeliveryNoteV1Document
Instance Method Details
#to_s ⇒ String
28 29 30 31 32 |
# File 'lib/mindee/product/delivery_note/delivery_note_v1_page.rb', line 28 def to_s out_str = String.new out_str << "\n#{super}" out_str end |