Create a simple rails application to upload the sample pdf and parse the data to store in database and list it on homepage. Sample document is in doc/
-
Homepage
-
Form to upload a pdf file, uploaded file should be parsed in the background to extract “project”, “location” and “drawing”. For parsing pdf file, use pdftotext library or similar
-
List out existing drawings
-
Drawing detail page
-
List out the projects details that were persisted in database.
-
Fork this repo
-
Make your commits
-
Send an email with your public repository link
script/delayed_job start