Replies: 1 comment
-
Conversion using python code |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Self Checks
Content
Hi community,
I’m using Dify to automate some tasks with two custom tools I’ve configured:
Tool A: Input is a PDF file, and the output is a DOCX file.
Tool B: Input is a DOCX file, and the output is JSON data.
My goal is to connect the output of Tool A (DOCX file) to the input of Tool B, so I can create a seamless pipeline from PDF to JSON. However, I’m unsure how to configure this workflow within Dify.
Does anyone have any guidance on how to implement this? Any sample configurations or advice would be greatly appreciated!
Thanks in advance! 😊
Beta Was this translation helpful? Give feedback.
All reactions