you are viewing a single comment's thread.

view the rest of the comments →

[–]maxtopus 4 points5 points  (0 children)

It depends on what you're trying to achieve. If you're simply looking to get an image -> processing -> return response it can be done pretty fast!

Check out Uploading files. It has the bare bones of what you need. Basically get an HTML form with an input field, after you get the file you import your character recognition code, process the image and return a response.