Extract a page range from PDF/Word/Excel, output text chunks or same-format file (returned as Dify blob). Local-only build, no external upload service.
Document Cutter is a Dify tool plugin for extracting selected page ranges from PDF, Word, and Excel files. It can return either structured text chunks or a same-format binary file through Dify's native file output.
Parameters:
For Word documents, page boundaries are based on manual page breaks stored in the DOCX file. For Excel documents, pages refer to sheet indexes.
returns JSON containing extracted chunks and metadata.
returns JSON metadata, workflow variables, and a Dify blob message containing the generated file.
All processing is performed in the Dify plugin runtime. No document content is sent to third-party services.
MIT