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

Implementing parsing modes #129

Open
s3bk opened this issue Feb 24, 2022 · 0 comments
Open

Implementing parsing modes #129

s3bk opened this issue Feb 24, 2022 · 0 comments

Comments

@s3bk
Copy link
Contributor

s3bk commented Feb 24, 2022

Right now there is no method of defining how much incorrect data should be tolerated.

But I need to:

  • parse pdfs in "best effort" mode, getting as much data out as there is
  • parse in "strict" mode for critical documents where incorrect data has to be refused as it may show up different in another viewer.

The question is how to best implement this.

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

No branches or pull requests

1 participant