Switch to streamlit based web app
This commit is contained in:
+4
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user