Pdf parse text in java

I have an Arabic PDF and I want to parse it in a text document using Java. I tried many times, and English words are successfully analyzed, but Arabic words do not.

Can someone recommend a solution that also correctly translates Arabic words?

+3
source share
2 answers

I think you can use iText to process PDF using Java. It also supports Arabic.

+1
source

, . Apache Tika, iText pdfbox . , Tika, , .

+2

All Articles