Goals:
- To provide log-in page, and enable Email verification
- To extract text from PDF
- Generate "well - formatted" random text.
Progress:
- Implemented login page for Email verification. Would like to add feature for recovering forgotten password.
- Extracted the text successfully and generated its raw .txt file via pure python code and python libraries. Just frontend implementation is not present currently.
- Successful generation of random text, not well formatted so far. but SOON!