From ee8f76937be0e2850682a97cfbeb6bfc655122f4 Mon Sep 17 00:00:00 2001 From: Like-all Date: Sat, 16 Feb 2013 05:29:31 +0400 Subject: [PATCH] OCR: tool for michelle.ocrgrid.org Signed-off-by: Sergey Alirzaev --- michelle.ocrgrid.org/ocrgrid | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 michelle.ocrgrid.org/ocrgrid diff --git a/michelle.ocrgrid.org/ocrgrid b/michelle.ocrgrid.org/ocrgrid new file mode 100755 index 0000000..e34abff --- /dev/null +++ b/michelle.ocrgrid.org/ocrgrid @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +#Warning! This service receives only jpeg & bmp images. $1 is a path to image. +curl -F userfile=@$1 -F outputencoding="utf-8" -F outputformat="txt" http://michelle.ocrgrid.org/cgi-bin/weocr/submit_e1.cgi