tabulapdf / tabula-extractor

Extract tables from PDF files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve background job progress reporting

jazzido opened this issue · comments

It's been broken for ages. Idea:

  • Add a 'job set id' to every job that belongs to the same upload
  • In the job progress poller, collect all the jobs that belong to that set
  • Sum their completion number (x out of y) together and calculate the percent complete out of that.

Somewhat related: fire > 1 instances of GenerateThumbnailJob for long PDFs

This goes in Tabula, closing as invalid