Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
617 views

I'm trying to parse Word files .docx that contain Hindi text written in the KrutiDev 010 font. When I process the text using Python and try to encode it into JSON, I get random gibberish instead of ...
Akshat 08's user avatar
2 votes
0 answers
59 views

I am getting incorrect Hindi text in rendered PDF using Apache FOP 2.0 using different Hindi fonts (Nirmla UI, Arial Unicode, Mangal, Aparaj, Amiko, Kokila fonts). I tried to adding script dev/dev2 ...
Sivanadri Sirisha's user avatar
1 vote
0 answers
58 views

its showing in textbox correctly Hindi word but while retrieve the value getting like question mark (ex: ????). need the solution in VBA code) i'm tried to using string retrieve the value but getting ...
Brat_naveen's user avatar
1 vote
0 answers
304 views

In my project, according to requirements, I need to generate a PDF in multiple languages. I am able to do so in English perfectly, but I am facing issues when it comes to Marathi or Hindi language. I ...
Mohsin Patel's user avatar
0 votes
2 answers
431 views

I have a text which is mixed in English and Hindi and I want to remove all the characters except Hindi and English characters and numbers and punctuation. That way, I can get rid of "(", &...
Priyankar Bose's user avatar
0 votes
1 answer
139 views

I am trying to read pdf using pypdf. PDF contains non-english text here it's Hindi langauge text pdf_file = open("/content/drive/MyDrive/DARE_Hindi_AR_2014-15-1-1.pdf", 'rb') # pdf link is ...
datagekk's user avatar
0 votes
2 answers
531 views

I am trying to build a tokenizer which takes in Hindi sentence and removes any other scripts present in it. This is my code that i have written and the output is attached as well. I tried this import ...
Ikshan's user avatar
  • 27
0 votes
0 answers
219 views

This code is a Python script to convert a PDF file to a .docx file. It performs the following steps: Import the necessary libraries and modules, including codecs, chardet, pdfminer, and python-docx. ...
Pranav's user avatar
  • 103
1 vote
1 answer
408 views

I am trying to represent devanagari characters on a screen, but in the dev environment where I'm programming I don't have unicode support. Then, to write characters I use binary matrices to color the ...
Arcangelo Pace's user avatar
2 votes
0 answers
353 views

I am working on a Hindi dataset for a project and did the pre-processing of the data where I am creating a word cloud for the same. I have used "gargi" font to plot the Hindi words on word ...
Samya Jain's user avatar
2 votes
1 answer
67 views

Text is not visible completely due to fixed height of labels. The below character of each word in "खुली & हुई" is improper due to height of WelcomeLabel2. The language is Hindi. I used ...
Rohit Arora's user avatar
1 vote
1 answer
70 views

I am using Ruby regex to filter the user input to allow only numerics and alphabets of any language. But for some words the spelling is different after using regex. ex: text = 'कंप्यूटर' regex = /[^(\...
Praveenkumar's user avatar
0 votes
0 answers
114 views

I am using "from googletrans import Translator" But it just translate names in English language . For example I have name as :दर्पण It got converted as : "Mirror" using ...
shabd89's user avatar
-2 votes
3 answers
623 views

I am trying to find out the length of Hindi words in Python, like 'प्रवीण' has length of 3 as per my knowledge. w1 = 'प्रवीण' print(len(w1)) I tried this code but it didn't work.
PRAVEEN KUMAR's user avatar
0 votes
1 answer
427 views

I'm using PyGame to draw some Hindi and other languages used in India or Malayalam (etc. ថ្ងៃ). I checked websites like Twitter which supports multiple languages, uses the Leelawadee UI font to ...
jerrylin07's user avatar

15 30 50 per page
1
2 3 4 5
19