chezou/tabula-py

Can't convert "Hindi or any other language" PDF to CSV file. (In Python)

Sunder03 opened this issue · 1 comments

Hello EveryOne,

Aim: I want to convert "Hindi Text Pdf to CSV format".
Output: Getting plain CSV file

I am able to get English Text, If I use English Texted PDF

My Code:-

import tabula
tabula.convert_into("hindi.pdf", "demo.csv", pages="1",output_format="csv")

PDF:-
hindi.pdf

@Sunder03 this issue was automatically closed because it did not follow the issue template