Coder Social home page Coder Social logo

yushulx / python-mrz-scanner-sdk Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 92.4 MB

Python MRZ scanner SDK built with Dynamsoft Label Recognizer

Home Page: https://pypi.org/project/mrz-scanner-sdk/

License: MIT License

CMake 1.85% C 27.37% C++ 56.99% Python 13.79%
mrz python python3 cpython wheel machine-readable-zone ocr python-extension idcard passport

python-mrz-scanner-sdk's People

Contributors

yushulx avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

python-mrz-scanner-sdk's Issues

Add type defs?

We rolled our own but it might be good for customers to have them shipped.

from cv2 import Mat

def initLicense(lic: str) -> None: ...
def createInstance() -> DynamsoftMrzReader: ...
def load_settings() -> str: ...

class MrzResult:
    text: str
    confidence: int
    x1: int
    x2: int
    x3: int
    x4: int
    y1: int
    y2: int
    y3: int
    y4: int

class DynamsoftMrzReader:
    def loadModel(self, model: str) -> None: ...
    def decodeFile(self, path: str) -> list[MrzResult]: ...
    def decodeMat(self, mat: Mat) -> list[MrzResult]: ...

See https://peps.python.org/pep-0561/

Is this package considered *official*?

3rd time's a charm but I was asked by our eng manage wether this package is considered official or not, I understand you are a Dynamsoft employee, any reason this SDK is not hosted under the dynamsoft org?

The primary worry here is supply chain and security considerations.

Thanks!

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.