Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 36,487 for

search

(0.66 sec)
  1. Indexing documents | GroupDocs

    This page contains information about indexing documents in the Search network....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Java /...

    docs.groupdocs.com/search/java/indexing-documents/
  2. Update Barcode Signatures in Document | GroupDocs

    This article explains how to update Barcode electronic signatures with GroupDocs.Signature for Python via .NET API....Search Product Solution GroupDocs..."sample_signed.pdf" ) as sign : # Create search options options = BarcodeSearchOptions...

    docs.groupdocs.com/signature/python-net/update-...
  3. Delete Image signatures from documents | GroupDocs

    This article explains how to delete Image electronic signatures with GroupDocs.Signature API....Search Product Solution GroupDocs...pptx" ) as sign : # Create search options options = ImageSearchOptions...

    docs.groupdocs.com/signature/python-net/delete-...
  4. Delete Barcode signatures from documents | Grou...

    This article explains how to delete Barcode electronic signatures with GroupDocs.Signature API....Search Product Solution GroupDocs...docx" ) as sign : # Create search options options = BarcodeSearchOptions...

    docs.groupdocs.com/signature/python-net/delete-...
  5. export-text-static.md

    Attention-based neural architecture that underpins most modern large language models. 2017 Attention Is All You Need Language modeling Machine translation Text summarization Architecture that route......Question answering Enterprise search Documentation assistants Inference...geometric operations. Semantic search Clustering Classification A...

    docs.groupdocs.com/markdown/java/_output_files/...
  6. Custom text extractors | GroupDocs

    GroupDocs.Search supports indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/custom-text-extra...
  7. Query language specification | GroupDocs

    This article gives the knowledge about the complete specification of the Search query DSL used in text queries using Java Search API....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Node.js...

    docs.groupdocs.com/search/nodejs-java/query-lan...
  8. OCR support | GroupDocs

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Java /...

    docs.groupdocs.com/search/java/ocr-support/
  9. Indexing reports | GroupDocs

    Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored. You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Node.js...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  10. Indexing password protected documents | GroupDocs

    This page describes how to perform indexing of password protected documents. Indexing using the password dictionary To perform indexing of password protected documents using a password dictionary, you must add passwords for all protected documents to the dictionary before indexing. To add a document password to the dictionary, you must specify the full path to the document as a key and the actual password to the document. For more information about managing the password dictionary see the Document passwords page in the Managing dictionaries section....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Node.js...

    docs.groupdocs.com/search/nodejs-java/indexing-...