* Added `elements_to_json` and `elements_from_json` for easier serialization/deserialization * `convert_to_dict`, `dict_to_elements` and `convert_to_csv` are now aliases for functions that use the ISD terminology.
Fixes
* Update to ensure all elements are preserved during serialization/deserialization
0.4.14
Not secure
* Automatically install `nltk` models in the `tokenize` module.
0.4.13
Not secure
* Fixes unstructured-ingest cli.
0.4.12
Not secure
* Adds console_entrypoint for unstructured-ingest, other structure/doc updates related to ingest. * Add `parser` parameter to `partition_html`.
0.4.11
Not secure
* Adds `partition_doc` for partitioning Word documents in `.doc` format. Requires `libreoffice`. * Adds `partition_ppt` for partitioning PowerPoint documents in `.ppt` format. Requires `libreoffice`.
0.4.10
Not secure
* Fixes `ElementMetadata` so that it's JSON serializable when the filename is a `Path` object.