Re-write, mostly from scratch
- None
Structure
- Program now follows ETL design principles
- Program is broken into a driver file, library file and field extraction file
Configuration
- Skills to look for are now listed in the configuration file
- Universities to look for are now listed in the configuration file
Output
- Program now provides a set containing skills found, rather than a count for each skill
- Address search. Addresses search was limited to addresses in California.
- README has been reset to a non-project specific readme. It should be specialized for this project in a future version.
candidate_name: Adding candidate name extractor, using spacyuniversity: Code will now check for a list of universities
- Skills search: Now users can provide a list of skills, which will be searched for
README.mdre-written for clarity, better code example- Folder structure refactored for clarify
ResumeChecker.pyrefactored to match Python style standards, legibility
code/folder removed. It only contained extraneous code, and outdatedrequirements.txt
Core functionality to read in PDF resumes, extract text, output results table