ZhangDonglin

Results 5 comments of ZhangDonglin

var license = License.New() .WithUniqueIdentifier(Guid.NewGuid()) .As(LicenseType.Trial) .ExpiresAt(DateTime.Now.AddDays(5)) .WithMaximumUtilization(5) .WithProductFeatures(new Dictionary { {"Sales Module", "yes"}, {"Purchase Module", "yes"}, {"Maximum Transactions", "10000"} }) .LicensedTo("John Doe", "[email protected]") .CreateAndSignWithPrivateKey(privateKey, passPhrase); ' When i use...

Hello Sicos, can I use the tessract-CSharp to do tessdata train, if i want to modify my own tessmodel, I found the jTextBox Editor tool to modify the train data,...

> @ZhangDonglin12 : No it is just a library to use tesseract not to train it. thanks for you great work, I have the another question if you can help...

> Just get my nuget package... the dll's are in there.. or just get them from my GitHub repository. > > https://github.com/Sicos1977/TesseractOCR/tree/master/TesseractOCR/x64 Thanks,I got it.

I report this Error: 09/21 21:40:08 - mmengine - INFO - Execute onnx optimize passes. 09/21 21:40:08 - mmengine - WARNING - Can not optimize model, please build torchscipt extension....