Skip to content

Commit aad880d

Browse files
author
Marcin Kardas
committed
Normalize cells content
1 parent 01cb2ac commit aad880d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sota_extractor2/data/table.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def raw_value_to_html(s):
6161
def str2cell(s):
6262
value, refs = extract_references(s)
6363
value = remove_text_styles(value)
64+
value = unidecode(value)
6465
return Cell(value=value, raw_value=s, refs=refs)
6566

6667
def read_str_csv(filename):

0 commit comments

Comments
 (0)