Skip to content

Commit

Permalink
Update ocrapi.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
A9T9 committed Feb 29, 2016
1 parent 3013faf commit 75fa34b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocrapi.swift
@@ -1,4 +1,4 @@
Swift:

func callOCRSpace() {
// Create URL request
var url: NSURL = NSURL(string: "https://api.ocr.space/Parse/Image")
Expand Down Expand Up @@ -46,4 +46,4 @@ func createBodyWithBoundary(boundary: String, parameters parameters: [NSObject :

body.appendData("--\(boundary)--\r\n".dataUsingEncoding(NSUTF8StringEncoding))
return body
}
}

0 comments on commit 75fa34b

Please sign in to comment.