Sort Score
Result 10 results
Languages All
Labels All
Results 1,571 - 1,580 of 12,024 for

docx comparison

(0.05 sec)
  1. OCR support | Documentation

    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. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs....Comparison Product Solution GroupDocs...to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  2. Save HTML to folder | Documentation

    This article explains how to save edited document in HTML form to folder at local disk using GroupDocs.Editor for Java features....Comparison Product Solution GroupDocs...= "C:\\input_path\\document.docx" ; //path to some document ...

    docs.groupdocs.com/editor/java/save-html-to-fol...
  3. Character replacement during indexing | Documen...

    Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text....Comparison Product Solution GroupDocs...to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/character...
  4. Traverse a whole metadata tree | Documentation

    This article explains that the GroupDocs.Metadata for Java represents any loaded file as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree...Comparison Product Solution GroupDocs...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/traverse-a-who...
  5. Convert to WordProcessing with advanced options...

    Follow this guide and learn how to convert documents to Word and Open Document formats like DOC, Docx, ODT, OTT formats with height, width, DPI and other customizations using GroupDocs.Conversion for Java....Comparison Product Solution GroupDocs...formats include Doc , Docm , Docx , Dot , Dotx , Rtf , Odt , Ott...

    docs.groupdocs.com/conversion/java/convert-to-w...
  6. Indexing with stop words | Documentation

    This article demonstrates that how you can enable or disable the use of stop words by setting a value using search API...Comparison Product Solution GroupDocs...to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/indexing-with-sto...
  7. Storing text of indexed documents | Documentation

    This article explains that how to store text of indexed documents using Java....Comparison Product Solution GroupDocs...to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/storing-t...
  8. Adding metadata | Documentation

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Node.js via Java search engine...Comparison Product Solution GroupDocs...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/nodejs-java/adding-...
  9. Find metadata properties | Documentation

    Using the GroupDocs.Metadata for Python via .NET you can easily search metadata and extract desired metadata properties from PDF, Docx, PPTX, XLSX, images, audio, video and many other files of different types in your Java solution....Comparison Product Solution GroupDocs...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/python-net/find-met...
  10. Extract table of contents from Microsoft Office...

    To extract table of contents from Microsoft Office Word document getToc method is used. Table of contents is generated by paragraphs with H1-H9 build-in styles. Warning getToc method returns null value if table of contents extraction isn’t supported for the document. For example, table of contents extraction isn’t supported for TXT files. Therefore, for TXT file getToc method returns null. If Microsoft Office Word document has no table of contents, getToc method returns an empty collection....Comparison Product Solution GroupDocs...extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/extract-table-of...