Method: Mindee::Client#source_from_path
- Defined in:
- lib/mindee/client.rb
#source_from_path(input_path, repair_pdf: false) ⇒ Mindee::Input::Source::PathInputSource
Load a document from an absolute path, as a string.
341 342 343 |
# File 'lib/mindee/client.rb', line 341 def source_from_path(input_path, repair_pdf: false) Input::Source::PathInputSource.new(input_path, repair_pdf: repair_pdf) end |