NMAC427 / SwiftOCR

Fast and simple OCR library written in Swift
Apache License 2.0
4.61k stars 481 forks source link

What Algorithms are used? #144

Closed getSwiftly closed 5 years ago

getSwiftly commented 5 years ago

Hi, I am using swift OCR as a part of an academic work, can I know exactly the name of the NN and any other methods or algorithms used and the swift file in which they are? So that I can study them and research on their working. Thanks in advance.

NMAC427 commented 5 years ago

SwiftOCR is relatively basic. It performs these steps:

I hope this helps you and if you have any questions, feel free to ask.