mirror of
https://github.com/allenai/olmocr.git
synced 2025-10-13 17:22:13 +00:00
ALlow unicode in json
This commit is contained in:
parent
b1ab9964ee
commit
2c54c6d06c
@ -354,7 +354,7 @@ class JSONOutputFormat(PipelineStep):
|
||||
"is_table": page_data.is_table,
|
||||
"is_diagram": page_data.is_diagram,
|
||||
"natural_text": page_data.natural_text
|
||||
}, ensure_ascii=True)
|
||||
}, ensure_ascii=False)
|
||||
|
||||
return sample
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user