Artemis-IA commited on
Commit
83b84e6
Β·
verified Β·
1 Parent(s): 73c7246

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 : eng, fra)", "eng").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"]
 
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"]