-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add support for extracting more fields #2
Comments
To improve the efficient of the new field detection, we should use a list of choices for each new field, assuming those fields have restricted choices:
|
We need to improve layout detection. So, first, we cannot redact the words "Date of Birth:" (but we must redact the DD/MM/YYYY field). If we want gender, same as above. I'm investigating how to make |
I've done as much as I could for now.
Things we can do:
We need more reports to test. And if we're going to ever use V2 layout, we need several examples as well. |
The following fields are not currently being extracted:
This should be implemented something like the following:
https://github.com/msaifee786/hvf_extraction_script/blob/e978747233887322e66fd7537b7269eb00be1d55/hvf_extraction_script/hvf_data/hvf_object.py#L1055-L1071
The text was updated successfully, but these errors were encountered: