Alphabet used in India and Nepal. It is written LTR. This tag seems to have been created when trying to show the letters in for example JavaScript or parse strings written in them
Questions tagged [devanagari]
32 questions
-1
votes
2 answers
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.
-1
votes
2 answers
Extract the same (rectangular) area from multiple pages of a PDF
I need to extract the same rectangular area (in the same position) on different pages in a PDF file with several hundred pages.
I am running Linux, and have found a way to do this manually using Tesseract and the front-end gImageReader, and am…

badaboum
- 31
- 6