diff --git a/custom-node-list.json b/custom-node-list.json index 898b40ab..938a31bb 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -11677,6 +11677,24 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Indra's Mirror", + "title": "ComfyUI-Documents", + "reference": "https://github.com/Excidos/ComfyUI-Documents", + "files": [ + "https://github.com/Excidos/ComfyUI-Documents/raw/main/document_nodes.py", + "https://github.com/Excidos/ComfyUI-Documents/raw/main/utils.py", + "https://github.com/Excidos/ComfyUI-Documents/raw/main/server.py", + "https://github.com/Excidos/ComfyUI-Documents/raw/main/comfy_documents_utils.py", + "https://github.com/Excidos/ComfyUI-Documents/raw/main/web/js/documents.core.js" + ], + "install_type": "git-clone", + "pip": [ + "PyMuPDF", + "python-docx" + ], + "description": "ComfyUI-Documents is a powerful extension for ComfyUI that enhances workflows with advanced document processing capabilities. It includes nodes for loading and parsing various document types (PDF, TXT, DOC, DOCX), converting PDF pages to images, splitting PDFs into individual pages, and selecting specific images from batches. Features include text extraction, image conversion, and seamless integration with existing ComfyUI projects." } ] }