Spaces:
Runtime error
Runtime error
chore: fix subtitle by unstructured
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ logo = Image.open("./img/rsz_unstructured_logo.png")
|
|
56 |
|
57 |
st.markdown('''
|
58 |
## Receipt Parser
|
59 |
-
|
60 |
|
61 |
This is an OCR-free Document Understanding Transformer nicknamed 🍩. It was fine-tuned with 1000 receipt images -> SROIE dataset.
|
62 |
The original 🍩 implementation can be found on [here](https://github.com/clovaai/donut).
|
|
|
56 |
|
57 |
st.markdown('''
|
58 |
## Receipt Parser
|
59 |
+
<sub>by [Unstructured.io](https://www.unstructured.io/)</sub>
|
60 |
|
61 |
This is an OCR-free Document Understanding Transformer nicknamed 🍩. It was fine-tuned with 1000 receipt images -> SROIE dataset.
|
62 |
The original 🍩 implementation can be found on [here](https://github.com/clovaai/donut).
|