Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 106 for

regex

(0.44 sec)
  1. 在 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-hant/parser/extract-dat...
  2. 用于合并和拆分文档的 REST API 解决方案 | GroupDocs.合并云

    GroupDocs.Parser Cloud 是一个 REST API 解决方案,用于在任何平台上解析文档以提取文本、图像和文档信息。...{ "FieldPositionType": "Regex", "Regex": "Company address:", "MatchCase":...{ "FieldPositionType": "Regex", "Regex": "Company name:", "MatchCase":...

    blog.groupdocs.cloud/zh/parser/a-rest-api-solut...
  3. Set Metadata | Documentation

    This REST API allows to set metadata new values into existing properties of the documents. With this API you can set metadata with following features: Metadata properties could contain different types of values: string; datetime; integer; double; boolean; There are many ways to specify what property should be edited. You could search for properties to set by: name (a part of name, exact phrase, Regex match. All names matching is ignorecase); tag (exact tag, possible tag name); value....part of name, exact phrase, regex match. All names matching is...Metadata By Property Name Match Regex Set Metadata By Property Value...

    docs.groupdocs.cloud/metadata/set-metadata/
  4. Manage Metadata of Documents using Java & .NET ...

    Add metadata, edit, remove & extract metadata from 50+ file formats in Java and C# using REST API and open-source Metadata SDKs for Java and .NET....Value Match Exact Phrase Match Regex Whole Metadata Tree Tag To get...Name: Part of Name Exact Phrase Regex Match Add Metadata Property...

    blog.groupdocs.cloud/metadata/manipulate-metada...
  5. Parse by Template | Documentation

    This REST API provides the functionality to extract data from documents. This method parses document content by a user-generated template. The template can be provided as an object or storage path. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified when parsing documents by a template. Name Description Comment FileInfo.FilePath The path of the document, located in the storage....values are: “Fixed”, “Linked”, “Regex”. Required. FieldPosition.Rectangle...FieldPositionType is set. FieldPosition.Regex String expression to find a...

    docs.groupdocs.cloud/parser/parse-by-template/
  6. Create or Update Template | Documentation

    This REST API provides the functionality to save or update files that can be used in Parse endpoint. It’s easy to define and save the template to extract data from invoices, prices or other kinds of your typical documents. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage....values are: “Fixed”, “Linked”, “Regex”. Required. FieldPosition.Rectangle...FieldPositionType is set. FieldPosition.Regex String expression to find a...

    docs.groupdocs.cloud/parser/create-or-update-te...
  7. Conversion results in Amazon S3 exception while...

    Doc to Docx conversion results in Amazon S3 exception while using Internal storage configuration: "AmazonS3 Storage exception: The specified key does not exist. Bucket ‘groupdocs.cloud-filestorage-prod’, FilePath ‘{path…...“Name”, “Storage mode” and “Regex to retain files forever”. Please...

    forum.groupdocs.cloud/t/conversion-results-in-a...
  8. Extract Metadata | Documentation

    This REST API allows to extract metadata from the documents. With this API you can extract metadata with following features: Extract whole metadata properties tree; Extract properties with specified tag; Extract properties with specified name; Extract properties with specified value; The table below contains the full list of properties that can be specified when extracting metadata from the document. Name Description Comment FileInfo.FilePath The path of the document, located in the storage....Metadata By Property Name Match Regex Extract Metadata By Property...

    docs.groupdocs.cloud/metadata/extract-metadata/
  9. Extract Text From a Document Inside a Container...

    This REST API allows extracting text from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying ContainerItemInfo parameter Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract Text From a Document Inside a Container example. cURL example The following example demonstrates how to extract text from a container item. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....3\r\nField\r\nRelatedField2 RelatedText2\r\n REGEX TEXT 123\r\nTABLE\r\n Cell\r\n...

    docs.groupdocs.cloud/parser/extract-text-from-a...
  10. 使用 Java 和 .NET 管理文档元数据 |元数据云API

    使用 REST API 以及适用于 Java 和 .NET 的开源元数据 SDK,在 Java 和 C# 中添加元数据、编辑、删除和提取来自 50 多种文件格式的元数据。...精确标签 可能的标签名称 在 Java 中使用正则表达式 (Regex) 删除元数据 # 下面,您可以看到用于删除与提供的正则表达式匹配的元数据属性的源代码示例:...

    blog.groupdocs.cloud/zh/metadata/manipulate-met...