A personal project for text analysis of NYT Connections puzzles
Components
- (Done) Scrape images of the puzzle answers from a website
- (Done) Pull text from the images into a format for later analysis
- Text analysis of the answers and categories.
Tools/Packages used Scraping
- BeautifulSoup
- Image
- BytesIO
- base64
Image Processing
- PyTesseract
- Image
- json