Given an input document generate and output document in the desired format. - [ ] Decide how we want to store documents. Given the nature of the task saving just the plain text might be sufficient. - [ ] Decide what are acceptable input formats. JSON and XML are obvious, but what about PDF?
Given an input document generate and output document in the desired format.