Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 355 for

detection

(0.1 sec)
  1. Loading specific file formats | Documentation

    Learn how to Load specific file formats....document text // Markdown is detected; text without special symbols...

    docs.groupdocs.com/parser/net/loading-specific-...
  2. Redact PDF and Scanned Documents in C# | Blacko...

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

    blog.groupdocs.com/redaction/redact-text-and-sc...
  3. .NET 9 - Fails to identify document is PDF/HTML...

    Hello, I have attached a .zip file containing some files (1x .htm, 2x .pdf) - using .NET 9 and GroupDocs.Conversion 25.4.0 - none of these file convert. Their Format is also not detected correctly when using .GetDocumen…... Their Format is also not detected correctly when using .GetDocumentInfo()...

    forum.groupdocs.com/t/net-9-fails-to-identify-d...
  4. Advanced Usage | Documentation

    Learn about GroupDocs.Assembly advanced usage and its multiple powerful features from the guides below....Document Changing Automatically Detected Types of DocumentTable Columns...

    docs.groupdocs.com/assembly/net/advanced-usage/
  5. 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...
  6. 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...
  7. Load Email document with options | Documentation

    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-...
  8. 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...
  9. Loading specific file formats | Documentation

    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...
  10. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.... Detecting the exact type of a document...sample of code will help you to detect the exact type of a loaded...

    docs.groupdocs.com/metadata/net/working-with-me...