I am working on a web site for someone who is a writer and I would like to use Drupal to make it easy for them to add new articles to the site. I am a Drupal newbie. I would appreciate if anyone could reply with some advice on what is the best approach.
Currently, most of the writer's articles are in printed form (i.e., from newspapers & magazines), so they will need to be scanned in. I plan to OCR them so I can take the text and put that in each node. That's the easy part. The hard part is deciding how to display images of the articles.
One option I found was that I could use the upload_image module and attach an image of each scanned page of the article to the node. This creates preview images that appear in the node that can be clicked on to view the larger images, each in their own node. I thought it would be great if I could come up with something like this:
http://piecesinc.com/node/316
My main issue with this approach is what to do if the article is several pages long. Visitors might get annoyed if their is a six-page article and they have to click on an image, go back, click on another image, etc., to see all of the article page images. I saw some snippets that allow you to create previous/next links. However, can these be restricted to just the images that were uploaded with a specific node?
It might also be possible for the writer to obtain PDF files of the article from the editor. In this case, how would I go about making a thumbnail in a node and linking it to a PDF attached to the node?