Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 107 for

regex

(0.05 sec)
  1. Remove Metadata By Property Name Match Regex | ...

    This REST API allows to remove metadata properties from the document choosing the properties with names matching the specified regular expression. cURL example The following example demonstrates how to remove metadata properties that match regular expression “^[N]ame[A-Z].*”. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Match Regex Remove Metadata By Property Name Match Regex Leave...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  2. Set Metadata By Property Name Match Regex | Doc...

    This REST API allows to set document metadata new values choosing properties with names matching the specified regular expression. cURL example The following example demonstrates how to set metadata information to all properties that match regular expression “^NameOfApp.*”. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Match Regex Set Metadata By Property Name Match Regex Leave feedback...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  3. Extract Metadata By Property Name Match Regex |...

    This REST API allows to extract metadata properties from the document choosing the properties which names are matching the specified regular expression. cURL example The following example demonstrates how to extract metadata information from all properties with the “dc” string in the beginning of the name. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument....Match Regex Extract Metadata By Property Name Match Regex Leave...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  4. Add Metadata By Property Name Match Regex | Doc...

    This REST API allows you to add metadata information as properties which names are match the specified regular expression. cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name that have string ‘print’ in any place of the name. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument....Match Regex Add Metadata By Property Name Match Regex Leave feedback...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  5. metadata.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.cloud/metadata/add-metadata/ weekly 0.5 https://docs.groupdocs.cloud/metadata/release-n......ata-by-property-name-match-regex/ weekly 0.5 https://docs.groupdocs...ata-by-property-name-match-regex/ weekly 0.5 https://docs.groupdocs...

    docs.groupdocs.cloud/sitemaps/metadata.xml
  6. 使用 Python 從 PDF 中提取特定數據 |休息API

    使用適用於 Python 的 Document Parser Cloud SDK 在 Python 中使用雲中的 REST API 以編程方式從 PDF 中提取特定數據。...field_position_type = "Regex" fieldPosition1.regex = "Company address:"...field_position_type = "Regex" fieldPosition3.regex = "Company name:"...

    blog.groupdocs.cloud/zh-hant/parser/extract-spe...
  7. 使用 Python 从 PDF 中提取特定数据 |休息API

    使用适用于 Python 的 Document Parser Cloud SDK 在 Python 中使用云中的 REST API 以编程方式从 PDF 中提取特定数据。...field_position_type = "Regex" fieldPosition1.regex = "Company address:"...field_position_type = "Regex" fieldPosition3.regex = "Company name:"...

    blog.groupdocs.cloud/zh/parser/extract-specific...
  8. Parse by Template Defined as an Object | Docume...

    This REST API allows us to extract document’s fields and tables defined in a template object passed as a method parameter. The following example demonstrates how to extract data from a source document by a user-defined template. Here you can see how to parse text fields by regular expressions and a table inside the document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template defined as an object example....FieldPositionType ": " Regex ", " Regex ": " Company address:...FieldPositionType ": " Regex ", " Regex ": " Company name: " }...

    docs.groupdocs.cloud/parser/parse-by-template-d...
  9. 在 Node.js 中使用 REST API 从 PDF 中提取数据

    使用 Document Parser Cloud SDK 在 Node.js 中使用 REST API 以编程方式从 PDF 中提取数据。这篇文章是关于从 PDF 中自动提取数据的。...{ "FieldPositionType": "Regex", "Regex": "Companyaddress:" } }...{ "FieldPositionType": "Regex", "Regex": "Companyname:" } }, {...

    blog.groupdocs.cloud/zh/parser/extract-data-fro...
  10. Remove Metadata | Documentation

    This REST API allows to remove metadata from the documents. With this API you can search metadata to remove with following features: There are many ways to specify what property should be removed. You could search for properties to add by: name (a part of name, exact phrase, Regex match. All names matching is ignorecase); tag (exact tag, possible tag name). values of different types: string; datetime; integer; double; boolean; The table below contains the full list of properties that can be specified when removing metadata to the document....part of name, exact phrase, regex match. All names matching is...Metadata By Property Name Match Regex Remove Metadata By Property...

    docs.groupdocs.cloud/metadata/remove-metadata/