Skip to content

Commit

Permalink
clarify that this is not yet implement
Browse files Browse the repository at this point in the history
  • Loading branch information
wkdewey committed Jun 13, 2023
1 parent 13ba8f7 commit 68842a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/datura/file_types/file_pdf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ def transform_iiif
end

def transform_html
puts "transforming #{self.filename} to HTML subdocuments"
build_html_from_pdf
# transform_html method is expected to send back a hash
# but already wrote to filesystem so just sending back empty
{}
puts "transforming #{self.filename} to HTML subdocuments (not implemented yet)"
# build_html_from_pdf
# # transform_html method is expected to send back a hash
# # but already wrote to filesystem so just sending back empty
# {}
end

# I am not sure that this is going to be the best way to set this up
Expand Down

0 comments on commit 68842a9

Please sign in to comment.