Streamlit app to perform OCR using RolmOCR model.
Note:- uses the RolmOCR model from reducto/RolmOCR.
The app currently produces outputs in Text format.
git clone git@github.com:ananyalahiri2003/RolmOCR-streamlit.git
cd src
poetry lock --no-update
poetry install
All dependencies in pyproject.toml file.
Under src/ create .env file with
HF_TOKEN={your_hf_token}
poetry shell
streamlit run src/app.py
This opens up streamlit interface on port 8501 and allows you to process.
CPU is ok to use, things will be slow.
MIT License
Pls add your wish list.
1 commits
Python
100.0%
Streamlit app to perform OCR using RolmOCR model.
Note:- uses the RolmOCR model from reducto/RolmOCR.
The app currently produces outputs in Text format.
git clone git@github.com:ananyalahiri2003/RolmOCR-streamlit.git
cd src
poetry lock --no-update
poetry install
All dependencies in pyproject.toml file.
Under src/ create .env file with
HF_TOKEN={your_hf_token}
poetry shell
streamlit run src/app.py
This opens up streamlit interface on port 8501 and allows you to process.
CPU is ok to use, things will be slow.
MIT License
Pls add your wish list.
1 commits
Python
100.0%