MicheleCotrufo / pdf2doi

A python library/command-line tool to extract the DOI or other identifiers of a scientific paper from a pdf file.
101 stars 18 forks source link

Proxy? #16

Open aarontj73 opened 2 years ago

aarontj73 commented 2 years ago

Is it possible to add Proxy functionality? I am blocked from using the web requests without it. The code itself looks great.

MicheleCotrufo commented 2 years ago

Thanks for your feedback! That's a great suggestion indeed, though I am not sure how easy it would be to implement it. How would your proxy connection work exactly? Currently, this library uses the libraries requests and google to do web requests. If these libraries can handle proxy functionalities, then it might be an easy thing to implement. I'll give it a look.