From 75fa34bc0f023e4ee3a244668ed70240a64d16d0 Mon Sep 17 00:00:00 2001 From: "A9T9 (Autonomous Technology Blog)" Date: Mon, 29 Feb 2016 19:41:45 +0100 Subject: [PATCH] Update ocrapi.swift --- ocrapi.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ocrapi.swift b/ocrapi.swift index 08170b6..28d3379 100644 --- a/ocrapi.swift +++ b/ocrapi.swift @@ -1,4 +1,4 @@ -Swift: + func callOCRSpace() { // Create URL request var url: NSURL = NSURL(string: "https://api.ocr.space/Parse/Image") @@ -46,4 +46,4 @@ func createBodyWithBoundary(boundary: String, parameters parameters: [NSObject : body.appendData("--\(boundary)--\r\n".dataUsingEncoding(NSUTF8StringEncoding)) return body -} \ No newline at end of file +}