[AI] Azure Document Intelligence自订模型的栏位

如果栏位太多,可先串JSON上传储存体帐户

{
	"$schema": "https://schema.cognitiveservices.azure.com/formrecognizer/2021-03-01/fields.json",
	"fields": [
		{
			"fieldKey": "int1",
			"fieldType": "integer",
			"fieldFormat": "not-specified"
		},
		{
			"fieldKey": "checkbox1",
			"fieldType": "selectionMark",
			"fieldFormat": "not-specified"
		},
		{
			"fieldKey": "sign1",
			"fieldType": "signature",
			"fieldFormat": "not-specified"
		},
		{
			"fieldKey": "date1",
			"fieldType": "date",
			"fieldFormat": "ymd"
		},
		{
			"fieldKey": "time1",
			"fieldType": "time",
			"fieldFormat": "not-specified"
		},
		{
			"fieldKey": "amt1",
			"fieldType": "number",
			"fieldFormat": "currency"
		},
		{
			"fieldKey": "float1",
			"fieldType": "number",
			"fieldFormat": "not-specified"
		},
		{
			"fieldKey": "无空白",
			"fieldType": "string",
			"fieldFormat": "no-whitespaces"
		},
		{
			"fieldKey": "字母",
			"fieldType": "string",
			"fieldFormat": "alphanumeric"
		},
		{
			"fieldKey": "固定",
			"fieldFormat": "not-specified",
			"fieldType": "object",
			"fields": [
				{
					"fieldKey": "ROW1",
					"fieldType": "固定_object",
					"fieldFormat": "not-specified"
				},
				{
					"fieldKey": "ROW2",
					"fieldType": "固定_object",
					"fieldFormat": "not-specified"
				}
			],
			"visualizationHint": "vertical"
		},
		{
			"fieldKey": "多列",
			"fieldFormat": "not-specified",
			"fieldType": "array",
			"itemType": "多列_object"
		}
	],
	"definitions": {
		"固定_object": {
			"fieldKey": "固定_object",
			"fieldType": "object",
			"fieldFormat": "not-specified",
			"fields": [
				{
					"fieldKey": "COLUMN1",
					"fieldType": "number",
					"fieldFormat": "not-specified"
				},
				{
					"fieldKey": "COLUMN2",
					"fieldType": "date",
					"fieldFormat": "dmy"
				}
			]
		},
		"多列_object": {
			"fieldKey": "多列_object",
			"fieldType": "object",
			"fieldFormat": "not-specified",
			"fields": [
				{
					"fieldKey": "COLUMN1",
					"fieldType": "date",
					"fieldFormat": "mdy"
				},
				{
					"fieldKey": "COLUMN2",
					"fieldType": "date",
					"fieldFormat": "not-specified"
				}
			]
		}
	}
}

Taiwan is a country. 台湾是我的国家

关于作者: 网站小编

码农网专注IT技术教程资源分享平台,学习资源下载网站,58码农网包含计算机技术、网站程序源码下载、编程技术论坛、互联网资源下载等产品服务,提供原创、优质、完整内容的专业码农交流分享平台。

热门文章

5 点赞(415) 阅读(67)