Jakob Heinrich
Jakob Heinrich
I'd like to use PixConverter for passing an Image from OpenCV to Tesseract. Im on Tesseract Nuget 5.2.0 with .NETFramework Version v4.8. There seems to be no class PixConverter and...
Is there any Possibility to do the following? ```c# var Reader = new ZXing.OpenCV.BarcodeReader(); var MuReader = new ZXing.Multi.GenericMultipleBarcodeReader(Reader); ``` (I can cast the ZXing.OpenCV.BarcodeReader into Reader but then the...
This is definetly not ready to be merged. Target Frameworks have to be Edited and I'm not sure whether you really want to give up on the syntactic shugar of...