Sort Score
Result 10 results
Languages All
Labels All
Results 3,201 - 3,210 of 10,078 for

text

(0.9 sec)
  1. Setting content language | Documentation

    How to specify a language of the processed Text....Example { "language" : "en" , "text" : "Hello, everyone! We will...will try to rephrase this text into something new." , "suggestions"...

    docs.groupdocs.cloud/rewriter/languages/
  2. classify Request Parameters | Documentation

    Parameter In Type Comment body BaseRequest Document’s description (string) and/or document’s info. BestClassesCount url (Optional) string (“1”, “2”, “3”,..) Count of the best classes to return. Taxonomy url (Optional) string ("", “default”, “iab2”, “documents”, “sentiment”, “sentiment3”) Taxonomy to use for classification return. PrecisionRecallBalance url (Optional) string (“precision”, “recall”, “”) Balance between precision and recall. BaseRequest Model: BaseRequest { description (string, optional), document (FileInfo, optional) } FileInfo { folder (string, optional), name (string, optional), password (string, optional) } Examples: JSON..."description" : "File description or raw text to classify if no document is...<description> File description or raw text to classify if no document is...

    docs.groupdocs.cloud/classification/classify-re...
  3. Render Documents to HTML5 with REST API in Java...

    GroupDocs.Merger Cloud is a platform independent REST API solution to join multiple documents and manipulate single document structure across wide range of documents...Template RTF Rich Text Format File TXT Plain Text File ODT OpenDocument...OpenDocument Text Document OTT OpenDocument Document Template HTML...

    blog.groupdocs.cloud/merger/groupdocs-merger-cl...
  4. Verify QR-code signatures | Documentation

    GroupDocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Verify signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser...."QRCode", "QRCodeType": "Aztec", "Text": "GroupDocs.Signature Cloud"..."QRCode", "QRCodeType": "Aztec", "Text": "GroupDocs.Signature Cloud"...

    docs.groupdocs.cloud/signature/verify-qr-code-s...
  5. 下一代GroupDocs.Annotation Clou首次公开发布

    GroupDocs.Annotation for Cloud API 为开发人员提供了一个 API,用于创建支持文本和图形注释的高级在线文档注释工具..."userName":"Admin", "message":"reply text", "repliedOn":"2017-03-16T18:19:14"..."userName":"Commentator", "message":"reply2 text", "repliedOn":"2017-03-16T18:19:14"...

    blog.groupdocs.cloud/zh/annotation/first-public...
  6. February 2014 Newsletter

    Integrations and new Cloud API samples, products releases and updates and more in our February 2014 Newsletter....Library New tool for replacing text. Text removal mode for the strikeout... New tools for redaction of text and resources within documents...

    blog.groupdocs.cloud/total/news-groupdocs-april...
  7. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...watermark is a superimposed image or text used to display in documents...inserted watermark with a new text or image. This article will...

    blog.groupdocs.cloud/groupdocs.cloud/page/42/
  8. Display Documents on Your PimCore Website with ...

    GroupDocs released an HTML5 document viewer extension for PimCore CMS. Now you can easily embed PDF and Microsoft Office documents on your PimCore website....- allows you to quickly find text within an embedded document...enables you to select and copy text to the clipboard. Print and...

    blog.groupdocs.cloud/viewer/enjoy-the-benefits-...
  9. Resource redaction Annotation | Documentation

    Resource redaction annotation fills black rectangle with fixed position (used if you want to hide some Text) API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Replace CLIENT_ID and CLIENT_SECRET with your own credentials....(used if you want to hide some text) API usage There are steps that...'ResourcesRedaction' "'" ', ' "'" 'Text' "'" ': ' "'" 'This is resource...

    docs.groupdocs.cloud/annotation/resource-redact...
  10. RenderOptions | Documentation

    RenderOptions data structure used as part of ViewOptions data structure. Note Not all options are supported by all document formats. Each option may correspond to one or more formats. RenderOptions example { "StartPageNumber": 0, "CountPagesToRender": 0, "PagesToRender": [ 0 ], "PageRotations": [ { "PageNumber": 0, "RotationAngle": "On90Degree" } ], "DefaultFontName": "string", "DefaultEncoding": "string", "DetectEncoding": true, "RenderComments": true, "RenderNotes": true, "RenderHiddenPages": true, "SpreadsheetOptions": { "PaginateSheets": true, "CountRowsPerPage": 0, "CountColumnsPerPage": 0, "RenderGridLines": true, "RenderEmptyRows": true, "RenderEmptyColumns": true, "RenderHiddenRows": true, "RenderHiddenColumns": true, "RenderHeadings": true, "RenderPrintAreaOnly": true, "TextOverflowMode": "Overlay" }, "CadOptions": { "ScaleFactor": 0, "Width": 0, "Height": 0, "Tiles": [ { "StartPointX": 0, "StartPointY": 0, "Width": 0, "Height": 0 } ], "RenderLayouts": true, "LayoutName": "string", "Layers": [ "string" ] }, "EmailOptions": { "PageSize": "Unspecified", "FieldLabels": [ { "Field": "string", "Label": "string" } ], "DateTimeFormat": "string", "TimeZoneOffset": "string" }, "ProjectManagementOptions": { "PageSize": "Unspecified", "TimeUnit": "Unspecified", "StartDate": "2024-03-25T06:24:32....EnableLayeredRenderi Enables rendering of text and graphics according to z-order...this option is set to true, the text is rendered as an image in the...

    docs.groupdocs.cloud/viewer/renderoptions/