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

too slow for large file #510

Closed
guotie opened this issue Jan 19, 2021 · 4 comments
Closed

too slow for large file #510

guotie opened this issue Jan 19, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@guotie
Copy link

guotie commented Jan 19, 2021

Summary
Parser is a great tool.

I use it to parse a pdf, which is about 45M Bytes, it used more than 15 minute to parse tables

[2021-01-19T13:06:04] INFO  (parsr-api/7 on 0452d42e4a31): 189 tables found on document.
[2021-01-19T13:06:04] INFO  (parsr-api/7 on 0452d42e4a31):   Elapsed time: 919.921s
@guotie guotie added the bug Something isn't working label Jan 19, 2021
@guotie
Copy link
Author

guotie commented Jan 19, 2021

[2021-01-19T13:06:45] INFO  (parsr-api/7 on 0452d42e4a31): Running module: MlHeadingDetectionModule, Options: {}
[2021-01-19T13:43:40] INFO  (parsr-api/7 on 0452d42e4a31):   Elapsed time: 2214.708s

@jansturm1
Copy link

Any solution?

@BinaryBrain
Copy link
Collaborator

Some modules are slower than others. If you don't need to parse table, or find titles, you can disable those modules or change their parameters.

@benm5678
Copy link

benm5678 commented Nov 6, 2024

Same issue with MlHeadingDetectionModule -- will using GPUs improve perf? (not sure if requires any special config to utilize it)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants