Re: deskewing image

2014-06-03 Thread Atamert Ölçgen
On Tue, Jun 3, 2014 at 10:43 PM, Glen Rubin wrote: > my clojure-fu and java-fu are both pretty weak as I am still rather > green. I guess I will put a hold on this for now until I am more advanced. > I hope you won't get discouraged. At the very least clojure is a language fun to learn and work

Re: deskewing image

2014-06-03 Thread Glen Rubin
my clojure-fu and java-fu are both pretty weak as I am still rather green. I guess I will put a hold on this for now until I am more advanced. On Monday, June 2, 2014 10:42:35 PM UTC-7, Atamert Ölçgen wrote: > > > > On Tue, Jun 3, 2014 at 5:14 AM, Glen Rubin > wrote: > >> I am interested in

Re: deskewing image

2014-06-02 Thread Atamert Ölçgen
On Tue, Jun 3, 2014 at 5:14 AM, Glen Rubin wrote: > I am interested in automatically deskewing of a scanned image before ocr > processing using tesseract. I found the following, which is some java code > to do it http://anydoby.com/jblog/en/java/1990 > > Can anyone give some advice on how to mak

deskewing image

2014-06-02 Thread Glen Rubin
I am interested in automatically deskewing of a scanned image before ocr processing using tesseract. I found the following, which is some java code to do it http://anydoby.com/jblog/en/java/1990 Can anyone give some advice on how to make use of this java code using clojure? -- You received