titipata / scipdf_parser

Python PDF parser for scientific publications: content and figures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Processing in batch and GPU

joanrod opened this issue · comments

Hello,

Is there any functionality in the library to process the pdfs in batches and/or using GPU to accelerate computing?
If not, what would be the go to steps to perform such thing?

Thanks!
J

@joanrod Just got back to this issue. I think it is possible to do threading for GROBID. However, you might need to consult the GROBID documentation to see if it is possible.