Sicos1977 / TesseractOCR

A .net library to work with Google's Tesseract
169 stars 22 forks source link

Fix unused offset for LoadMultiPageTiffFromMemory #48

Closed riemar closed 10 months ago

riemar commented 10 months ago

Added more memory efficient way to iterate over multi page tiff from memory Added optional pageIndex parameter to directly access a page of an multi page tiff Added .NET 8 as target Increased version to 5.3.6

update logging.Abstraction to remove build error update Leptonica for .Net (core) tests to remove build error Fixed CanPrintVariables by removing typo and empty line at bottom Fixed BaseTest to check for tesseract 5.3.2