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
-2
votes
2 answers

PDF Table Structure

I have a PDF file with tabular structure but I am not able to store it in database as the PDF file is in Mangal font. So two problems occur to me: Extract table data from PDF Text is in Marathi language I have managed to do this for English with…
user1358401
  • 7
  • 1
  • 7
-2
votes
1 answer

java code to fetch and store unique words in inputed text file in Hindi language

I have a text file containing approximately Hindi 30000 words. I would like to fetch a unique word from the file and save it into a tabular form. I am trying this in java, but I am not sure how to achieve this. Any help is highly appreciated.
-2
votes
1 answer

how to count hindi string in array with php and count how many letter and vowel in string

I have something like $a = "आलोक" I want to achieve something like in php a[0] = आ a[1] = लो a[3] = क I want counting in numbers like :- i put a name आलोक i want output like letter=3 and vowel=2 because in आलोक first letter (आ), second…
Alok Gupta
  • 81
  • 7
-2
votes
2 answers

Allowing Hindi fonts in html text area

I have a desktop application in java that converts from literal hindi text to corresponding english translitration. I am using jTextArea in desktop application. Now I want to make a web application for doing the same. My end goal is to have two text…
hard coder
  • 5,449
  • 6
  • 36
  • 61
-2
votes
1 answer

Hindi Fonts in JasperReports

In Internal preview of Hindi fonts Displays Correctly. But in Pdf It Varies . For Example : पिता . In Pdf it Shows प िता How to resolve this.
user3696267
  • 11
  • 1
  • 1
-3
votes
1 answer

How to parse non-english mixed text in Python

I have the following random data generated by parsing an image - https://dpaste.de/wwuj/raw I want to generate a csv and need to extract the following data from the text नाम, पति का नाम, मकान संख्या, आयु, लिंग Questions : Can we use regex to…
Elon Musk
  • 332
  • 1
  • 2
  • 12
-3
votes
1 answer

Convert language while transforming data from XML via XSL

I would like to convert English content of XML data into Hindi, on an html or doc using xsl in java. Can this possibly be achieved ? I have tried using locale but didn't not get any output.
Pravin
  • 1
-3
votes
1 answer

How to save non-English text in sql server?

I am trying to develop one desktop application which takes input in hindi from a textbox and saves it into a sql server database. The textbox font is set to hindi. When I try inserting the hindi text into SQL Server it throws an error on…
-5
votes
1 answer

Hindi to english from pdf

I am not able to copy hindi content from pdf file. When I am trying to copy/paste that content it changes to different hindi characters. Example- Original- विधान सभा After paste- नरधरन सभर it shows like this. Can anybody help me to get the exact…
som
  • 1
-6
votes
2 answers

Hindi font not displying correctly in android

I want to display hindi text. The hindi data is fetched from the database sqlite, the same value when fetched from database , displays the word incorrectly though the font in the db in the correct hindi format.
messa2703
  • 1
  • 6
1 2 3
18
19