diff options
-rw-r--r-- | python/sandcrawler/pdftrio.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/sandcrawler/pdftrio.py b/python/sandcrawler/pdftrio.py index a2eedd8..e995792 100644 --- a/python/sandcrawler/pdftrio.py +++ b/python/sandcrawler/pdftrio.py @@ -29,9 +29,9 @@ class PdfTrioClient(object): try: pdftrio_response = requests.post( - self.host_url + "/classify/pdf/all", + self.host_url + "/classify/research-pub/all", files={ - 'pdf': blob, + 'pdf_content': blob, }, timeout=30.0, ) |