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

Fix issues in name and pan number extraction #14

Closed
wants to merge 3 commits into from
Closed

Conversation

kshipra108
Copy link
Collaborator

No description provided.

@kshipra108 kshipra108 requested a review from nerdyk3 March 27, 2024 08:39
dob = extract_dob(extracted_text)
pan_number = extract_pan(extracted_text)

return {
"Full Name": full_name,
"Father's Name": fathers_name,
"Father's/Mother's Name": fathers_name,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fathers_name is making confusion
you can use parents name

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed the variable name.

@nerdyk3 nerdyk3 closed this Mar 28, 2024
@nerdyk3 nerdyk3 deleted the fix-pan-ocr branch April 3, 2024 11:54
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

Successfully merging this pull request may close these issues.

2 participants