diff options
Diffstat (limited to 'md/writeup/swift_ocr_example.md')
-rw-r--r-- | md/writeup/swift_ocr_example.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/md/writeup/swift_ocr_example.md b/md/writeup/swift_ocr_example.md index ba45828..0e49164 100644 --- a/md/writeup/swift_ocr_example.md +++ b/md/writeup/swift_ocr_example.md @@ -16,7 +16,7 @@ The whole working prototype can fit just in few lines of code. All you need to c is text recognition requester and handle that collect results. There is few example on apple doc page. -```siwft +```swift func recognizeImageUrl(_ url:URL, _ error: Error?) { var pieces:[TextPiece] = [] var err:NSError? |