-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Details:
As a user of the Rockae Web App Quiz Question Generator, I want to upload an image of my notes (for example, a screenshot from school or lessons) so that the text in my notes can be extracted and used to automatically generate quiz questions and flashcards.

Background:
Currently, our API for generating flashcards and quiz questions works well with PDFs, Word documents, and plain text files. However, it fails when an image file is uploaded. This issue is due to the Terrasect implementation—a Python OCR library used for decoding images into text—which is not functioning properly on our backend server.
Acceptance Criteria:
AC01: Implement image-to-text conversion in a Jupyter Notebook and ensure that the functionality works as expected.
AC02: Document all steps required for the module so that it can be integrated and deployed on our backend.
