Metadata-Version: 2.1
Name: comfyui-remove-text
Version: 0.0.1
Summary: This is a ComfyUI custom node designed to automatically detect and remove text from images.
Home-page: https://github.com/huwenkai26/comfyui-remove-text
Requires-Python: >=3.10
Requires-Dist: onnxruntime; sys_platform == "darwin"
Requires-Dist: onnxruntime; sys_platform == "linux" and platform_machine == "aarch64"
Requires-Dist: onnxruntime-gpu; sys_platform == "linux" and platform_machine == "x86_64"
Requires-Dist: onnxruntime-gpu; sys_platform == "win32"
Requires-Dist: numpy
Requires-Dist: opencv-python-headless
Requires-Dist: Pillow
Requires-Dist: pyclipper
Requires-Dist: shapely
