274 questions
0
votes
1
answer
617
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 ...
2
votes
0
answers
59
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 ...
1
vote
0
answers
58
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 ...
1
vote
0
answers
304
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 ...
0
votes
2
answers
431
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 "(", &...
0
votes
1
answer
139
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 ...
0
votes
2
answers
531
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 ...
0
votes
0
answers
219
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.
...
1
vote
1
answer
408
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 ...
2
votes
0
answers
353
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 ...
2
votes
1
answer
67
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 ...
1
vote
1
answer
70
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 = /[^(\...
0
votes
0
answers
114
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 ...
-2
votes
3
answers
623
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.
0
votes
1
answer
427
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 ...