Skip to content

Remove extra steps when trying out tesseract-streamlit #86

@dionhaefner

Description

@dionhaefner

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions