Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 756 for

detection

(0.46 sec)
  1. Redact PDF and Scanned Documents in Java | Blac...

    Redact text in PDF and other documents using Java in your applications. Redact documents to blackout text and also the text within the embedded images.... The following steps will detect and replace the text in the...

    blog.groupdocs.com/redaction/redact-text-and-sc...
  2. Loading specific file formats | GroupDocs

    In some cases it’s required to specify the document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document. Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....document text // Markdown is detected; text without special symbols...

    docs.groupdocs.com/parser/java/loading-specific...
  3. Scan QR Code from DOCM using C#

    In this article, you will laern how to scan QR Code from DOCM using C#. A code example will be provided to extract QR Code from DOCM in C# without using extra tool....specifically focusing on QR codes detected in the DOCM file Finally,...

    kb.groupdocs.com/parser/net/scan-qrcode-from-do...
  4. Get list of changes | GroupDocs

    Learn how to obtain a collection of detected changes using GroupDocs.Comparison for Python via .NET....lets you query the list of detected changes after a comparison...

    docs.groupdocs.com/comparison/python-net/get-li...
  5. Load Email document with options | GroupDocs

    Learn this article and check how to load and convert Email documents with advanced options using GroupDocs.Conversion for Java API....the document type is auto-detected during loading, however, you...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  6. Realizar pesquisa homófona usando Java

    Aprenda como executar busca homófona usando Java para correspondência fonética. Explore o algoritmo de busca homófona Java para resultados precisos sem software extra....permitindo que seu aplicativo detecte facilmente palavras foneticamente...

    kb.groupdocs.com/pt/search/java/perform-homopho...
  7. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....documents Leave feedback Detecting the version of a PDF document...sample of code will help you to detect the PDF version a loaded document...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Locales for output document | GroupDocs

    This guide demonstrates how to edit RTL documents and specify locale for Word documents when using  GroupDocs.Editor for .NET API....Word (or other program) will detect (or choose) the document locale...

    docs.groupdocs.com/editor/net/locales-for-outpu...
  9. Load file from local disk | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Comparison for Node.js via Java....document will contain all detected differences between the source...

    docs.groupdocs.com/comparison/nodejs-java/load-...
  10. Python on GroupDocs Blog | Document Automation ...

    Python on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Python on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.S...... Detecte alterações, destaque diferenças...

    blog.groupdocs.com/pt/tag/python/index.xml