-
Notifications
You must be signed in to change notification settings - Fork 22
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
Outdated dependencies #6
Comments
Dear Rahul, sure we can. May I humbly ask whether this library is still of any use for the community? As we recognized by #5 or the like, some of the services offered by USPTO might have gone defunct in the meanwhile? With kind regards, |
The ped system is working fine. I am using it. but it is taking a lot of time for doing a single request.
#and lot of stuff from obtained data. This code takes too much time to complete. I don't know why. on https://ped.uspto.gov/peds/ when I enter 9434717 it opens in a fraction of second. but again request for packaging takes time. but when I enter '9434717, 9326936, 8815838' in the Patent Number field and it gives me 3 result. requesting a package gives me zip with year wise jsons in it and it takes same time as single download. so I tried similar way with this library.
gave an error. so how can I download document for multiple patent number at once in synchronous mode? or you can give me peds api smple url and I will try to help here. I have tried reading official docs but my current knowledge is not sufficient to understand it. Thanks. |
Dear Rahul, thanks for letting me know that the ped system still works and that you are using it. As far as I recognized back then when implementing this library, the download process was asynchronous / bulk mode only somehow. At least, I tried to focus on and automate the "Request Download" path, because
If you are into fetching single patents only, the download process is pretty lengthy, while requesting single documents and viewing their bibliographic data is more quick, as you already recognized:
Thanks for your insights! While I can't promise a timeframe, I recognize the ad hoc way of acquisition as a valuable alternative and will try to implement it. May I humbly ask you to open another issue for that à la "Synchronously download documents for multiple patent numbers" to stay clean on the bookkeeping side? Then, we can start to investigate further there. Thanks in advance! With kind regards, |
Thanks already, we are now tracking this at #7. |
Can we update the dependencies?
It is un-necessarily uninstalling the updated packages and installing old packages.
The text was updated successfully, but these errors were encountered: