close
Skip to main content

Question list filters

Filter by
Sorted by
Tagged with
Score of 0
1 answer
678 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 ...
Score of 2
0 answers
62 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 ...
Score of 1
0 answers
61 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 ...
Score of 2
0 answers
310 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 ...
Score of 0
2 answers
440 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 "(", &...
Score of 0
1 answer
140 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 ...
Score of 0
2 answers
547 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 ...
Score of 0
0 answers
225 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. ...
Score of 1
1 answer
438 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 ...
Score of 2
0 answers
356 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 ...
Score of 2
1 answer
69 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 ...
Score of 1
1 answer
76 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 = /[^(\...
Score of 0
0 answers
122 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 ...
Score of -2
3 answers
625 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.
Score of 0
1 answer
431 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 ...

15 30 50 per page
1
2 3 4 5
19