kaleyroy
kaleyroy
@nicolargo pls check the uploaded image 
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) 
+1
很受用,学习了,谢谢!
Same in v1.9.3
