mirror of
https://github.com/allenai/olmocr.git
synced 2025-10-14 01:32:31 +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_table": page_data.is_table,
|
||||||
"is_diagram": page_data.is_diagram,
|
"is_diagram": page_data.is_diagram,
|
||||||
"natural_text": page_data.natural_text
|
"natural_text": page_data.natural_text
|
||||||
}, ensure_ascii=True)
|
}, ensure_ascii=False)
|
||||||
|
|
||||||
return sample
|
return sample
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user