unstructured
547bb38d - fix: encoding/decoding error with default utf-8 encoding for html, xml, and auto (#660)

Commit
2 years ago
fix: encoding/decoding error with default utf-8 encoding for html, xml, and auto (#660) Add functionality to try other common encodings for html, xml files if an error related to the encoding is raised and the user has not specified an encoding. Change auto.py to have a None default for encoding Remove the unused parameter encoding from partition_pdf Add functionality to the read_txt_file utility function to handle file-like object from URL
Parents
Loading