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
Constructor Details
This class inherits a constructor from Mindee::Product::DeliveryNote::DeliveryNoteV1Document
Instance Method Details
#to_s ⇒ String
24 25 26 27 28 |
# File 'lib/mindee/product/delivery_note/delivery_note_v1_page.rb', line 24 def to_s out_str = String.new out_str << "\n#{super}" out_str end |