Giter Club home page Giter Club logo

Comments (4)

anjapenic avatar anjapenic commented on July 18, 2024

hey @StanoJakAcc, if you want to extract the date of issue, you can do it like this:
BlinkIdMultiSideRecognizer.getResult().getDateOfIssue().getDate().toString()
let me know if this helped or if you're expecting a different outcome

from blinkid-android.

StanoJakAcc avatar StanoJakAcc commented on July 18, 2024

Hi, yes we came to this same conclusion ourselves, this solution you provided works for us, we've adapted our code for it.

Nevertheless, I believe the original issue with toString() is still valid.

from blinkid-android.

anjapenic avatar anjapenic commented on July 18, 2024

hi @StanoJakAcc, you're absolutely right, thanks for pointing out this bug, we'll make sure to fix it in our next release, v6.4.0. In the meantime, if you'd like to get this string on your end, you can do so like this:

public String toString() { return String.format(Locale.getDefault(), "Date: %s, original string: %s, isFilledByDomainKnowledge: %s", (getDate() == null ? "null" : getDate().toString()), getOriginalDateString(), isFilledByDomainKnowledge()); }

from blinkid-android.

krizaa avatar krizaa commented on July 18, 2024

Hi, this has been fixed in BlinkID v6.4.0.
Thanks for reporting the bug and if the problem persists, please create a new issue

from blinkid-android.

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.