tesseract
tesseract copied to clipboard
For people looking for a version that is upgraded to Tesseract 5.1
https://github.com/Sicos1977/TesseractOCR
does not work. submitted an issue on your repo
Should be fixed now, forgot to update the examples :-)
@Sicos1977 Hi, any plan to support other framework? like .net461, .net45
Sure I can but why do you want to use old frameworks?
@Sicos1977 some projects with other dependencies & created by older framework and IDE
I can add support for 4.6.1 .. 4.5 won't work because the ILogger interface that I'm using is not supporting that. You should not get any lower anyways because older frameworks are not supported anymore.
I just released a new nuget package, it should be available in a few minutes. It has support for .NET 4.6.1
You probably need to rewrite some code because I moved things to other more logical (for me) places. But it should not take you more then half an hour to do that.
@Sicos1977 thanks for help, I will report to you if any problem.
If you have any questions than make an issue in my repository.
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, is there any C# tool to train the tessract LSTM model?
@ZhangDonglin12 : No it is just a library to use tesseract not to train it.
@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 me:
- I try to use vcpkg to build tessract ,it always shows error for download or getting and build the dependencies. 2)I try to follow the tesseract build documentation but cannot build successfully(because of the network ,failed to download other dependency). Sad Do you have the prebuild .dll/.lib file that can be used in c++ project to for Windows x64 version, I'd appreciate it if you can send me the files!
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
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.