This a pdf extraction tool written in python and deployed on streamlit. It was created to Identify and extract pdf annotations like Underlined Text, Highlighted Text, Strikethrough Text and Text Comments etc.
The main purpose is of this tools is easy access to and viewing of annotations made in PDF documents.
- Python 3.10 or above
In the terminal, type the following after creating a directory
pythn -m venv virtual_enviroment_name_of_your_choice
.\virtual_enviroment_name_of_your_choice\scripts\activate
pip install -r requirements.txt
streamlit run annotation.py
Streamlit link: https://pdfannotationextraction-tool.streamlit.app/