Yannik Ache Eicher
Yannik Ache Eicher
Just to let you know, I am currently working on a PoC to use Googles ML Kit in this plugin. With my current implementation I am able to read this...
Thanks a lot for this! I was already looking into it but I did not have much time and was somehow to stupid to find a solution right away! I...
@sjonkeesse Thanks a lot for your help, I will make a few tests and create a release once this is done :)
For me it looks like mocking the module would be the right solution for this issue, proper tests will require a mocked module anyway since it is not testable otherwise...
Indeed yes, I already played around with the example app and the results are really promising so far. It will take a few hours to create a PoC though, at...
Sounds great! I spent some time today to read some examples how all of this has to be done... Unfortunately I was not able to start working on it, since...
@phal0r Exactly yes! This is one of the reasons why I think this is a good idea. It would allow us to detect any barcode within the camera frame and...
@phal0r Right now, everything ;) I played around with the demo projects of `ML Kit` and thought about implementing a simple PoC first, but I realised that once the PoC...
Of course, I will do this this week and let you know! I think we can reduce the current functions and remove the "single scan" ability, since this can be...
@phal0r & @JanMisker I just pushed the branch `ml-kit` for this changes... The only thing I updated right now is the typescript definitions part: https://github.com/capacitor-community/barcode-scanner/blob/ml-kit/src/definitions.ts What do you think about...