updated UI
Browse files
app.py
CHANGED
|
@@ -178,7 +178,8 @@ def main():
|
|
| 178 |
- **Extraction Type:** Choose whether to extract text, images, or both.
|
| 179 |
- **Minimum Font Size:** Set a threshold for the font size; text below this size will be ignored during extraction.
|
| 180 |
- **Output:** Download the extracted data as a JSON file, an Excel file, or a ZIP file (if images are included).
|
| 181 |
-
-
|
|
|
|
| 182 |
""")
|
| 183 |
|
| 184 |
st.sidebar.markdown(
|
|
|
|
| 178 |
- **Extraction Type:** Choose whether to extract text, images, or both.
|
| 179 |
- **Minimum Font Size:** Set a threshold for the font size; text below this size will be ignored during extraction.
|
| 180 |
- **Output:** Download the extracted data as a JSON file, an Excel file, or a ZIP file (if images are included).
|
| 181 |
+
- *AUTHOR : CHINMAY BHALERAO*
|
| 182 |
+
|
| 183 |
""")
|
| 184 |
|
| 185 |
st.sidebar.markdown(
|