Hello,
We have a solution utilizing GroupDocs.Parser for text extraction, which works fine when run from managed app, however if we load the solution under HostFxr-based wrapper so we can call into it from native code, parser is unable to load external dependency “system.drawing.common” and “skiasharp”, resulting in parser not being able to process most office and some other formats. Additionally this is reported by “FileNotFoundException” beign thrown out of Groupdocs.Parser assembly which is very confusing when determining the problem.