Skip to content

Commit

Permalink
swagger update
Browse files Browse the repository at this point in the history
  • Loading branch information
Traun Leyden committed Jul 7, 2016
1 parent 6ced1aa commit 55c27a8
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
license:
name: Apache2 License
schemes:
- http
basePath: /
paths:
/ocr:
post:
Expand All @@ -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"
Expand Down

0 comments on commit 55c27a8

Please sign in to comment.