Objective
Given the bast literature concerning Christian Reconstruction. I wanted to create a tool that allowed me to search for specific words or verses in all the books that compose the Christian Reconstruction literature (at least the ones present in garynorth.com). I also want in the future to be able to share this tool, hence I thought that creating a web page is appropriate.
I took advantage of this challenge to:
1. Learn and apply Tesseract OCR to scan the pages of each book into text.
1. Learn and apply the basics of the Flask Microframework and HTML.
2. Learn and apply the ElasticSearch client for Python to ingest documents and to perform queries.
Gitlab
You can check the code for this project here.