274 questions
Score of 0
1 answer
678 views
How to parse Word files with Hindi text in KrutiDev font using Python in json
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
Issue with Hindi in Apache FOP 2 version
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
microsoft from 2.0 controler textbox to retrieve the hindi content in vba
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
Issue generating Marathi Language PDF in Flutter
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
Remove everything from text except Hindi and English letters and numbers and punctuation
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
Reading Non-english text using pypdf2
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
Regex expression to validate ONLY hindi (devnagri) letters in PYTHON [duplicate]
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
Converting a Hindi PDF to Editable Text in Docx with Proper Text Encoding Detection and Conversion
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
How can I draw devanagari characters on a screen?
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
Hindi accent("मात्रा") issue in word cloud using Devnagri font(gargi.ttf)
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
Hindi text is not visible completely in Inno Setup WelcomeLabel2
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
Ruby regex is modifying the user input when gsub using regex in regional languages?
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 want to convert 'Name' data of customers in English Text, present/written with me in Hindi Language text
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
Hindi words length
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
Pygame displays blank boxes instead of correct character
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 ...
