Sort Score
Result 10 results
Languages All
Labels All
Results 3,451 - 3,460 of 11,021 for

text

(0.07 sec)
  1. Install GroupDocs.Markdown for Python via .NET ...

    How to install and run GroupDocs.Markdown for Python via .NET on Linux, macOS, and in Docker containers....NET runtime for text processing. Most standard Linux...Markdown requires ICU for proper text processing. Install the Package...

    docs.groupdocs.com/markdown/python-net/installa...
  2. Licensing | GroupDocs

    Follow the instructions on this page to configure the license and find out the restrictions when using GroupDocs.Parser for Python via .NET without a license (Evaluation Limitations)...a document can be processed Text extraction: Only 20 lines per...Only 5 pages (slides, sheets) Text extraction Only 20 lines per...

    docs.groupdocs.com/parser/python-net/licensing-...
  3. Searching | GroupDocs

    This section explains how to search for electronic signatures across document and its pages with advanced options....Barcode 🌐 Digital 🌐 QR Code 🌐 Text 🌐 Images 🌐 Build Metadata...

    docs.groupdocs.com/signature/java/searching/
  4. Agents and LLM integration | GroupDocs

    GroupDocs.Markdown for .NET is AI agent and LLM friendly — machine-readable documentation, MCP server, structured output for RAG pipelines, and seamless integration with AI tools....PDF or DOCX, Markdown is plain text that tokenizes efficiently Chunk-friendly...new SkipImagesStrategy (), // text-only for RAG Flavor = MarkdownFlavor...

    docs.groupdocs.com/markdown/net/agents-and-llm-...
  5. Search for embedded and encrypted objects in QR...

     This section explains how to search for embedded electronic signatures into the QR-Code electronic signatures with GroupDocs.Signature API. Also this topic shows the way to customize data serialization and encryption same as provides the class definition with ability to embed it into the QR-Code electronic signature....ability to search for encrypted text of QR-code signature and decrypt...signatures Search for encrypted text in QR-code signatures Search...

    docs.groupdocs.com/signature/net/search-embed-n...
  6. Build search query | GroupDocs

    This page contains information about building Text search queries of various types. More examples on building search queries are provided on the page...contains information about building text search queries of various types...on the page . In addition to text search queries, there is also...

    docs.groupdocs.com/search/nodejs-java/build-sea...
  7. Indexing options | GroupDocs

    This page contains a description of all the properties of the IndexingOptions class...indicating whether to recognize text in separate image files. The...indicating whether to recognize text in embedded images. The default...

    docs.groupdocs.com/search/java/indexing-options/
  8. 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.... Text ); Console . WriteLine ( annotation...applications are able to display simple text statistics for loaded documents...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Create EditableDocument from file or markup | G...

    This article explains how to create instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for Java API....jpg" , /* stream or base64 text*/ ); PngImage image2 = new PngImage..."image2.png" , /* stream or base64 text*/ ); CssText stylesheet = new...

    docs.groupdocs.com/editor/java/create-editabled...
  10. Search index events | GroupDocs

    This page contains information about the purpose and use of all index events....the encoding of the current text document (see also page); Specifying...Specifying a custom text extractor for the current document (see...

    docs.groupdocs.com/search/net/search-index-events/