GithubHelp home page GithubHelp logo

Comments (3)

i1E avatar i1E commented on July 19, 2024

Hi @JPierron,

we are planning to implement BIC parser in the next few weeks and it will be available in the SDK. Until then you can continue using the regex parser. To get better results from the regex parser, you can define the BlinkOCREngineOptions for your use case and set them on RegexParserSettings. It is important to define whitelist of characters for the OCR engine by using the methods from BlinkOCREngineOptions. Please take a look at this example for parsing the VIN (Vehicle Identification Number) numbers.

Reading of BIC numbers in boxes, like the one from the first link, will not be supported because boxes are confusing the OCR engine and it interprets them as valid characters.

Regarding to extending the OcrParserSettings, this class is not intended for users of the SDK to extend it, because all parsers are implemented in the native code and Android NDK is used to call the native functions. OcrParserSettings and it subclasses are used to define which parser will be used and to tweak settings for specific parser.

Best regards

from blinkinput-android.

JPierron avatar JPierron commented on July 19, 2024

Hi @i1E,

Thank you for this quick answer.

I'm glad to hear you're planning on releasing this feature.

Regarding the non-support of BIC numbers in boxes, are you talking about the RegexParserSettings/BlinkOCREngineOptions combo solution, or your coming BIC parser implementation ? Both ?

Thanks again.

from blinkinput-android.

i1E avatar i1E commented on July 19, 2024

Hi @JPierron,

It is not possible to parse BIC numbers in boxes with RegexParser and they won't be supported with BIC parser that will be provided because boxes can be recognised as valid BIC characters and it is very hard to ignore them during extraction.

from blinkinput-android.

Related Issues (15)

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.