Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 1,253 for

text annotations

(0.04 sec)
  1. Extract Images from the Whole Document | Docume...

    This REST API allows extracting images from the whole document by default. Document could be a file of any supported formats.You need to specify only the file information parameters. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the extract image from the whole document example. cURL example The following example demonstrates how to extract Text from the whole document. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Annotation Product Solution GroupDocs...demonstrates how to extract text from the whole document. Request...

    docs.groupdocs.cloud/parser/extract-images-from...
  2. Document Edit Operations | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...with Presentations Working with Text Documents Working with DSV Documents...

    docs.groupdocs.cloud/editor/document-edit-opera...
  3. Supported File Formats | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud is a REST API to create, verify and search different type of Signatures objects in all common business formats, including PDF, Microsoft Word, Excel, PowerPoint, epub and many other files. To get list of supported file formats, you can use the following API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the Supported File Formats example....Annotation Product Solution GroupDocs...ots" }, { "fileFormat" : "Rich Text Format" , "extension" : ".rtf"...

    docs.groupdocs.cloud/signature/supported-file-f...
  4. Sending files for processing | Documentation

    How to send files for processing to the selected language....Annotation Product Solution GroupDocs...parameters remain the same as in text requests. Return value If successful...

    docs.groupdocs.cloud/rewriter/file/request/
  5. Supported languages | Documentation

    Content languages supported by GroupDocs.Rewriter Cloud....Annotation Product Solution GroupDocs...Ukrainian Paraphrasing detection and text simplification work only with...

    docs.groupdocs.cloud/rewriter/supported-languages/
  6. Conversion options by document family | Documen...

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...to PDF Formats 7. Convert to Text Formats 8. Convert to HTML Format...

    docs.groupdocs.cloud/conversion/conversion-opti...
  7. Signing Documents | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1...Annotation Product Solution GroupDocs...Code Signature Working with Text Signature Working with Stamp...

    docs.groupdocs.cloud/signature/signing-document...
  8. Signing documents | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...signature Sign document with text signature Was this page helpful...

    docs.groupdocs.cloud/signature/signing-documents/
  9. SignSettings | Documentation

    SignSettings data structure used as input parameters for Sign API method SignSettings example { "FileInfo": { "FilePath": "files01.docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage....Annotation Product Solution GroupDocs...: "Barcode" , "Page" : 1 , "Text" : "John Smith" , "BarcodeType"...

    docs.groupdocs.cloud/signature/signsettings/
  10. UpdateResult | Documentation

    UpdateResult data structure returned by Update API method as output result UpdateResult example { "fileInfo": { "filePath": "signedBarcode_one-page.docx", "storageName": null, "versionId": null, "password": null }, "size": 1360021, "succeeded": [ { "barcodeType": "Code128", "Text": "123456789012", "format": null, "signatureType": "Barcode", "pageNumber": 1, "signatureId": "4cb67aa8-835d-4877-8a5d-5a9ad015a098", "isSignature": true, "createdOn": "2020-07-23T07:26:42.7549544+00:00", "modifiedOn": "2020-07-23T07:36:03.9037414+00:00", "top": 200, "left": 200, "width": 300, "height": 100 } ], "failed": [] } UpdateResult fields Name Description API Version fileInfo Input file information size The size of the output document Succeeded List of successfully modified signatures Failed List of signatures that were not updated...Annotation Product Solution GroupDocs..."barcodeType" : "Code128" , "text" : "123456789012" , "format"...

    docs.groupdocs.cloud/signature/updateresult/