You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Expected behavior
the output text is printed right to left sentences
The text was updated successfully, but these errors were encountered: