first commit

This commit is contained in:
Roger Mingorance
2026-08-04 20:50:53 -04:00
commit 8cc03a09ee
6 changed files with 335 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[project]
name = "bin"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pdf2image>=1.17.0",
]