#Image to text converter

5 messages · Page 1 of 1 (latest)

tacit sail
#

Hey y’all I’m doing another project and I just need some help making an Image to Text converter in Django.

steady shuttle
#

You need to be more specific

#

Doesn't sound related to Django so far

verbal kayak
#

you want a tool like tesseract

#

you get the image from a form
pass it to tesseract
return the results

it's not optimized, but works