class Mindee::Parsing::Standard::StringField

Represents basic text information.

def initialize(prediction, page_id = nil, reconstructed: false)

def initialize(prediction, page_id = nil, reconstructed: false)
  super
  @raw_value = prediction['raw_value']
end