I have a pdf file which is written in Russian . I am trying to convert the table present in PDF to a CSV file. I am able to create the CSV file but it is encrypted I have used this code in python
import tabula df = tabula.read_pdf("IPLmatch.pdf", pages='all',encoding='UTF-8') print(df) df.to_csv('output.csv')
The result I am getting is something like this ???????, ... ???????? ???????? ??????????? ?????????, 0 ??? ???????? ... ??????????? ? ??????????? 1 NaN ... NaN 2 NaN ... ??? ???????? ??????? ?????? 3 NaN ... ???????????? (??.?) ?????????- 4 NaN ... ???
Expected output will be the dataframe to be their in russian language