Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ use_ocr = st.checkbox("ποΈβπ¨οΈ Activer l'OCR", value=True)
|
|
112 |
export_figures = st.checkbox("πΌοΈ Exporter les images", value=True)
|
113 |
export_tables = st.checkbox("π Exporter les tableaux", value=True)
|
114 |
ocr_engine = st.selectbox("Moteur OCR", ["easyocr", "tesseract_cli", "tesserocr", "rapidocr", "ocrmac"])
|
115 |
-
ocr_languages = st.text_input("Langues OCR (ex :
|
116 |
table_mode = st.selectbox("Mode des tableaux", ["ACCURATE", "FAST"])
|
117 |
export_formats = st.multiselect(
|
118 |
"Formats d'exportation", ["json", "yaml", "md", "multimodal"], default=["md"]
|
|
|
112 |
export_figures = st.checkbox("πΌοΈ Exporter les images", value=True)
|
113 |
export_tables = st.checkbox("π Exporter les tableaux", value=True)
|
114 |
ocr_engine = st.selectbox("Moteur OCR", ["easyocr", "tesseract_cli", "tesserocr", "rapidocr", "ocrmac"])
|
115 |
+
ocr_languages = st.text_input("Langues OCR (ex : en, fr)", "en").split(",")
|
116 |
table_mode = st.selectbox("Mode des tableaux", ["ACCURATE", "FAST"])
|
117 |
export_formats = st.multiselect(
|
118 |
"Formats d'exportation", ["json", "yaml", "md", "multimodal"], default=["md"]
|