NMAC427 / SwiftOCR

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

Training Images #129

Open acegreen opened 6 years ago

acegreen commented 6 years ago

Hello, thanks for the great work on this library.

I have spent some time trying to understand how to train a new network with a set of images. I noticed you have a set of training images that are just of the background. I would like to use the same images I used to create my ML model

Below is a sample of the image I would like to use. I have used CoreML and ARKit to detect the box and would now like to read two set of texts

"SN: OM+8000002274" "PIN: 719810"

What would you recommend I do to detect these two texts?