Questions tagged [swiftocr]

SwiftOCR is an open source Swift based library from Nicolas Camenisch providing a high performance optical character recognition library.

SwiftOCR is an open source Swift based library from Nicolas Camenisch providing a high performance optical character recognition library.

Homepage:

https://maniacdev.com/2016/06/swiftocr-high-performance-swift-based-ocr-library

Source:

https://github.com/garnele007/SwiftOCR

4 questions
3
votes
4 answers

how to convert image to text using iOS swift?

how to convert image to text using iOS swift ? Step 01: Take a photo using iOS camera . (Done by using UIImagePickerController in iOS swift) Step 02: I got image . Step 03 : I have to convert these image (UIImage) to text format . using iOS swift .…
suripappu Rengan
  • 61
  • 1
  • 1
  • 5
1
vote
0 answers

Nothing recognised using SwiftOCR

I am trying to recognise numbers in a Sudoku board. I'm using a sample printed in Times new Roman, and I have trained the system using that font, and limited the characters to numbers by setting recognizableCharacters =…
Russell
  • 5,436
  • 2
  • 19
  • 27
0
votes
1 answer

Adding a shadow over an image in Swift

This project is taken from SwiftOCR by garnele007. There is a NSImage (That is also converted into a .png for saving)in the Swift project that I would like to add a shadow on top of. Several examples of adding a shadow inside the viewcontroller etc…
Morssel
  • 38
  • 8
-1
votes
1 answer

I want to apply google translate app brush effect on my image OCR

Hi I bulid a text OCR iOS app using swift. I used the tesseract OCR Engine for that and it accuracy is pretty low. I want to select text area like on google translate brush effect on it please help me how to apply it?