Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 1,253 for

text annotations

(0.04 sec)
  1. Content processing workflow | Documentation

    An overview of the GroupDocs.Rewriter Cloud workflow....Annotation Product Solution GroupDocs...simplify and otherwise process texts and and documents in a with...

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

    An overview of the GroupDocs.Translation Cloud workflow....Annotation Product Solution GroupDocs...Translation Cloud can translate texts and and documents in a with...

    docs.groupdocs.cloud/translation/workflow/
  3. Add watermark | Documentation

    GroupDocs.Viewer Cloud enables you to apply a watermark on the output pages (HTML / Image / PDF). The following code sample shows how to apply the watermark to the output pages. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Annotation Product Solution GroupDocs...'ViewFormat': 'HTML', 'Watermark': { 'Text': 'This is a watermark' } }"...

    docs.groupdocs.cloud/viewer/add-watermark/
  4. Supported Document Formats | Documentation

    GroupDocs.Comparison Cloud API supports following document formats: CAD Formats Format File Extension Compare MicroStation Design File (V7) .DGN ✔ Autodesk Design Web Format .DWF ✔ AutoCAD Drawing .DWG ✔ AutoCAD Drawing Interchange .DXF ✔ Industry Foundation Classes .IFC ✔ Stereo Lithography .STL ✔ Diagram Formats Format File Extension Compare Microsoft Visio 2010 Web Drawing .VDW ✔ Microsoft Visio 2003-2010 XML Drawing .VDX ✔ Microsoft Visio 2003-2010 Drawing .VSD ✔ Microsoft Visio Macro-Enabled Drawing ....Annotation Product Solution GroupDocs...OpenDocument Text . ✔ OpenDocument Text Template . ✔ Rich Text Document...

    docs.groupdocs.cloud/comparison/supported-docum...
  5. Setting content language | Documentation

    How to specify a language of the processed Text....Annotation Product Solution GroupDocs...Example { "language" : "en" , "text" : "Hello, everyone! We will...

    docs.groupdocs.cloud/rewriter/languages/
  6. 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...Annotation Product Solution GroupDocs..."description" : "File description or raw text to classify if no document is...

    docs.groupdocs.cloud/classification/classify-re...
  7. Verify Barcode 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....Annotation Product Solution GroupDocs... 'BarcodeType': 'Code128', 'Text': '123456789012', 'MatchType':...

    docs.groupdocs.cloud/signature/verify-barcode-s...
  8. Backroung Brush and Stamp Brush Styles Signatur...

    GroupDocs.cloud developer newsletter of September 2018 describes document manipulation Cloud APIs updates, major feature enhancements and bug fixes within GroupDocs REST APIs....Documents on ANY Platform View, Annotate, Convert, Compare, Store and...functionality for displaying, annotating, digital signing, converting...

    blog.groupdocs.cloud/total/cloud-rest-apis-to-m...
  9. Supported File Formats | Documentation

    GroupDocs.Classification Cloud REST API support to classify several documents formats such as: Classification From: Portable Document Format: PDF Documents: DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT, ODT, OTT Resource The following GroupDocs.Classification Cloud REST API resource has been used in the Supported File Formats example. cURL Rest Example Request curl -v "https://api.groupdocs.cloud/v1.0/classification/formats" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer [Acccess Token] Response { "formats": [ { "fileFormat": "Microsoft Word", "extension": "....Annotation Product Solution GroupDocs...pdf" }, { "fileFormat" : "Plain Text" , "extension" : ".txt" }, {...

    docs.groupdocs.cloud/classification/supported-f...
  10. VerifySettings | Documentation

    VerifySettings data structure used as input parameters for Verify API method. VerifySettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Text", "Page": 1, "Text": "John", "MatchType": "Contains" } ] } VerifySettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Password for password-protected document to be signed....Annotation Product Solution GroupDocs..."SignatureType" : "Text" , "Page" : 1 , "Text" : "John" , "MatchType"...

    docs.groupdocs.cloud/signature/verifysettings/