Switch to streamlit based web app

This commit is contained in:
James R. Barlow
2025-01-01 17:26:22 -08:00
parent 206bab74bc
commit dd6ed4c5f8
3 changed files with 231 additions and 123 deletions
+4 -1
View File
@@ -63,7 +63,10 @@ test = [
"types-humanfriendly",
]
watcher = ["watchdog>=1.0.2", "typer-slim[standard]", "python-dotenv"]
webservice = ["Flask>=2.0.1"]
webservice = [
"port-for>=0.7.4",
"streamlit>=1.41.0",
]
[project.scripts]
ocrmypdf = "ocrmypdf.__main__:run"