Class: Mindee::Product::Custom::CustomV1PagePrediction

Inherits:
CustomV1Document show all
Defined in:
lib/mindee/product/custom/custom_v1_page.rb

Overview

Custom Document V1 page prediction.

Instance Attribute Summary

Attributes inherited from CustomV1Document

#classifications, #fields

Instance Method Summary collapse

Methods inherited from CustomV1Document

#initialize

Constructor Details

This class inherits a constructor from Mindee::Product::Custom::CustomV1Document

Instance Method Details

#to_sString

Returns:

  • (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