Unable to use in .net core 6.0
The compiler returns an error indicating to set the warning level from 0 to 4. Setting it to 4 the IDE returns it to 6 and the compilation process still doesn't work. But checking in the project files, it is set to 4. is there a version for .net core?
No I'm sorry it's only working on the older .Net Framework. See https://github.com/karisigurd4/DocumentLab/issues/2
When I started the project .Net core was a bit more fresh and the ImageMagick or OpenCV dependencies didn't play nicely with me. Building for Core will require you to update those dependencies and maybe it's easier now but there was some tricky business back in the day.
I don't have the time unfortunately to actively support this library at the moment so I'm unsure when or if I'll get to continue working on it.
Thank you :-) I'll try to make library working on .net core 6.
If you manage to then I'd be super happy if you make a pull request and we get it into my repo, good luck! :)