Spaces:
Runtime error
Runtime error
chore: final make up
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ logo = Image.open("./img/rsz_unstructured_logo.png")
|
|
55 |
st.image(logo)
|
56 |
|
57 |
st.markdown('''
|
58 |
-
|
59 |
This is an OCR-free Document Understanding Transformer nicknamed 🍩. It was fine-tuned with 1000 receipt images -> SROIE dataset.
|
60 |
The original 🍩 implementation can be found on [here](https://github.com/clovaai/donut).
|
61 |
|
@@ -66,7 +66,7 @@ Come and join us in our public repos and contribute! Each of your contributions
|
|
66 |
image_upload = None
|
67 |
with st.sidebar:
|
68 |
information = st.radio(
|
69 |
-
"What information inside the are you interested in?",
|
70 |
('Receipt Summary', 'Receipt Menu Details', 'Extract all'))
|
71 |
receipt = st.selectbox('Pick one 🧾', ['1', '2', '3', '4', '5', '6'], index=1)
|
72 |
|
|
|
55 |
st.image(logo)
|
56 |
|
57 |
st.markdown('''
|
58 |
+
### Receipt Parser
|
59 |
This is an OCR-free Document Understanding Transformer nicknamed 🍩. It was fine-tuned with 1000 receipt images -> SROIE dataset.
|
60 |
The original 🍩 implementation can be found on [here](https://github.com/clovaai/donut).
|
61 |
|
|
|
66 |
image_upload = None
|
67 |
with st.sidebar:
|
68 |
information = st.radio(
|
69 |
+
"What information inside the 🧾s are you interested in extracting?",
|
70 |
('Receipt Summary', 'Receipt Menu Details', 'Extract all'))
|
71 |
receipt = st.selectbox('Pick one 🧾', ['1', '2', '3', '4', '5', '6'], index=1)
|
72 |
|