We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced25df commit f5010a2Copy full SHA for f5010a2
src/PDFigCapX.py
@@ -146,5 +146,5 @@ def __process_figures(self, _images, _input_path, _pdf, _xpdf_output_path, _outp
146
# pprint(_data[_pdf])
147
json_file = join(output_file_path, '%s.json' % _pdf[:-4])
148
with open(json_file, 'w') as outfile:
149
- json.dump(data[_pdf], outfile)
+ json.dump(data[_pdf], outfile, ensure_ascii=False)
150
return True
0 commit comments