Hi, When I try to use TextPosition to get text in a PDF file, it sometimes gives me related character with changed case.
For example, The text in the pdf is like this: "BEBEK RANGE ROVER " And PDFBox returns the text like this: "bebek RANGe ROVeR " I'm using processTextPosition() method to get text. What could be the problem, I can't figured out how to solve the problem. Thanks.

