rajesh-kanade / weRecruit

Apache License 2.0
4 stars 0 forks source link

Resume parser when file upoaded thru web #196

Open rajesh-kanade opened 2 years ago

rajesh-kanade commented 2 years ago

When a user goes to Resume->upload and selects a resume file , give user a parse button next to it.

When user clicks on the 'Parse' button, resume file is uploaded to server, stored in temp folder, parsed to extract name, email, phone. PLEASE NOTE RESUME SHOULD NOT BE SAVED TO THE DATABASE ...

Parsed values are then shown in the name, email, phone field in the resume upload page.