Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 1,043 for

image annotation

(0.1 sec)
  1. Rendering CAD Drawings | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...Leave feedback Adjust output image size Get View Info for CAD Drawing...

    docs.groupdocs.cloud/viewer/rendering-cad-drawi...
  2. Conversion options by document family | Documen...

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...Document Formats 4. Convert to Image Formats 5. Convert to Presentation...

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

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

    docs.groupdocs.cloud/signature/signing-document...
  4. Self-host GroupDocs.Viewer Cloud with Docker | ...

    Self-host GroupDocs.Viewer Cloud with Docker...Annotation Product Solution GroupDocs...building blocs are images and containers. The image includes everything...

    docs.groupdocs.cloud/viewer/self-host-groupdocs...
  5. Search Watermarks | Documentation

    This REST API allows finding watermarks in the document. The API supports a rich set of search criteria that allows finding Images and texts that may be possible watermarks. The Search operation response contains not only watermark properties, but also IDs that can be used in Remove operation. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage Required FileInfo....Annotation Product Solution GroupDocs...criteria that allows finding images and texts that may be possible...

    docs.groupdocs.cloud/watermark/search-watermarks/
  6. 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 image signature Sign document with...

    docs.groupdocs.cloud/signature/signing-documents/
  7. GroupDocs.Translation Cloud Product Family | Do...

    An introduction to machine translation technology and how GroupDocs.Translation Cloud can help you use it for your day-to-day business needs....Annotation Product Solution GroupDocs...that allows to work also with images and scanned documents and receive...

    docs.groupdocs.cloud/translation/
  8. Rendering PDF Documents | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...Documents Leave feedback Adjust image quality Disable characters grouping...

    docs.groupdocs.cloud/viewer/rendering-pdf-docum...
  9. How to self-host GroupDocs.Signature Cloud with...

    Docker is an open platform that effectively solves three main tasks development, deployment, and running the applications. With Docker, you can isolate your applications from the infrastructure that simplifies software development and delivery. The main building blocs are Images and containers. The Image includes everything you need to run the application: code or binaries, runtimes dependencies, file system. The container is an isolated process with additional features that you can interact with....Annotation Product Solution GroupDocs...building blocs are images and containers. The image includes everything...

    docs.groupdocs.cloud/signature/how-to-self-host...
  10. 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...: 2 }, { "SignatureType" : "Image" , "Page" : 1 , "ImageFilePath"...

    docs.groupdocs.cloud/signature/signsettings/