Open
Description
Describe the bug
for right to left languages the output of reading a document is printed left to right,
for example instead of printing "Hello world", in arabic for example, the output print : "Dlor wolleh"
To Reproduce
from unstructured.partition.pdf import partition_pdf
elements=partition_pdf(
filename=file_path,
languages= languages,
strategy="hi_res",
)
elements_dict = [el.to_dict() for el in elements]
Expected behavior
the output text is printed right to left sentences