pcinfogmach

Results 4 issues of pcinfogmach

I couldn't get VisualHebMorph to work. There are no real instructions on how to use this project in general. The API is not documented, so anyone trying to use it...

``` using DocumentFormat.OpenXml.Packaging; using NPOI.HWPF; using NPOI.HWPF.Extractor; using System; using System.IO; using System.Runtime.InteropServices; using System.Text; using System.Xml; using WordInterop = Microsoft.Office.Interop.Word; namespace MsWordTextExtractor { public static class DocxTextExtractor { public...

question

I would like to recommend using XpdfNet for extracting text from PDF files. It offers increased accuracy for various languages and is also much faster. attached code to use ```...

enhancement

System.Windows.Markup.XamlParseException HResult=0x80131501 Message='Set property 'System.Windows.ResourceDictionary.DeferrableContent' threw an exception.' Line number '7' and line position '22'. Source=PresentationFramework StackTrace: at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)...