Summary
Currently, a minimal workflow when using tesseract-streamlit is this:
$ tesseract serve foobar
...
$ tesseract-streamlit http://localhost:123567 app.py
$ streamlit app.py
<running streamlit app>
This is unintuitive and could be condensed to this:
$ $ tesseract serve foobar
...
$ tesseract-streamlit http://localhost:123567
<running streamlit app>
Or even this:
$ tesseract-streamlit --from-image foobar
<running streamlit app>
Why is this needed?
So I don't need to check the README every time I want to use the software :)
Usage example
See above
Summary
Currently, a minimal workflow when using
tesseract-streamlitis this:This is unintuitive and could be condensed to this:
Or even this:
Why is this needed?
So I don't need to check the README every time I want to use the software :)
Usage example
See above