Giter Site home page Giter Site logo

Comments (12)

culoi avatar culoi commented on May 30, 2024

Hi leeyikkong,

Can you please send us the high quality image of the document you're tying to scan?

BR

from blinkid-ios.

leeyikkong avatar leeyikkong commented on May 30, 2024

Hi,

you can try to find MyKad image from google.
After i update to latest version of blinkid, it cause this problem.
Previously Im using version 2.4.0 and do not have this problem.

Thank You

from blinkid-ios.

leeyikkong avatar leeyikkong commented on May 30, 2024

Hi,

for iKad, it also got this issue, date of birth = nil
and also the image of the successfulframe for iKad, cannot get the image. I use the same method with myKad.
May I know what is the problem?

Thank you

from blinkid-ios.

hollowaykeanho avatar hollowaykeanho commented on May 30, 2024

Reproduced the same issue in version 2.5.1 . DoB is always nil despite NRIC is clear and correct.

Current workaround in Swift3:

var dict:[String:String] = [:]
let index = data.nricNumber?.index((data.nricNumber?.startIndex)!, offsetBy: 6)
let dateString = data.nricNumber?.substring(to: index!)
let dateFormatter = DateFormatter()
dateFormatter.dateFormat = "YYMMdd"
let date = dateFormatter.date(from: dateString!)
dateFormatter.dateFormat = "'Date of Birth: ' dd MMM YYYY"
dict["birthday"] = dateFormatter.string(from: date!)

EDIT: I'm did my formatting in my helper file. Please change the last format to an appropriate version. This version doesn't support I18n.

Please fix.

from blinkid-ios.

culoi avatar culoi commented on May 30, 2024

@leeyikkong @hollowaykeanho
Thank you for reporting the error!
Issue will be fixed in new release which is expected on January 31st.
Best regards!

from blinkid-ios.

leeyikkong avatar leeyikkong commented on May 30, 2024

hi,
when will release the new version?
thank you

from blinkid-ios.

culoi avatar culoi commented on May 30, 2024

hi @leeyikkong

Please email me ivan.culo (at) microblink.com

I can send you a prerelease version.

Best regards

from blinkid-ios.

leeyikkong avatar leeyikkong commented on May 30, 2024

from blinkid-ios.

culoi avatar culoi commented on May 30, 2024

Hi @leeyikkong

For licensing and price detail, please contact our sales team: https://microblink.com/en/contact-us

Regards

from blinkid-ios.

leeyikkong avatar leeyikkong commented on May 30, 2024

from blinkid-ios.

Cerovec avatar Cerovec commented on May 30, 2024

Hi,
this issue should be fixed in the latest build 2.6.0. If so, please close this issue.
Thanks,
Jurica.

from blinkid-ios.

leeyikkong avatar leeyikkong commented on May 30, 2024

will check it in this few days and if no problem then will close it .thanks alot

from blinkid-ios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.