-
Notifications
You must be signed in to change notification settings - Fork 7
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
clean test data #20
Comments
|
Andrewed95
added a commit
that referenced
this issue
May 22, 2023
Done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
using manual inspection, ensure that all json1 fields contain the information that can be extracted from the PDF.
And automatically check whether they match the schema, see https://towardsdatascience.com/how-to-use-json-schema-to-validate-json-documents-ae9d8d1db344
Validation should only check and not modify the json1 values.
If there is a validation error, either the json1 value or the schema needs to be corrected. It should be carefully decided which one to correct.
The text was updated successfully, but these errors were encountered: