Results 7 comments of kaleyroy

@nicolargo pls check the uploaded image ![glances_issue_filter](https://user-images.githubusercontent.com/1535437/93177170-f8222900-f764-11ea-90a6-fa1301680cbd.png)

i met the same issue with you. Currently the `orig_elements` output as BASE64 not as JSON format. don't know how to de-serialize to JSON or TEXT. I am using the...

I had figure it out. ``` from unstructured.staging.base import elements_from_base64_gzipped_json base64_elements_str = res_elements[4]["metadata"]["orig_elements"] eles = elements_from_base64_gzipped_json(base64_elements_str) ``` [Found in this PR](https://github.com/Unstructured-IO/unstructured/pull/2680/commits/fdb85460b56fadfe60d389c09c93049a8b47d987) ![image](https://github.com/Unstructured-IO/unstructured/assets/1535437/ac965138-2ffa-42fa-9123-881d04d439e7)

![image](https://user-images.githubusercontent.com/1535437/171368257-764a767c-4d6b-4cb5-97c4-4d4ba6220952.png)