From 55c27a8076d7a3b403c117311ade7ea21a6a748c Mon Sep 17 00:00:00 2001 From: Traun Leyden Date: Wed, 6 Jul 2016 23:07:15 -0700 Subject: [PATCH] swagger update --- swagger.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/swagger.yml b/swagger.yml index bef69f5..bdfd541 100644 --- a/swagger.yml +++ b/swagger.yml @@ -2,7 +2,16 @@ swagger: '2.0' info: version: 1.0.0 - title: OpenOCR API + title: OpenOCR + description: OpenOCR is a wrapper around Tesseract easily deployable as a service + contact: + name: Traun Leyden + email: traun.leyden@gmail.com + license: + name: Apache2 License +schemes: + - http +basePath: / paths: /ocr: post: @@ -11,7 +20,7 @@ paths: parameters: - in: body name: body - description: order placed for purchasing the pet + description: Pass image url and other info to decode image to text via OCR required: true schema: $ref: "#/definitions/DecodeOCR"