NMAC427 / SwiftOCR

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

error going up and up #60

Closed raphaels17 closed 7 years ago

raphaels17 commented 7 years ago

Hi

I have tried with 10 common font ( courier helvetica) and after a while the error kept on rising 2017-01-03 20:51:44 +0000 ----> 277.007 vs .0.2 2017-01-03 20:52:02 +0000 ----> 277.148 vs .0.2 2017-01-03 20:52:21 +0000 ----> 277.286 vs .0.2 2017-01-03 20:52:39 +0000 ----> 277.421 vs .0.2 2017-01-03 20:52:48 +0000 ----> 277.555 vs .0.2 2017-01-03 20:52:57 +0000 ----> 277.685 vs .0.2 2017-01-03 20:53:06 +0000 ----> 277.814 vs .0.2 2017-01-03 20:53:14 +0000 ----> 277.941 vs .0.2 2017-01-03 20:53:23 +0000 ----> 278.065 vs .0.2 2017-01-03 20:53:31 +0000 ----> 278.187 vs .0.2 ... 2017-01-03 20:59:44 +0000 ----> 338.858 vs .0.3

how is this possible ?

NMAC427 commented 7 years ago

This is a problem of Swift-AI. For some reason I don't know, the error starts rising after it reached a certain point.

raphaels17 commented 7 years ago

Thanks, interesting so it is not only me. I guess we will wait for the swift AI 3 version . Hopefully, this should fix this issue. Closing it here. I will ask in swift AI and revert back with any interesting input.