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

Parallel execution? #24

Open
shuhaowu opened this issue Oct 8, 2015 · 0 comments
Open

Parallel execution? #24

shuhaowu opened this issue Oct 8, 2015 · 0 comments

Comments

@shuhaowu
Copy link

shuhaowu commented Oct 8, 2015

This seems like a relatively easy thing to parallelize, as currently it only works in serial.

I am envisioning (with a queue):

  1. Parallel PDF => image extraction
  2. Parallel OCR per image
  3. Parallel (merge-sort like) merging of PDF

It shouldn't take too much work from what I see in code, but could be nice. I can give this a try if I have time.

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