tesseract icon indicating copy to clipboard operation
tesseract copied to clipboard

For people looking for a version that is upgraded to Tesseract 5.1

Open Sicos1977 opened this issue 2 years ago • 14 comments

https://github.com/Sicos1977/TesseractOCR

Sicos1977 avatar Mar 13 '22 11:03 Sicos1977

does not work. submitted an issue on your repo

okarpov avatar Mar 13 '22 12:03 okarpov

Should be fixed now, forgot to update the examples :-)

Sicos1977 avatar Mar 13 '22 13:03 Sicos1977

@Sicos1977 Hi, any plan to support other framework? like .net461, .net45

neo125874 avatar Apr 27 '22 03:04 neo125874

Sure I can but why do you want to use old frameworks?

Sicos1977 avatar Apr 27 '22 09:04 Sicos1977

@Sicos1977 some projects with other dependencies & created by older framework and IDE

neo125874 avatar Apr 27 '22 09:04 neo125874

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.

Sicos1977 avatar Apr 27 '22 09:04 Sicos1977

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 avatar Apr 27 '22 09:04 Sicos1977

@Sicos1977 thanks for help, I will report to you if any problem.

neo125874 avatar Apr 27 '22 10:04 neo125874

If you have any questions than make an issue in my repository.

Sicos1977 avatar Apr 27 '22 10:04 Sicos1977

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 avatar Jun 14 '22 04:06 ZhangDonglin12

@ZhangDonglin12 : No it is just a library to use tesseract not to train it.

Sicos1977 avatar Jun 14 '22 04:06 Sicos1977

@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:

  1. 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!

ZhangDonglin12 avatar Jun 14 '22 05:06 ZhangDonglin12

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

Sicos1977 avatar Jun 14 '22 05:06 Sicos1977

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.

ZhangDonglin12 avatar Jun 14 '22 07:06 ZhangDonglin12