From 997f97e1fcaa4b9213644b432d29985fa684b283 Mon Sep 17 00:00:00 2001 From: Eric Rollei <97568200+EricRollei@users.noreply.github.com> Date: Thu, 20 Nov 2025 01:10:01 -0800 Subject: [PATCH] Add PDF Tools for advanced PDF processing and OCR Added a new entry for advanced PDF processing tools, including OCR and image parsing capabilities. --- custom-node-list.json | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 6558bb2e..60070a15 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -35015,7 +35015,32 @@ ], "install_type": "git-clone", "description": "A comprehensive collection of advanced image processing nodes for ComfyUI, featuring state-of-the-art denoising, enhancement, and restoration techniques with GPU acceleration and specialized film grain processing." - }, + }, + { + "author": "EricRollei", + "title": "PDF Tools - Advanced PDF Processing & OCR", + "id": "pdf-tools", + "reference": "https://github.com/EricRollei/PDF-Tools", + "files": [ + "https://github.com/EricRollei/PDF-Tools" + ], + "install_type": "git-clone", + "description": "Advanced PDF processing, OCR, Image and text parsing, smart image crop nodes for ComfyUI. Features include multi-language OCR (Surya, PaddleOCR VL), AI vision analysis (Florence-2, LayoutLMv3), advanced PDF extraction with quality assessment, spread detection for scanned books, and comprehensive layout analysis. Supports 90+ languages with multiple output formats.", + "tags": [ + "PDF", + "OCR", + "document", + "vision", + "Florence-2", + "Surya", + "PaddleOCR", + "LayoutLMv3", + "multilingual", + "layout-analysis" + ], + "category": "Document Processing", + }, + { "author": "nomadoor", "title": "ComfyUI Temporal Mask Tools",