Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 1,790 for

information

(0.33 sec)
  1. Batch of texts classification | Documentation

    Batch classification allows to classify a group of texts (up to 10) in one request. This API retrieves batch classification result for IAB-2, Documents, Sentiment, or Sentiment3 taxonomies. It returns an object that contains Information about the best classes for all the texts in the request and their probabilities. See classify/batch request parameters for request’s details. Limitations Only the first 10 texts will be processed. Resource This resource represents a controller for single call batch of texts classification....Purchase Buy Now Pricing Information SDKs Policies My Orders &...an object that contains information about the best classes for...

    docs.groupdocs.cloud/classification/batch-class...
  2. Content processing workflow | Documentation

    An overview of the GroupDocs.Rewriter Cloud workflow....Purchase Buy Now Pricing Information SDKs Policies My Orders &...retrieve results. For more information on what happens in the cloud...

    docs.groupdocs.cloud/rewriter/workflow/
  3. Translation workflow | Documentation

    An overview of the GroupDocs.Translation Cloud workflow....Purchase Buy Now Pricing Information SDKs Policies My Orders &...retrieve results. For more information on what happens in the cloud...

    docs.groupdocs.cloud/translation/workflow/
  4. Supported Document Formats | Documentation

    The following table indicates the file formats from which GroupDocs.Parser Cloud can extract data. Document Type Parse Document by Template Extract Text Extract Document Info Extract Images Extract Container Items Info Word Processing DOC Microsoft Word Document ✔ ✔ ✔ ✔ DOT Microsoft Word Document Template ✔ ✔ ✔ ✔ DOCX Office Open XML Document ✔ ✔ ✔ ✔ DOCM Office Open XML Macro-Enabled Document ✔ ✔ ✔ ✔ DOTX Office Open XML Document Template ✔ ✔ ✔ ✔ DOTM Office Open XML Document Macro-Enabled Template ✔ ✔ ✔ ✔ TXT Plain text ✔ ✔ ODT Open Document Text ✔ ✔ ✔ ✔ OTT Open Document Text Template ✔ ✔ ✔ ✔ RTF Rich Text Format ✔ ✔ ✔ ✔ PDF PDF Portable Document Format File ✔ ✔ ✔ ✔ Markup HTML Hypertext Markup Language File ✔ ✔ XHTML Extensible Hypertext Markup Language File ✔ ✔ MHTML MIME HTML File ✔ ✔ MD Markdown ✔ ✔ XML XML File ✔ ✔ Ebooks CHM Compiled HTML Help File ✔ ✔ EPUB Digital E-Book File Format ✔ ✔ FB2 FictionBook 2....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Emails Outlook Personal Information Store File ✔ Outlook Offline...

    docs.groupdocs.cloud/parser/supported-document-...
  5. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...extract and share specific information or datasets with stakeholders...commonly used to present information in a series of separate pages...

    blog.groupdocs.cloud/groupdocs.cloud/page/28/
  6. Add Metadata By Property Name Match Regex | Doc...

    This REST API allows you to add metadata Information as properties which names are match the specified regular expression. cURL example The following example demonstrates how to add metadata date and time Information in all properties with the same name that have string ‘print’ in any place of the name. Linux/MacOS/Bash # Get JSON Web Token # Retrieve CLIENT_ID and CLIENT_SECRET from your GroupDocs Cloud dashboard. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Add metadata to a document (example) curl -v "https://api....Purchase Buy Now Pricing Information SDKs Policies My Orders &...allows you to add metadata information as properties which names...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  7. Security Update for GroupDocs Cloud Self-Hosted...

    Learn about recent security updates and vulnerability fixes for GroupDocs Cloud self-hosted Docker images. Customers using self-hosted deployments are encouraged to update to the latest available images....Docker Images Additional Information At GroupDocs, security is...com/r/groupdocs/signature-cloud Additional Information # We would like to thank...

    blog.groupdocs.cloud/total/security-updates-sel...
  8. Skip rendering of empty columns | Documentation

    Sometimes Excel document contains Information at the beginning of the worksheet and after that, it contains some count of empty (blank) columns. In case, if the number of empty columns is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty columns GroupDocs.Viewer Cloud provides RenderEmptyColumns property, which allows omitting to render empty columns as shown in the sample below. API Usage There are steps that usage of GroupDocs....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Excel document contains information at the beginning of the worksheet...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  9. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Merger Cloud product. Resources The following GroupDocs.Editor Cloud REST API resource has been used in the get supported file types example. HTTP POST ~/formats cURL example The following example demonstrates how to get supported file types. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Place Client Id in "client_id" and Client Secret in "client_secret" arguments....Purchase Buy Now Pricing Information SDKs Policies My Orders &...example to get document information curl -v "https://api.groupdocs...

    docs.groupdocs.cloud/merger/get-supported-file-...
  10. Extract Text from PowerPoint in C# | PPTX to Te...

    Learn how to extract text from PowerPoint presentations using C# .NET. Automate text extraction from PPT and PPTX files with the .NET REST API....the API Step 2 – Set File Information Step 3 – Extract Text from...) contain important text information such as titles, bullet points...

    blog.groupdocs.cloud/parser/extract-text-from-p...