Re: [Chennaipy] How to make image to SVG?

2017-08-07 Thread Shrinivasan T
> 3) Feed these individual images to bitmap to vector convertors such as > http://potrace.sourceforge.net. > With some effort we may even able to write a python wrapper too. > https://mail.python.org/mailman/listinfo/chennaipy > Thanks. on exploring potrace, got this link http://scruss.com/blog/

Re: [Chennaipy] How to make image to SVG?

2017-08-07 Thread Aravindhan K
Hi, My thoughts on the matter 1) Use OpenCV or NumPy to do adaptive thresholding over the scanned image . 2) Create image for each individual character, from scanned image. 3) Feed these individual images to bitmap to vector convertors such as http://potrace.sourceforge.net. With some effort we ma

Re: [Chennaipy] How to make image to SVG?

2017-08-07 Thread Karthikeyan A K
Hi Srini, Why not install inkscape and try to use some command line commands it provides, try calling it from python. I am not sure weather it provides the exact conversion commands you are looking for. On Thu, Aug 3, 2017 at 11:09 AM, Shrinivasan T wrote: > I saw a site the can generate handwr