简体   繁体   English

Microsoft Form Recognizer - 构建自定义 model 识别和提取椭圆形填充表单响应

[英]Microsoft Form Recognizer - Building a custom model that recognizes and extracts oval filled form responses

Microsoft Form Recognizer - Need assistance with building a custom model that recognizes and extracts oval filled form responses. Microsoft Form Recognizer - 需要帮助构建自定义 model 来识别和提取椭圆形填充的表单响应。 The form has a series of questions with five possible responses that are presented as fillable ovals horizontally displayed next each question.该表单有一系列问题,五个可能的回答显示为每个问题旁边水平显示的可填充椭圆。 The first oval should be filled if the responder "Strongly Disagrees" (A), the second oval should be filled if he or she "Disagrees" (B), the third oval "Uncertain" (C), the fourth oval "Agrees" (D) and finally the fifth oval should be filled if he or she "Strongly Agrees" (E).如果回答者“强烈不同意”(A),则应填写第一个椭圆,如果他或她“不同意”(B),则应填写第二个椭圆,第三个椭圆“不确定”(C),第四个椭圆“同意” (D) 如果他或她“强烈同意”(E),则应填写最后的第五个椭圆。 Is it correct to draw a zone around and designate each fillable oval as a "selection mark" type, labeling and zoning each oval from left to right within the form as 1_A, 1_B, 1_C, 1_D and 1_E (five different recognition zones) for the first questions' five possible responses.在周围绘制一个区域并将每个可填充椭圆指定为“选择标记”类型,在表格中从左到右标记和分区每个椭圆为 1_A、1_B、1_C、1_D 和 1_E(五个不同的识别区域)是否正确?第一个问题的五个可能的回答。 2_A, 2_B, 2_C, 2_D, 2_E (again, five different recognition zones) for second question's five possible responses and so on, including 3_A, 3_B, etc. 2_A、2_B、2_C、2_D、2_E(同样是五个不同的识别区)用于第二个问题的五个可能的回答等等,包括 3_A、3_B 等。

Used the Layout pre-built model instead.使用 Layout pre-built model 代替。 Works like a charm.奇迹般有效。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure 表单识别器只在指定表格所在页面时提取表格 - Azure Form Recognizer only extracts table when specifying page on which the table is located 表单识别器自定义 model 失败,文件类型无效 `{"error":{"code":"1000","message":"Invalid input file."}}` - Form Recognizer custom model fails with invalid file type `{"error":{"code":"1000","message":"Invalid input file."}}` 如何仅从 Azure 表单识别器 API 获取自定义字段名称? - How to GET only custom Field Names from Azure Form Recognizer API? 如何在 Azure 表单识别器中标记没有列的表 - How to lable Table with no column in Azure Form Recognizer 在 azure 表单识别器中跨越多页的表格? (3.0 版) - Tables spanning multiple pages in azure form recognizer? (v 3.0) Azure 表单识别器仅分析 stream 中的第一个文件 - Azure Form Recognizer only analyzes the first file in a stream 如何将表单识别器 JSON 结构转换为 SQL 表 - How to Transform Form recognizer JSON structure into SQL table ai-form-recognizer 与 cognitiveservices-computervision - ai-form-recognizer vs. cognitiveservices-computervision 逻辑应用程序 + 表单识别器无法将 PDF 发送到服务 - Logic Apps + Form Recognizer unable to send PDF to service 我们可以将 Azure Form Recognizer Studio 界面直接集成到我们的应用程序中吗? - Can we integrate Azure Form Recognizer Studio interface directly into our application?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM