Skip to content

bug/right to left languages #3927

Open
Open
@nizar2yas

Description

@nizar2yas

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions