Sicos1977 / TesseractOCR

A .net library to work with Google's Tesseract
161 stars 20 forks source link

Added parameters to the RemoveLines method that regulate the threshold of white and black pixels #30

Closed vsolominov closed 1 year ago

Sicos1977 commented 1 year ago

Did you also add the Tesseract53.dll that is compiled against the leptonica-1.83.0.dll ? ... because there is also still a 1.82 version??

vsolominov commented 1 year ago

I compiled the assemblies according to the instructions Compling tesseract and leptonica Hope I did everything right. At the moment, leptonica-1.83.0.dll and tesseract53.dll are in my application and no errors have been noticed yet.

Sicos1977 commented 1 year ago

Okey because last time I had to update the reference so that it was using leptonica 1.83... but meaby that have changed that also in the main tesseract repository.

Sicos1977 commented 1 year ago

Don't see any changes overthere... I'll will check tomorrow if it is really using the latest leptonica version and if so release a new nuget package. Also have to fix some testcases again because some output changed a little bit and that is making some test cases fail.

vsolominov commented 1 year ago

tesseract -v command returns: image

Hmm, strange, I tried to fix the tests at PR. All tests pass on my computer.