Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#25 Resume extraction with OCR #56

Open
2 of 3 tasks
sanyamjain0315 opened this issue Sep 1, 2023 · 2 comments
Open
2 of 3 tasks

#25 Resume extraction with OCR #56

sanyamjain0315 opened this issue Sep 1, 2023 · 2 comments
Assignees

Comments

@sanyamjain0315
Copy link
Contributor

sanyamjain0315 commented Sep 1, 2023

  • Make the changes in 'model' folder under the name 'resume_extraction_OCR.py'
    • Create class and a function within the python file to extract data
    • Use tesseract (or any suitable method) to extract the characters, sections and raw text data
    • Return extracted data in a dictionary with format {file_name: "RESUME_FILE_NAME", data:["EXTRACTED DATA IN A LIST"]}
@ankitmishralive
Copy link

Done !

@sanyamjain0315
Copy link
Contributor Author

Use an OCR (tesseract OCR) tool instead of parser

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants