Re: [tesseract-ocr] Empty result with images taken as marginally low resolution - Nepali

2018-01-13 Thread Nirajan Pant
Thank you Shree.

On Saturday, 13 January 2018 10:59:11 UTC+5:45, shree wrote:
>
> Niranjan,
>
> Please check with 'best' traineddata for nep. That seemed to work.
>

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
To post to this group, send email to tesseract-ocr@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/86ed638e-2f55-4516-b7d0-1f64df03e93e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tesseract-ocr] Empty result with images taken as marginally low resolution - Nepali

2018-01-12 Thread ShreeDevi Kumar
Niranjan,

Please check with 'best' traineddata for nep. That seemed to work.

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
To post to this group, send email to tesseract-ocr@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/CAG2NduW_VOdw6CFLE5x%3DnYvAbaZOQb1sGahM1%2Bk5ywZGg8Hong%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tesseract-ocr] Empty result with images taken as marginally low resolution - Nepali

2018-01-12 Thread ShreeDevi Kumar
It seems some bug has crept in the processing of diff psm modes. OCR worked
only for psm 4 and 6

 ./nepali.png oem
1**
psm 1
Tesseract Open Source OCR Engine v4.00.00alpha with Leptonica
Warning. Invalid resolution 0 dpi. Using 70 instead.
Estimating resolution as 434
OSD: Weak margin (6.54) for 34 blob text block, but using orientation
anyway: 0
Empty page!!
Estimating resolution as 434
OSD: Weak margin (6.54) for 34 blob text block, but using orientation
anyway: 0
Empty page!!

real0m3.201s
user0m2.250s
sys 0m0.641s

psm 2
Warning. Invalid resolution 0 dpi. Using 70 instead.
Estimating resolution as 434
Empty page!!

real0m1.860s
user0m1.094s
sys 0m0.516s

psm 3
Tesseract Open Source OCR Engine v4.00.00alpha with Leptonica
Warning. Invalid resolution 0 dpi. Using 70 instead.
Estimating resolution as 434
Empty page!!
Estimating resolution as 434
Empty page!!

real0m2.086s
user0m1.375s
sys 0m0.484s

psm 4
Tesseract Open Source OCR Engine v4.00.00alpha with Leptonica
Warning. Invalid resolution 0 dpi. Using 70 instead.
Estimating resolution as 434

real0m7.769s
user0m7.016s
sys 0m0.453s

psm 5
Tesseract Open Source OCR Engine v4.00.00alpha with Leptonica
Warning. Invalid resolution 0 dpi. Using 70 instead.

real0m4.139s
user0m3.359s
sys 0m0.484s

psm 6
Tesseract Open Source OCR Engine v4.00.00alpha with Leptonica
Warning. Invalid resolution 0 dpi. Using 70 instead.

real0m7.727s
user0m6.844s
sys 0m0.516s

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
To post to this group, send email to tesseract-ocr@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/CAG2NduXEaXPs0iuG%2BtmbJz9JjL%2B09%2BG%3DUudi2Nk9Opd1LeKA5w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tesseract-ocr] Empty result with images taken as marginally low resolution - Nepali

2018-01-12 Thread ShreeDevi Kumar
Please file an issue with full details.

ShreeDevi

भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com

On Fri, Jan 12, 2018 at 8:04 PM, Nirajan Pant  wrote:

> --psm 3 also not working.
>
> On Friday, 12 January 2018 20:13:30 UTC+5:45, shree wrote:
>>
>> psm 1 is 1 Automatic page segmentation with OSD.
>>
>> psm 3 is 3 Fully automatic page segmentation, but no OSD. (Default)
>>
>> see https://github.com/tesseract-ocr/tesseract/wiki/Command-Line-Usage
>>
>> ShreeDevi
>> 
>> भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com
>>
>> On Fri, Jan 12, 2018 at 7:42 PM, Nirajan Pant  wrote:
>>
>>> I was using Automatic page segmentation mode. Why automatic mode does
>>> not work? Here is sample command
>>>
>>> tesseract.exe "E:\Projects\NeOCR_rev1\Text Image
>>> Segmenter\bin\Debug\tesseract\tmp_20180111201447661_page-6.png" out
>>> --tessdata-dir "E:\Projects\NeOCR_rev1\Text Image
>>> Segmenter\bin\Debug\tesseract\tessdata" -l nep --psm 1 --oem 1
>>>
>>>
>>>
>>> On Friday, 12 January 2018 09:59:32 UTC+5:45, shree wrote:

 Works fine for me. What traineddata and options did you use?

 Attaching the output from the following, I did not change dpi of image.

 #!/bin/bash
 img_files=$(ls ./nepali*.png)
 for img_file in ${img_files}; do
   echo "" ${img_file} oem
 1"**"
  time tesseract --tessdata-dir /mnt/c/Users/User/shree/tessdata_best/
  ${img_file} ${img_file%.*}-Devanagari-best  --oem 1 --psm 6 -l
 Devanagari
  time tesseract --tessdata-dir /mnt/c/Users/User/shree/tessdata_fast/
  ${img_file} ${img_file%.*}-Devanagari-fast  --oem 1 --psm 6 -l
 Devanagari
  time tesseract --tessdata-dir /mnt/c/Users/User/shree/tessdata/
  ${img_file} ${img_file%.*}-nep  --oem 1 --psm 6 -l nep
 done



 ShreeDevi
 
 भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com

 On Thu, Jan 11, 2018 at 9:44 PM, Nirajan Pant 
 wrote:

> Tesseract 4.0 is not working with the image provided here. This is a
> page from Nepali novel. The resolution is slightly low but not too much.
> The OCR result only few word or in other pages it returns empty result.
>
>
> 
>
> --
> You received this message because you are subscribed to the Google
> Groups "tesseract-ocr" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to tesseract-oc...@googlegroups.com.
> To post to this group, send email to tesser...@googlegroups.com.
> Visit this group at https://groups.google.com/group/tesseract-ocr.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tesseract-ocr/534d9a5c-342
> e-447f-b4cd-7792f7bd7718%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

 --
>>> You received this message because you are subscribed to the Google
>>> Groups "tesseract-ocr" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to tesseract-oc...@googlegroups.com.
>>> To post to this group, send email to tesser...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/tesseract-ocr.
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/tesseract-ocr/78da54a3-cb38-4c99-a422-8c6423c560b7%40goo
>>> glegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "tesseract-ocr" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tesseract-ocr+unsubscr...@googlegroups.com.
> To post to this group, send email to tesseract-ocr@googlegroups.com.
> Visit this group at https://groups.google.com/group/tesseract-ocr.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/tesseract-ocr/2bc05858-a927-4657-9812-6135a1deb96b%
> 40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to 

Re: [tesseract-ocr] Empty result with images taken as marginally low resolution - Nepali

2018-01-12 Thread Nirajan Pant
--psm 3 also not working. 

On Friday, 12 January 2018 20:13:30 UTC+5:45, shree wrote:
>
> psm 1 is 1 Automatic page segmentation with OSD.
>
> psm 3 is 3 Fully automatic page segmentation, but no OSD. (Default)
>
> see https://github.com/tesseract-ocr/tesseract/wiki/Command-Line-Usage
>
> ShreeDevi
> 
> भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com
>
> On Fri, Jan 12, 2018 at 7:42 PM, Nirajan Pant  > wrote:
>
>> I was using Automatic page segmentation mode. Why automatic mode does 
>> not work? Here is sample command
>>
>> tesseract.exe "E:\Projects\NeOCR_rev1\Text Image 
>> Segmenter\bin\Debug\tesseract\tmp_20180111201447661_page-6.png" out 
>> --tessdata-dir "E:\Projects\NeOCR_rev1\Text Image 
>> Segmenter\bin\Debug\tesseract\tessdata" -l nep --psm 1 --oem 1
>>
>>
>>
>> On Friday, 12 January 2018 09:59:32 UTC+5:45, shree wrote:
>>>
>>> Works fine for me. What traineddata and options did you use?
>>>
>>> Attaching the output from the following, I did not change dpi of image.
>>>
>>> #!/bin/bash
>>> img_files=$(ls ./nepali*.png)
>>> for img_file in ${img_files}; do
>>>   echo "" ${img_file} oem 
>>> 1"**"
>>>  time tesseract --tessdata-dir /mnt/c/Users/User/shree/tessdata_best/  
>>>  ${img_file} ${img_file%.*}-Devanagari-best  --oem 1 --psm 6 -l Devanagari 
>>>  time tesseract --tessdata-dir /mnt/c/Users/User/shree/tessdata_fast/  
>>>  ${img_file} ${img_file%.*}-Devanagari-fast  --oem 1 --psm 6 -l Devanagari 
>>>  time tesseract --tessdata-dir /mnt/c/Users/User/shree/tessdata/  
>>>  ${img_file} ${img_file%.*}-nep  --oem 1 --psm 6 -l nep 
>>> done
>>>
>>>
>>>
>>> ShreeDevi
>>> 
>>> भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com
>>>
>>> On Thu, Jan 11, 2018 at 9:44 PM, Nirajan Pant  wrote:
>>>
 Tesseract 4.0 is not working with the image provided here. This is a 
 page from Nepali novel. The resolution is slightly low but not too much. 
 The OCR result only few word or in other pages it returns empty result. 


 

 -- 
 You received this message because you are subscribed to the Google 
 Groups "tesseract-ocr" group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to tesseract-oc...@googlegroups.com.
 To post to this group, send email to tesser...@googlegroups.com.
 Visit this group at https://groups.google.com/group/tesseract-ocr.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/tesseract-ocr/534d9a5c-342e-447f-b4cd-7792f7bd7718%40googlegroups.com
  
 
 .
 For more options, visit https://groups.google.com/d/optout.

>>>
>>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "tesseract-ocr" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to tesseract-oc...@googlegroups.com .
>> To post to this group, send email to tesser...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/tesseract-ocr.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tesseract-ocr/78da54a3-cb38-4c99-a422-8c6423c560b7%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
To post to this group, send email to tesseract-ocr@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/2bc05858-a927-4657-9812-6135a1deb96b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tesseract-ocr] Empty result with images taken as marginally low resolution - Nepali

2018-01-12 Thread ShreeDevi Kumar
psm 1 is 1 Automatic page segmentation with OSD.

psm 3 is 3 Fully automatic page segmentation, but no OSD. (Default)

see https://github.com/tesseract-ocr/tesseract/wiki/Command-Line-Usage

ShreeDevi

भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com

On Fri, Jan 12, 2018 at 7:42 PM, Nirajan Pant  wrote:

> I was using Automatic page segmentation mode. Why automatic mode does not
> work? Here is sample command
>
> tesseract.exe "E:\Projects\NeOCR_rev1\Text Image
> Segmenter\bin\Debug\tesseract\tmp_20180111201447661_page-6.png" out
> --tessdata-dir "E:\Projects\NeOCR_rev1\Text Image
> Segmenter\bin\Debug\tesseract\tessdata" -l nep --psm 1 --oem 1
>
>
>
> On Friday, 12 January 2018 09:59:32 UTC+5:45, shree wrote:
>>
>> Works fine for me. What traineddata and options did you use?
>>
>> Attaching the output from the following, I did not change dpi of image.
>>
>> #!/bin/bash
>> img_files=$(ls ./nepali*.png)
>> for img_file in ${img_files}; do
>>   echo "" ${img_file} oem
>> 1"**"
>>  time tesseract --tessdata-dir /mnt/c/Users/User/shree/tessdata_best/
>>  ${img_file} ${img_file%.*}-Devanagari-best  --oem 1 --psm 6 -l
>> Devanagari
>>  time tesseract --tessdata-dir /mnt/c/Users/User/shree/tessdata_fast/
>>  ${img_file} ${img_file%.*}-Devanagari-fast  --oem 1 --psm 6 -l
>> Devanagari
>>  time tesseract --tessdata-dir /mnt/c/Users/User/shree/tessdata/
>>  ${img_file} ${img_file%.*}-nep  --oem 1 --psm 6 -l nep
>> done
>>
>>
>>
>> ShreeDevi
>> 
>> भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com
>>
>> On Thu, Jan 11, 2018 at 9:44 PM, Nirajan Pant  wrote:
>>
>>> Tesseract 4.0 is not working with the image provided here. This is a
>>> page from Nepali novel. The resolution is slightly low but not too much.
>>> The OCR result only few word or in other pages it returns empty result.
>>>
>>>
>>> 
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "tesseract-ocr" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to tesseract-oc...@googlegroups.com.
>>> To post to this group, send email to tesser...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/tesseract-ocr.
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/tesseract-ocr/534d9a5c-342e-447f-b4cd-7792f7bd7718%40goo
>>> glegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "tesseract-ocr" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tesseract-ocr+unsubscr...@googlegroups.com.
> To post to this group, send email to tesseract-ocr@googlegroups.com.
> Visit this group at https://groups.google.com/group/tesseract-ocr.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/tesseract-ocr/78da54a3-cb38-4c99-a422-8c6423c560b7%
> 40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
To post to this group, send email to tesseract-ocr@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/CAG2NduUBKQ5bVhUsyfpK7PbYdpya-cOwuBPPHvBOeHyYZmjWdw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tesseract-ocr] Empty result with images taken as marginally low resolution - Nepali

2018-01-12 Thread Nirajan Pant
I was using Automatic page segmentation mode. Why automatic mode does not 
work? Here is sample command

tesseract.exe "E:\Projects\NeOCR_rev1\Text Image 
Segmenter\bin\Debug\tesseract\tmp_20180111201447661_page-6.png" out 
--tessdata-dir "E:\Projects\NeOCR_rev1\Text Image 
Segmenter\bin\Debug\tesseract\tessdata" -l nep --psm 1 --oem 1



On Friday, 12 January 2018 09:59:32 UTC+5:45, shree wrote:
>
> Works fine for me. What traineddata and options did you use?
>
> Attaching the output from the following, I did not change dpi of image.
>
> #!/bin/bash
> img_files=$(ls ./nepali*.png)
> for img_file in ${img_files}; do
>   echo "" ${img_file} oem 
> 1"**"
>  time tesseract --tessdata-dir /mnt/c/Users/User/shree/tessdata_best/  
>  ${img_file} ${img_file%.*}-Devanagari-best  --oem 1 --psm 6 -l Devanagari 
>  time tesseract --tessdata-dir /mnt/c/Users/User/shree/tessdata_fast/  
>  ${img_file} ${img_file%.*}-Devanagari-fast  --oem 1 --psm 6 -l Devanagari 
>  time tesseract --tessdata-dir /mnt/c/Users/User/shree/tessdata/  
>  ${img_file} ${img_file%.*}-nep  --oem 1 --psm 6 -l nep 
> done
>
>
>
> ShreeDevi
> 
> भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com
>
> On Thu, Jan 11, 2018 at 9:44 PM, Nirajan Pant  > wrote:
>
>> Tesseract 4.0 is not working with the image provided here. This is a page 
>> from Nepali novel. The resolution is slightly low but not too much. The OCR 
>> result only few word or in other pages it returns empty result. 
>>
>>
>> 
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "tesseract-ocr" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to tesseract-oc...@googlegroups.com .
>> To post to this group, send email to tesser...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/tesseract-ocr.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tesseract-ocr/534d9a5c-342e-447f-b4cd-7792f7bd7718%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
To post to this group, send email to tesseract-ocr@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/78da54a3-cb38-4c99-a422-8c6423c560b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tesseract-ocr] Empty result with images taken as marginally low resolution - Nepali

2018-01-11 Thread ShreeDevi Kumar
Works fine for me. What traineddata and options did you use?

Attaching the output from the following, I did not change dpi of image.

#!/bin/bash
img_files=$(ls ./nepali*.png)
for img_file in ${img_files}; do
  echo "" ${img_file} oem
1"**"
 time tesseract --tessdata-dir /mnt/c/Users/User/shree/tessdata_best/
 ${img_file} ${img_file%.*}-Devanagari-best  --oem 1 --psm 6 -l Devanagari
 time tesseract --tessdata-dir /mnt/c/Users/User/shree/tessdata_fast/
 ${img_file} ${img_file%.*}-Devanagari-fast  --oem 1 --psm 6 -l Devanagari
 time tesseract --tessdata-dir /mnt/c/Users/User/shree/tessdata/
 ${img_file} ${img_file%.*}-nep  --oem 1 --psm 6 -l nep
done



ShreeDevi

भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com

On Thu, Jan 11, 2018 at 9:44 PM, Nirajan Pant  wrote:

> Tesseract 4.0 is not working with the image provided here. This is a page
> from Nepali novel. The resolution is slightly low but not too much. The OCR
> result only few word or in other pages it returns empty result.
>
>
> 
>
> --
> You received this message because you are subscribed to the Google Groups
> "tesseract-ocr" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tesseract-ocr+unsubscr...@googlegroups.com.
> To post to this group, send email to tesseract-ocr@googlegroups.com.
> Visit this group at https://groups.google.com/group/tesseract-ocr.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/tesseract-ocr/534d9a5c-342e-447f-b4cd-7792f7bd7718%
> 40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
To post to this group, send email to tesseract-ocr@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/CAG2NduUTJ828J3qPYLNBs4_hJZvADrdJ6-NimWY2nUD3MQRqOw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
समर्पण
हे मेरा भाइ ! हे मेरा बहिनी । पहाड शहरमा,
यो यौटा मेरो भक्तिको माला चढाएँ चरणमा ।
अरू ता मैले के गर्न सक्थेँ ?, अपढ-अज्ञानी,
आँसुले भिजेको यो फूल गाँसेँ नजानी नजानी ।
घाम र छाया-बीचमा फुल्यो मनको फूलबारी,
सपनाभित्र फुलेको ल्याएँ विपना ओसारी।
यिनको बास नबिर्साइदिन्छ॒ वरको परको,
आँसु र हाँसो मिसाइदिन्छ सबका घरको।
जो मैले गुँथेँ पहिर भाइ! पहिर बहिनी !
प्रेमका गलामा नवैलिजाओस्‌ भक्त हुँ म पनि।
नेपाली माटो स्वर्गको किरण झरेर ऊन्क्यो मूल,
नेपाली बास्ना भएर निस्के अत्तर देशी फूल,
एकान्त वनमा फूलपरी रंगमा कस्सिए फुर्फरी,
एक लहर टिपी चढाएँ, नाचून्‌ छातीमा हरघरी ।
नदेख्ने वन कविको मन रङ्गले छिर्किन्छ,
जीवनको छायादेशमा एउटा फूलबारी हुर्कन्छ,
आँसुको जाल डालीमा हाली बिन्दुले रसाए,

कल्पने माली, अम्लान क्‌सुम,

एक डाली गुँथी, गलामा फाली,
जोर्दछु हात हे भाइ-बहिनी । बास्नामा रसाए,
दिलमा खुशाए
स्वप्नाको धन नबाँडीकन हुँदैन खुशी मन !
आनन्द मेरो लखगुना होला सकारे समर्पण !

0
समर्पण
हे मेरा भाइ ! हे मेरा बहिनी । पहाड शहरमा,
यो यौटा मेरो भक्तिको माला चढाएँ चरणमा ।
अरू ता मैले के गर्न सक्थेँ ?, अपढ-अज्ञानी,
आँसुले भिजेको यो फूल गाँसँ नजानी नजानी ।
घाम र छाया-बीचमा फुल्यो मनको फूलबारी,
सपनाभित्र फुलेको ल्याएँ बिपना ओसारी ।
थिनको बास बिर्साइदिन्छ वरको परको,
आँसु र हाँसो मिसाइदिन्छ सबका घरको ।
जो मैले गुँथँ पहिर भाइ ! पहिर बहिनी !
प्रेमका गलामा नवैलिजाओस्‌ भक्त हुँ म पनि ।
नेपाली माटो स्वर्गको किरण झरेर झन्क्यो मूल,
नेपाली बास्ना भएर निस्के अत्तर देशी फूल,
एकान्त वनमा फूलपरी रँगमा कस्सिए फुर्फ्री,
एक लहर टिपी चढाएँ, नाचून्‌ छातीमा हरघरी ।
नदेख्ने वन कविको मन रङ्गले चछिर्किन्छ,
जीवनको छायादेशमा एउटा फूलबारी हुर्कन्छ,
आँसुको जाल डालीमा हाली बिन्दुले रसाए,

कल्पने माली, अम्लान कुसुम,

एक डाली गुँथी, गलामा फाली,
जोर्दछु हात हे भाइ-बहिनी ! बास्नामा रसाए,
दिलमा खुशाए
स्वप्नाको धन नबाँडीकन हुँदैन खुशी मन !
आनन्द मेरो लखगुना होला सकारे समर्पण !

QJ
समर्पण
है मेरा भाइ | हे मेरा बहिनी । पहाड शहरमा,
यो यौटा मेरो भक्तिको माला चढाएँ चरणमा ।
अरू ता मैले के गर्न सक्थें ?, अपढ-अज्ञानी,
आँसुले भिजेको यो फूल नजानी नजानी ।
घाम र छाया-बीचमा फुल्यो मनको फूलबारी,
सपनाभित्र फुलेको ल्याएँ बिपना ओसारी ।
यिनको बास बिर्साइदिन्छ वरको परको,
आँसु र हाँसो मिसाइदिन्छ सबका घरको ।
जो मैले गुँथें पहिर भाइ ! पहिर बहिनी !
प्रेमका गलामा नवैलिजाओस् भक्त हुँ म पनि।
नेपाली माटो स्वर्गको किरण झरेर झन्क्यो मूल,
नेपाली बास्ना भएर निस्के अत्तर देशी फूल,
एकान्त वनमा फूलपरी कस्सिए
एक लहर टिपी चढाएँ, नाचून् छातीमा हरघरी ।
नदेख्ने वन कविको मन रङ्गले छिर्किन्छ,
जीवनको छायादेशमा एउटा फूलबारी 

[tesseract-ocr] Empty result with images taken as marginally low resolution - Nepali

2018-01-11 Thread Nirajan Pant


Tesseract 4.0 is not working with the image provided here. This is a page 
from Nepali novel. The resolution is slightly low but not too much. The OCR 
result only few word or in other pages it returns empty result. 



-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
To post to this group, send email to tesseract-ocr@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/534d9a5c-342e-447f-b4cd-7792f7bd7718%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tesseract-ocr] Empty Result

2016-04-29 Thread ShreeDevi Kumar
Preprocess the image adding a whitespace margin before running tesseract.

Also read recent posts where similar issue was discussed.

- sent from my phone. excuse the brevity.
On 29-Apr-2016 2:51 pm, "Odun Adeboye"  wrote:

> Hello,
>
> I got empty result on the attached image after running "tesseract
> bplate2.png bplate2".
>
> Am i doing anything wrong?
>
> Thanks.
>
> Odun.
>
> --
> You received this message because you are subscribed to the Google Groups
> "tesseract-ocr" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tesseract-ocr+unsubscr...@googlegroups.com.
> To post to this group, send email to tesseract-ocr@googlegroups.com.
> Visit this group at https://groups.google.com/group/tesseract-ocr.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tesseract-ocr/7044cf32-960d-4f0b-b037-38bfb38681e7%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
To post to this group, send email to tesseract-ocr@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/CAG2NduVYD6Zgad4u-NPMJE%3DSmx4H-MJ-z7%2BiHB0aQ%2BoHTztfdA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tesseract-ocr] Empty Result

2016-04-29 Thread Odun Adeboye
Hello,

I got empty result on the attached image after running "tesseract 
bplate2.png bplate2".

Am i doing anything wrong?

Thanks.

Odun.

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
To post to this group, send email to tesseract-ocr@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/7044cf32-960d-4f0b-b037-38bfb38681e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.