Re: [Rails] How to convert Image To Text in RoR

2011-06-14 Thread Zé Ricardo
Why don't you put the image file itself inside the pdf? :) On Tue, Jun 14, 2011 at 5:08 AM, Amit Sethi wrote: > On Tue, Jun 14, 2011 at 9:00 AM, rajeevkannav > wrote: >> Hello All >> >> >> I have too many scanned notes i need to convert them into text and then user >> may download that as pdf 

Re: [Rails] How to convert Image To Text in RoR

2011-06-14 Thread Amit Sethi
On Tue, Jun 14, 2011 at 9:00 AM, rajeevkannav wrote: > Hello All > > > I have too many scanned notes i need to convert them into text and then user > may download that as pdf  , How it can be done in RoR > i am not sure how ROR can help you here but you could use gocr for image to text conversion.

Re: [Rails] How to convert Image To Text in RoR

2011-06-14 Thread Walter McGinnis
What you need to do is identify open source software that does OCR specifically. Rails doesn't include image or PDF manipulation itself, but can be integrated with other tools that do. E.g. Rmagick and Prawn. These Ruby gems look promising: https://github.com/dannnylo/rtesseract https://github

Re: [Rails] How to convert Image To Text in RoR

2011-06-14 Thread rajeevsharma86
is there no way ??? On Tue, Jun 14, 2011 at 9:00 AM, rajeevkannav wrote: > Hello All > > > I have too many scanned notes i need to convert them into text and then > user may download that as pdf , How it can be done in RoR > > Please help > > Thanks in advance :) > > -- > You received this mess

[Rails] How to convert Image To Text in RoR

2011-06-13 Thread rajeevkannav
Hello All I have too many scanned notes i need to convert them into text and then user may download that as pdf , How it can be done in RoR Please help Thanks in advance :) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view th