hello I'am usnig your API, it's very well but i have a question ? i use pdfbox( and use icu4j-51 and also call setSortByPosition(true) method ) for text extraction from right to left languages ( hebrew / persian / arabic ) pdf
all things are ok but numbers get right to left for example : 1984 is parsed 4891 or 12345 go into 54321 please help me what should i do? thank you.

