Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Jan 24, 2025
1 parent b3c6049 commit 7232dcc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions grobid_client/grobid_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,6 @@ def process_pdf(
if end > 0:
the_data["end"] = str(end)

the_data["includeDiscardedText"] = "1"

try:
res, status = self.post(
url=the_url, files=files, data=the_data, headers={"Accept": "text/plain"}, timeout=self.config['timeout']
Expand Down

0 comments on commit 7232dcc

Please sign in to comment.