jtprince / home_teach

reads the output of an LDS home/visiting teaching assignments pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

home_teach

Library for automating home teaching tasks.

Examples

Read the output of an LDS home/visiting teaching assignment PDF file (requires pdftotext from the Poppler library).

assignments = HomeTeach::Assignments.create("HomeTeachingAssignments.pdf")
assignments.each do |assignment|
  # fill this in!
end

See LICENSE

About

reads the output of an LDS home/visiting teaching assignments pdf

License:MIT License


Languages

Language:Ruby 100.0%