Questions tagged [hindi]

Hindi is the most spoken language of India, the world's second-most populated country. The script which is used to write Hindi is called "Devanagari".

Hindi (हिन्दी), or more precisely Modern Standard Hindi (मानक हिन्दी), is a standardized and Sanskritised register of the Hindustani language. Hindustani is the native language of people living in Delhi, Haryana, Uttar Pradesh, Bihar, Jharkhand, Madhya Pradesh and parts of Rajasthan. Hindi is one of the official languages of India and predominantly spoken by people in the Northern India.

Know more about Hindi, See Hindi Language wiki.

280 questions
0
votes
2 answers

Regex expression to validate ONLY hindi (devnagri) letters in PYTHON

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 re s = "विश्व कप sdsd 12वें संस्करण जनवरी12 or…
Ikshan
  • 27
  • 2
0
votes
0 answers

Jspdf unable to show specific combination of hindi letters specifically the letter क्षा

As title says, I am using jspdf for a project and I use it to show hindi characters in a pdf but letters like क्षा appears as क and ष. Strange thing is that when its copied from the pdf and pasted on a textfield here, the character appears…
0
votes
0 answers

Hindi Language URL Redirection 404 error show is not working in safari

"Hi, I have a WordPress website where we post content in Hindi. We shared a post via WhatsApp, but when we tried to open the link in Safari, the post wouldn't load. However, the same link worked fine in Google Chrome. Can you please help me resolve…
0
votes
0 answers

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. Detect the text encoding of the PDF file by…
Pranav
  • 73
  • 1
  • 1
  • 7
0
votes
0 answers

Hindi (Arial Unicode MS) fonts are not rendered in PDF on SERVER while export it from Telerik Report Designer

I used the hindi font named 'Arial Unicode MS' to show hindi font in PDF. But when I export it from telerik report to PDF programmatically. It will show hindi fonts in PDF on my LOCAL pc. but when i run it on online (SERVER) it will not show hindi…
0
votes
0 answers

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 googletrans .I want this to be "Darpan" only Any suggestions please?
shabd89
  • 1
  • 2
0
votes
1 answer

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 display text, so I added it to the script but got blank…
0
votes
0 answers

AS3: How to show Hindi number in Input and Dynamic text?

I have a project where I calculate the Area of a triangle. Problem: The problem is the number appear as Arabic and I want it to be shown as a Hindi (Devanagari) font's number? What I tried: I have try more fonts same problem.
mr math
  • 1
  • 2
0
votes
0 answers

I am using react-native-bluetooth-escpos-printer. Code page for hindi

BluetoothEscposPrinter.printText("नमस्कार\r\n", { encoding: '', codepage: 22, }); my code and it's not working.
user17680513
0
votes
1 answer

"Product pdfCalligraph is unknown. Probably you have to register it" When i am trying to print Hindi Font using pdfCalligraph

I am getting an error message when I add a paragraph to the document. "iText.Commons.Exceptions.UnknownProductException: 'Product pdfCalligraph is unknown. Probably you have to register it" How to fix? Error Message
0
votes
0 answers

tcpdf certain characters not working hindi unicode

I am trying to create a pdf receipt in marathi but certain words are not displaying correctly such as श्री is displaying as 2 seperate characters which is incorrect. I have checked all other answers available but nothing seems to help such as using…
sahilver
  • 7
  • 8
0
votes
1 answer

How to read PDFs with Hindi text in R?

I have multiple typed PDFs with Hindi text. I need to create a data frame using all the PDFs for further analysis. I am using R for this. > sessionInfo() R version 4.0.3 (2020-10-10) Platform: x86_64-apple-darwin17.0 (64-bit) Running under: macOS…
Anisha Garg
  • 53
  • 5
  • 10
0
votes
1 answer

Default Hindi font is showing even after implementing any kind of Hindi font. Android Studio

In my Android app, I am trying to implement outline based Hindi font but after implementing any such font the Hindi text is showing in default font only whereas the is working perfectly with English Text. I am doing it programmatically (Java) and…
0
votes
0 answers

Convert Hindi PDF to Excel

I have a pdf in Hindi which I want to convert to an excel table. I have tried most of the available ways online but got no success yet. Can someone please help me with it? Any help would be highly appreciated. TIA! :) Here is the file
0
votes
1 answer

Devnagari Font doesn't display properly in Crystal Report

I am using Crystal Report 13.0.24 with Visual Studio 2017 to create reports by fetching data from database. I needed to create section is Hindi using Kruti Dev 010 font. Everything is fine but some half characters of Hindi is causing strange display…
Binod
  • 11
  • 5