com3dian commited on
Commit
9d2ac76
·
1 Parent(s): 9d10001

fix tei-xml reader

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ if uploaded_file is not None:
20
  bytes_data = uploaded_file.getvalue()
21
  st.write(len(bytes_data), "bytes")
22
  saved_file_path = save_uploaded_file(uploaded_file)
23
- monkeyReader = reader.MonkeyReader('lxml')
24
  outline = monkeyReader.readOutline(saved_file_path)
25
 
26
  for pre, fill, node in outline:
 
20
  bytes_data = uploaded_file.getvalue()
21
  st.write(len(bytes_data), "bytes")
22
  saved_file_path = save_uploaded_file(uploaded_file)
23
+ monkeyReader = reader.MonkeyReader('x2d')
24
  outline = monkeyReader.readOutline(saved_file_path)
25
 
26
  for pre, fill, node in outline: