Skip to content

Commit 29eedac

Browse files
authored
Merge pull request #2 from ComfyNodePRs/pyproject
Add pyproject.toml for Custom Node Registry
2 parents 6b053e0 + 38981d7 commit 29eedac

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[project]
2+
name = "comfyui-documents"
3+
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."
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
dependencies = ["PyMuPDF", "python-docx", "pandas", "Markdown", "PyYAML"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/Excidos/ComfyUI-Documents"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = "d9fd0ca0-fa6b-4902-b025-0e14d9283d6d"
14+
DisplayName = "ComfyUI-Documents"
15+
Icon = "https://imgur.com/a/jmt7W6y"

0 commit comments

Comments
 (0)