PDF Question Extractor
This Python script extracts questions from a PDF file, typically designed for exam papers or similar documents. It allows users to interactively view questions and subquestions from the extracted content.
- Extracts text from PDF files
- Cleans and processes the extracted content
- Identifies questions and subquestions
- Allows interactive navigation through questions and subquestions
- Place the PDF file in the same directory as the script.
- Run the script:
python extract.py - Follow the prompts to navigate through questions and subquestions.
- Python 3.x
- PyPDF2 library