标签: python encoding utf-8
我试图阅读pdf文件,如
pdf
di = read_pdf('test.pdf', output_format= 'json', encoding='utf-8', guess = False)
它在linux上运行良好。但是在Windows上获取错误"UnicodeDecodeError: 'utf-8'编解码器无法解码位置N中的字节0x96:无效的起始字节",请帮助我了解问题。
"UnicodeDecodeError: 'utf-8'