Class: Mindee::Product::Custom::CustomV1PagePrediction
- Inherits:
-
CustomV1Document
- Object
- Mindee::Parsing::Common::Prediction
- CustomV1Document
- Mindee::Product::Custom::CustomV1PagePrediction
- Defined in:
- lib/mindee/product/custom/custom_v1_page.rb
Overview
Custom Document V1 page prediction.
Instance Attribute Summary
Attributes inherited from CustomV1Document
Instance Method Summary collapse
Methods inherited from CustomV1Document
Constructor Details
This class inherits a constructor from Mindee::Product::Custom::CustomV1Document
Instance Method Details
#to_s ⇒ String
24 25 26 27 28 |
# File 'lib/mindee/product/custom/custom_v1_page.rb', line 24 def to_s out_str = String.new out_str << "\n#{super}" out_str end |