如果欄位太多,可先串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. 臺灣是我的國家