Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 1,172 for

annotation ruby

(0.36 sec)
  1. Ruby SDK on Document Processing REST APIs | Gro...

    Ruby SDK on Document Processing REST APIs | GroupDocs Cloud Recent content in Ruby SDK on Document Processing REST APIs | GroupDocs Cloud GroupDocs.Annotation Cloud SDK dành cho Java và Ruby hiện đ......Ruby SDK on Document Processing REST APIs | GroupDocs Cloud Recent...Recent content in Ruby SDK on Document Processing REST APIs |...

    blog.groupdocs.cloud/vi/tag/ruby-sdk/index.xml
  2. Ruby SDK on Document Processing REST APIs | Gro...

    Ruby SDK on Document Processing REST APIs | GroupDocs Cloud Recent content in Ruby SDK on Document Processing REST APIs | GroupDocs Cloud 이제 Java 및 Ruby용 GroupDocs.Annotation Cloud SDK를 사용할 수 있습니다.......Ruby SDK on Document Processing REST APIs | GroupDocs Cloud Recent...Recent content in Ruby SDK on Document Processing REST APIs |...

    blog.groupdocs.cloud/ko/tag/ruby-sdk/index.xml
  3. Ruby SDK on Document Processing REST APIs | Gro...

    Ruby SDK on Document Processing REST APIs | GroupDocs Cloud Recent content in Ruby SDK on Document Processing REST APIs | GroupDocs Cloud GroupDocs.Annotation Cloud SDK برای جاوا و روبی اکنون در دس......Ruby SDK on Document Processing REST APIs | GroupDocs Cloud Recent...Recent content in Ruby SDK on Document Processing REST APIs |...

    blog.groupdocs.cloud/fa/tag/ruby-sdk/index.xml
  4. Working with Annotations | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Annotation Cloud V1 GroupDocs.Annotation Cloud API provides Annotation data from supported file formats as AnnotationInfo Object. Object fields AnnotationInfo object fields Field Name Type Description guid string The unique identifier of Annotation. documentGuid long The unique identifier of document. text string The text of the Annotation. creatorGuid string The Annotation creator unique identifier. creatorName string The Annotation creator name....Annotation Product Solution GroupDocs...Documentation / GroupDocs.Annotation Cloud / Developer Guide /...

    docs.groupdocs.cloud/annotation/working-with-an...
  5. Figure Annotation on Document Processing REST A...

    Figure Annotation on Document Processing REST APIs | GroupDocs Cloud Recent content in Figure Annotation on Document Processing REST APIs | GroupDocs Cloud Les SDK GroupDocs.Annotation Cloud pour J......Figure Annotation on Document Processing REST APIs | GroupDocs...Recent content in Figure Annotation on Document Processing REST...

    blog.groupdocs.cloud/fr/tag/figure-annotation/i...
  6. Figure Annotation on Document Processing REST A...

    Figure Annotation on Document Processing REST APIs | GroupDocs Cloud Recent content in Figure Annotation on Document Processing REST APIs | GroupDocs Cloud Los SDK de GroupDocs.Annotation Cloud par......Figure Annotation on Document Processing REST APIs | GroupDocs...Recent content in Figure Annotation on Document Processing REST...

    blog.groupdocs.cloud/es/tag/figure-annotation/i...
  7. Text Annotation on Document Processing REST API...

    Text Annotation on Document Processing REST APIs | GroupDocs Cloud Recent content in Text Annotation on Document Processing REST APIs | GroupDocs Cloud Les SDK GroupDocs.Annotation Cloud pour Java ......Text Annotation on Document Processing REST APIs | GroupDocs...Cloud Recent content in Text Annotation on Document Processing REST...

    blog.groupdocs.cloud/fr/tag/text-annotation/ind...
  8. Annotate Documents on Document Processing REST ...

    Annotate Documents on Document Processing REST APIs | GroupDocs Cloud Recent content in Annotate Documents on Document Processing REST APIs | GroupDocs Cloud ใส่คำอธิบายประกอบเอกสาร PDF โดยใช้ REST......Annotate Documents on Document Processing REST APIs | GroupDocs...GroupDocs Cloud Recent content in Annotate Documents on Document Processing...

    blog.groupdocs.cloud/th/tag/annotate-documents/...
  9. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to Dashboard to create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret....Annotation Product Solution GroupDocs...Documentation / GroupDocs.Annotation Cloud / Getting Started /...

    docs.groupdocs.cloud/annotation/quick-start/
  10. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains the document description with metadata and coordinates of text on pages. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v2.0/Annotation/info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" \ -d '{ "FilePath": "Annotationdocs/one-page.docx" }' Windows PowerShell curl.exe -v "https://api.groupdocs.cloud/v2.0/Annotation/info" ` -X POST ` -H "Content-Type: application/json" ` -H "Accept: application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': 'Annotationdocs/one-page....Annotation Product Solution GroupDocs...Documentation / GroupDocs.Annotation Cloud / Developer Guide /...

    docs.groupdocs.cloud/annotation/get-document-in...