pdf icon indicating copy to clipboard operation
pdf copied to clipboard

Implementing parsing modes

Open s3bk opened this issue 4 years ago • 0 comments

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.

s3bk avatar Feb 24 '22 09:02 s3bk