Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Data Parse
Tools used to convert AP Exam PDFs into individual data components that were uploaded to a google sheet. The code in here is rudimentary and messy, and is only intended to run from the IDE. It utilizes hard coded file-paths and was not designed for actual use in anyway.


# Resources Used
- Tesseract (Machine Learning powered Optical Character Recognition tool by Google)
- pdf2image (Python library to convert pdfs to images)
- imageio (Python library to crop and process images)
- pygsheets (Python library to upload data to google sheets)
- Google Sheets API (API provided by google to allow automation of various GDrive tasks)
- pandas (Python data library)