Parsing never ends
See original GitHub issueHi, I try to parse a pdf but it never ends
const index = PDFObjectIndex.create();
const pdfParser = new PDFParser();
const parsedPdf = pdfParser.parse(data, index);
The pdf is this one : https://mle-sandbox.s3.amazonaws.com/bug7.pdf
For the moment I don’t see where it’s stuck
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
C++ Parsing Never Stops · Issue #1114 · microsoft/vscode ...
Install Microsoft C/C++ extension. It never stop parsing in Visual Code 1.17. Reproduces without extensions: Yes/No. Copied from original issue: ...
Read more >Parsing: A never ending story
Parsing : A never ending story. Legacy encodings as. 1. Message Text Format (MTF). Over 250 instances of message types using this en-...
Read more >powershell - parsing script never ends - Stack Overflow
i have the following script but it does never end executing. what could be the issue ? I tried to debug it but...
Read more >html.parser — Simple HTML and XHTML parser ... - Python Docs
An HTMLParser instance is fed HTML data and calls handler methods when start tags, end tags, text, comments, and other markup elements are...
Read more >Homework 2. Generating naive parsers for parsing expression ...
When a parser fails to parse any prefix of its input, it returns None . When it successfully parses a prefix of its...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I have changed my code a bit:
Parsing is done within 413ms against 8min currently (impressive)
fixed in 1.0.0-beta.1