Unnecessary line breaks inserted #508
Labels
bug
help wanted
missing or incomplete functionality
For something which is not a bug, but more like an incomplete feature.
parsing fail
When (almost) nothing can be extracted from a given PDF
When I parse this file, many line breaks are inserted:
This can be fixed by disabling this check:
pdfparser/src/Smalot/PdfParser/PDFObject.php
Line 274 in ddb14ae
The output then becomes:
I implemented a possible solution which allows someone to disable the check with a configuration value: rubenvanerk@27b9a26
I could create a PR for this but:
The text was updated successfully, but these errors were encountered: