Creator: Tonghe Miao
This is a simple tutorial to show you how to extract information from PDF Resumes by using java.
Before compiling and running the source code, pdfbox, jdbc and postgreSQL needs to be downloaded, installed and properly added to the module path in java project. The following links provide download and detailed instruction on how to configure each component:
Pdfbox: https://www.tutorialspoint.com/pdfbox/pdfbox_reading_text.html
Jdbc: https://jdbc.postgresql.org/download.html
PostgreSQL: https://www.tutorialspoint.com/postgresql/postgresql_java.htm
## 4.1)Put down the path of a PDF Resume ## 4.2)Present skills from the PDF Resume, and store them in the database ## 4.3)Put down the skills you want to find from database ## 4.4)Show up the email of the owner with this skill in his/her resume.