Connection lost in self-host when extract from PDF

Describe the problem

Hi team, I’m facing an unexpected situation when using a simple node as Extract from PDF to convert a pdf to text.
Anyone face this issue before? Or am I missing one node before the the extraction of the pdf?

Error message

I face a “Connection lost” error message in my self-hosted n8n service.

Workflow

I fetch one pdf using the Drive node from my Google drive, confirmed it’s a pdf file, and it stands as a “data binary file” in my Extract node. Settings in the Extract node are simple as:

  • Operation: Extract from pdf
  • Input binary field: data

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.112.4
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker

Probably the same issue as in this reported bug?

1 Like

That seems to be the case, yes. Thanks.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.