freeCardSample.json 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492
  1. {
  2. "version": "2.0.0",
  3. "cardConfig": {
  4. "pageSize": "A3",
  5. "columnNumber": 2,
  6. "columnGap": 20,
  7. "showForbidArea": true,
  8. "cardDesc": "",
  9. "requiredFields": [
  10. {
  11. "code": "studentCode",
  12. "name": "学号",
  13. "enable": true
  14. },
  15. {
  16. "code": "ticketNumber",
  17. "name": "考号",
  18. "enable": true
  19. },
  20. {
  21. "code": "siteNumber",
  22. "name": "座位号",
  23. "enable": true
  24. },
  25. {
  26. "code": "studentName",
  27. "name": "姓名",
  28. "enable": true
  29. },
  30. {
  31. "code": "courseCode",
  32. "name": "课程代码",
  33. "enable": true
  34. },
  35. {
  36. "code": "courseName",
  37. "name": "课程名称",
  38. "enable": true
  39. },
  40. {
  41. "code": "paperNumber",
  42. "name": "试卷编号",
  43. "enable": true
  44. },
  45. {
  46. "code": "campusName",
  47. "name": "校区",
  48. "enable": true
  49. },
  50. {
  51. "code": "examPlace",
  52. "name": "考点",
  53. "enable": true
  54. },
  55. {
  56. "code": "examRoom",
  57. "name": "考场",
  58. "enable": true
  59. },
  60. {
  61. "code": "examDate",
  62. "name": "考试日期",
  63. "enable": true
  64. },
  65. {
  66. "code": "examTime",
  67. "name": "考试时间",
  68. "enable": true
  69. }
  70. ],
  71. "extendFields": [
  72. {
  73. "name": "测试",
  74. "code": "test",
  75. "enable": false
  76. }
  77. ],
  78. "cardTitle": "123123"
  79. },
  80. "pages": [
  81. {
  82. "type": "PAGE",
  83. "columnGap": 20,
  84. "locators": {
  85. "top": [
  86. {
  87. "id": "locator-element-88hu020g4q3tajd3-00",
  88. "type": "LOCATOR",
  89. "x": "",
  90. "y": "",
  91. "w": "",
  92. "h": ""
  93. },
  94. {
  95. "id": "locator-element-88hu020g4q3tajd3-01",
  96. "type": "LOCATOR",
  97. "x": "",
  98. "y": "",
  99. "w": "",
  100. "h": ""
  101. }
  102. ],
  103. "bottom": [
  104. {
  105. "id": "locator-element-88hu020g4q3tajd3-10",
  106. "type": "LOCATOR",
  107. "x": "",
  108. "y": "",
  109. "w": "",
  110. "h": ""
  111. }
  112. ]
  113. },
  114. "globals": [],
  115. "columns": [
  116. {
  117. "id": "column-o7a7iifm3jjpbtj6",
  118. "type": "COLUMN",
  119. "x": "",
  120. "y": "",
  121. "w": "",
  122. "h": "",
  123. "elements": [
  124. {
  125. "id": "element-8ifsc8tg062jg3a8",
  126. "key": "66n9724g3n49ae18",
  127. "type": "GRIDS",
  128. "x": 34,
  129. "y": 766,
  130. "w": 300,
  131. "h": 112,
  132. "sign": "",
  133. "columnSize": 43,
  134. "columnCount": 16,
  135. "rowCount": 3,
  136. "rowSpace": 0,
  137. "halving": true,
  138. "style": "solid",
  139. "zindex": 16,
  140. "desc": "网格-16×3",
  141. "init": false
  142. },
  143. {
  144. "id": "element-i6n1lcngsg7vuv5g",
  145. "key": "1tg18c6o6tftgidg",
  146. "type": "LINES",
  147. "x": 383,
  148. "y": 682,
  149. "w": 187,
  150. "h": 100,
  151. "sign": "",
  152. "lineCount": 2,
  153. "lineSpacing": 40,
  154. "margin": 0,
  155. "bold": "1px",
  156. "color": "#000000",
  157. "style": "solid",
  158. "zindex": 15,
  159. "desc": "多横线-行数:2",
  160. "init": false
  161. },
  162. {
  163. "id": "element-culaq7sgivn2br5g",
  164. "key": "6tr6stf862ajk74o",
  165. "type": "FILL_PANE",
  166. "x": 34,
  167. "y": 692,
  168. "w": 324,
  169. "h": 40,
  170. "sign": "",
  171. "paneGap": 5,
  172. "paneCount": 9,
  173. "paneWidth": 30,
  174. "paneHeight": 30,
  175. "borderStyle": "solid",
  176. "zindex": 14,
  177. "desc": "方格组-9",
  178. "init": false
  179. },
  180. {
  181. "id": "element-qnsoje88tqrqlh0o",
  182. "key": "rh2srk2o5lunb1t3",
  183. "type": "FILL_TABLE",
  184. "x": 383,
  185. "y": 528,
  186. "w": 176,
  187. "h": 120,
  188. "sign": "",
  189. "colCount": 3,
  190. "rowCount": 3,
  191. "padding": [
  192. 5,
  193. 5
  194. ],
  195. "lineStyle": "solid",
  196. "fontSize": "14px",
  197. "lineHeight": 30,
  198. "content": {},
  199. "zindex": 13,
  200. "desc": "表格-3×3",
  201. "init": false
  202. },
  203. {
  204. "id": "element-m37vm17o71palsmt",
  205. "key": "4jn2prf2t29vb4mg",
  206. "type": "FILL_FIELD",
  207. "x": 432,
  208. "y": 379,
  209. "w": 200,
  210. "h": 100,
  211. "sign": "",
  212. "fieldCountPerLine": 1,
  213. "lineSpacing": 30,
  214. "nameIsJustify": false,
  215. "fields": [],
  216. "fieldInfos": {},
  217. "zindex": 12,
  218. "desc": "变量-",
  219. "init": false
  220. },
  221. {
  222. "id": "element-ckpp18hjr0t0u7o8",
  223. "key": "j62prdc8tmut6vja",
  224. "type": "FILL_NUMBER",
  225. "x": 6,
  226. "y": 368,
  227. "w": 300,
  228. "h": 280,
  229. "sign": "",
  230. "name": "准考证号",
  231. "numberCount": 9,
  232. "content": "",
  233. "zindex": 11,
  234. "desc": "号码填涂-准考证号",
  235. "init": false
  236. },
  237. {
  238. "type": "FILL_LINE",
  239. "x": 146,
  240. "y": 26,
  241. "w": 462,
  242. "h": 100,
  243. "minHeight": 40,
  244. "sign": "subjective",
  245. "topicName": "",
  246. "topicNo": null,
  247. "startNumber": 1,
  248. "questionsCount": 4,
  249. "questionNumberPerLine": 2,
  250. "lineNumberPerQuestion": 1,
  251. "lineSpacing": 40,
  252. "questionDirection": "vertical",
  253. "questionLineType": "norm",
  254. "questionLineNums": [
  255. {
  256. "no": 1,
  257. "count": 1
  258. },
  259. {
  260. "no": 2,
  261. "count": 1
  262. },
  263. {
  264. "no": 3,
  265. "count": 1
  266. },
  267. {
  268. "no": 4,
  269. "count": 1
  270. }
  271. ],
  272. "numberPre": "",
  273. "isCovered": false,
  274. "key": "1rqissjgemam50gt",
  275. "id": "element-7e8njjmgdv8q1ovg",
  276. "zindex": 10,
  277. "desc": "填空-1~4",
  278. "init": false
  279. },
  280. {
  281. "id": "element-pt9v7m5mdqigh1t8",
  282. "key": "kein0t78s927nta6",
  283. "type": "FILL_QUESTION",
  284. "x": 34,
  285. "y": 150,
  286. "w": 467,
  287. "h": 138,
  288. "minHeight": 138,
  289. "sign": "objective",
  290. "topicName": "",
  291. "topicNo": null,
  292. "startNumber": 1,
  293. "questionsCount": 10,
  294. "optionCount": 4,
  295. "questionCountPerGroup": 5,
  296. "groupPerLine": 4,
  297. "optionDirection": "horizontal",
  298. "questionDirection": "vertical",
  299. "questionGap": 8,
  300. "groupGap": 30,
  301. "optionGap": 12,
  302. "isBoolean": false,
  303. "booleanType": "√,×",
  304. "isMultiply": false,
  305. "isCovered": false,
  306. "fontSize": "14px",
  307. "zindex": 9,
  308. "desc": "选项填涂-1~10",
  309. "init": false
  310. }
  311. ]
  312. },
  313. {
  314. "id": "column-0k7bjcvgqniov4v8",
  315. "type": "COLUMN",
  316. "x": "",
  317. "y": "",
  318. "w": "",
  319. "h": "",
  320. "elements": [
  321. {
  322. "id": "element-fenb2p7ghb4i2f98",
  323. "key": "83icfdlge1524lg8",
  324. "type": "BARCODE",
  325. "x": 18,
  326. "y": 149,
  327. "w": 300,
  328. "h": 60,
  329. "sign": "",
  330. "rotation": 0,
  331. "bold": "1px",
  332. "color": "#ffffff",
  333. "bgColor": "#ffffff",
  334. "style": "solid",
  335. "fields": [],
  336. "content": "",
  337. "zindex": 9,
  338. "desc": "条形码-",
  339. "init": false
  340. }
  341. ]
  342. }
  343. ],
  344. "pageSize": "A3",
  345. "columnNumber": 2,
  346. "showForbidArea": true,
  347. "id": "element-01ut2421oe94ct2d",
  348. "exchange": {
  349. "card_type": 2,
  350. "page_size": "A3",
  351. "page_image": "",
  352. "locator": {
  353. "top": [
  354. [
  355. 0.0504413619,
  356. 0.0356506239,
  357. 0.0151324086,
  358. 0.0142602496
  359. ],
  360. [
  361. 0.8738965952,
  362. 0.0356506239,
  363. 0.0151324086,
  364. 0.0142602496
  365. ]
  366. ],
  367. "bottom": [
  368. [
  369. 0.0504413619,
  370. 0.9500891266,
  371. 0.0151324086,
  372. 0.0142602496
  373. ]
  374. ]
  375. },
  376. "fill_locator": [],
  377. "check_area": {
  378. "black_line": [],
  379. "white_line": []
  380. },
  381. "barcode": [
  382. {
  383. "area": [
  384. 0.5176544767,
  385. 0.1862745098,
  386. 0.1891551072,
  387. 0.0534759358
  388. ]
  389. }
  390. ],
  391. "qrcode": [],
  392. "ocr_area": [],
  393. "info_area": [
  394. [
  395. 0.2919293821,
  396. 0.5240641711,
  397. 0.1109709962,
  398. 0.1069518717
  399. ],
  400. [
  401. 0.3228247163,
  402. 0.3912655971,
  403. 0.1261034048,
  404. 0.0891265597
  405. ]
  406. ],
  407. "fill_area": [
  408. {
  409. "field": "examNumber",
  410. "index": 1,
  411. "single": true,
  412. "horizontal": false,
  413. "items": [
  414. {
  415. "main_number": null,
  416. "sub_number": null,
  417. "options": [
  418. [
  419. 0.0586380832,
  420. 0.4349376114,
  421. 0.0126103405,
  422. 0.0124777184
  423. ],
  424. [
  425. 0.0586380832,
  426. 0.4545454545,
  427. 0.0126103405,
  428. 0.0124777184
  429. ],
  430. [
  431. 0.0586380832,
  432. 0.4741532977,
  433. 0.0126103405,
  434. 0.0124777184
  435. ],
  436. [
  437. 0.0586380832,
  438. 0.4937611408,
  439. 0.0126103405,
  440. 0.0124777184
  441. ],
  442. [
  443. 0.0586380832,
  444. 0.513368984,
  445. 0.0126103405,
  446. 0.0124777184
  447. ],
  448. [
  449. 0.0586380832,
  450. 0.5329768271,
  451. 0.0126103405,
  452. 0.0124777184
  453. ],
  454. [
  455. 0.0586380832,
  456. 0.5525846702,
  457. 0.0126103405,
  458. 0.0124777184
  459. ],
  460. [
  461. 0.0586380832,
  462. 0.5721925134,
  463. 0.0126103405,
  464. 0.0124777184
  465. ],
  466. [
  467. 0.0586380832,
  468. 0.5918003565,
  469. 0.0126103405,
  470. 0.0124777184
  471. ],
  472. [
  473. 0.0586380832,
  474. 0.6114081996,
  475. 0.0126103405,
  476. 0.0124777184
  477. ]
  478. ],
  479. "recog_info": []
  480. },
  481. {
  482. "main_number": null,
  483. "sub_number": null,
  484. "options": [
  485. [
  486. 0.078814628,
  487. 0.4349376114,
  488. 0.0126103405,
  489. 0.0124777184
  490. ],
  491. [
  492. 0.078814628,
  493. 0.4545454545,
  494. 0.0126103405,
  495. 0.0124777184
  496. ],
  497. [
  498. 0.078814628,
  499. 0.4741532977,
  500. 0.0126103405,
  501. 0.0124777184
  502. ],
  503. [
  504. 0.078814628,
  505. 0.4937611408,
  506. 0.0126103405,
  507. 0.0124777184
  508. ],
  509. [
  510. 0.078814628,
  511. 0.513368984,
  512. 0.0126103405,
  513. 0.0124777184
  514. ],
  515. [
  516. 0.078814628,
  517. 0.5329768271,
  518. 0.0126103405,
  519. 0.0124777184
  520. ],
  521. [
  522. 0.078814628,
  523. 0.5525846702,
  524. 0.0126103405,
  525. 0.0124777184
  526. ],
  527. [
  528. 0.078814628,
  529. 0.5721925134,
  530. 0.0126103405,
  531. 0.0124777184
  532. ],
  533. [
  534. 0.078814628,
  535. 0.5918003565,
  536. 0.0126103405,
  537. 0.0124777184
  538. ],
  539. [
  540. 0.078814628,
  541. 0.6114081996,
  542. 0.0126103405,
  543. 0.0124777184
  544. ]
  545. ],
  546. "recog_info": []
  547. },
  548. {
  549. "main_number": null,
  550. "sub_number": null,
  551. "options": [
  552. [
  553. 0.1002522068,
  554. 0.4349376114,
  555. 0.0126103405,
  556. 0.0124777184
  557. ],
  558. [
  559. 0.1002522068,
  560. 0.4545454545,
  561. 0.0126103405,
  562. 0.0124777184
  563. ],
  564. [
  565. 0.1002522068,
  566. 0.4741532977,
  567. 0.0126103405,
  568. 0.0124777184
  569. ],
  570. [
  571. 0.1002522068,
  572. 0.4937611408,
  573. 0.0126103405,
  574. 0.0124777184
  575. ],
  576. [
  577. 0.1002522068,
  578. 0.513368984,
  579. 0.0126103405,
  580. 0.0124777184
  581. ],
  582. [
  583. 0.1002522068,
  584. 0.5329768271,
  585. 0.0126103405,
  586. 0.0124777184
  587. ],
  588. [
  589. 0.1002522068,
  590. 0.5525846702,
  591. 0.0126103405,
  592. 0.0124777184
  593. ],
  594. [
  595. 0.1002522068,
  596. 0.5721925134,
  597. 0.0126103405,
  598. 0.0124777184
  599. ],
  600. [
  601. 0.1002522068,
  602. 0.5918003565,
  603. 0.0126103405,
  604. 0.0124777184
  605. ],
  606. [
  607. 0.1002522068,
  608. 0.6114081996,
  609. 0.0126103405,
  610. 0.0124777184
  611. ]
  612. ],
  613. "recog_info": []
  614. },
  615. {
  616. "main_number": null,
  617. "sub_number": null,
  618. "options": [
  619. [
  620. 0.1210592686,
  621. 0.4349376114,
  622. 0.0126103405,
  623. 0.0124777184
  624. ],
  625. [
  626. 0.1210592686,
  627. 0.4545454545,
  628. 0.0126103405,
  629. 0.0124777184
  630. ],
  631. [
  632. 0.1210592686,
  633. 0.4741532977,
  634. 0.0126103405,
  635. 0.0124777184
  636. ],
  637. [
  638. 0.1210592686,
  639. 0.4937611408,
  640. 0.0126103405,
  641. 0.0124777184
  642. ],
  643. [
  644. 0.1210592686,
  645. 0.513368984,
  646. 0.0126103405,
  647. 0.0124777184
  648. ],
  649. [
  650. 0.1210592686,
  651. 0.5329768271,
  652. 0.0126103405,
  653. 0.0124777184
  654. ],
  655. [
  656. 0.1210592686,
  657. 0.5525846702,
  658. 0.0126103405,
  659. 0.0124777184
  660. ],
  661. [
  662. 0.1210592686,
  663. 0.5721925134,
  664. 0.0126103405,
  665. 0.0124777184
  666. ],
  667. [
  668. 0.1210592686,
  669. 0.5918003565,
  670. 0.0126103405,
  671. 0.0124777184
  672. ],
  673. [
  674. 0.1210592686,
  675. 0.6114081996,
  676. 0.0126103405,
  677. 0.0124777184
  678. ]
  679. ],
  680. "recog_info": []
  681. },
  682. {
  683. "main_number": null,
  684. "sub_number": null,
  685. "options": [
  686. [
  687. 0.1418663304,
  688. 0.4349376114,
  689. 0.0126103405,
  690. 0.0124777184
  691. ],
  692. [
  693. 0.1418663304,
  694. 0.4545454545,
  695. 0.0126103405,
  696. 0.0124777184
  697. ],
  698. [
  699. 0.1418663304,
  700. 0.4741532977,
  701. 0.0126103405,
  702. 0.0124777184
  703. ],
  704. [
  705. 0.1418663304,
  706. 0.4937611408,
  707. 0.0126103405,
  708. 0.0124777184
  709. ],
  710. [
  711. 0.1418663304,
  712. 0.513368984,
  713. 0.0126103405,
  714. 0.0124777184
  715. ],
  716. [
  717. 0.1418663304,
  718. 0.5329768271,
  719. 0.0126103405,
  720. 0.0124777184
  721. ],
  722. [
  723. 0.1418663304,
  724. 0.5525846702,
  725. 0.0126103405,
  726. 0.0124777184
  727. ],
  728. [
  729. 0.1418663304,
  730. 0.5721925134,
  731. 0.0126103405,
  732. 0.0124777184
  733. ],
  734. [
  735. 0.1418663304,
  736. 0.5918003565,
  737. 0.0126103405,
  738. 0.0124777184
  739. ],
  740. [
  741. 0.1418663304,
  742. 0.6114081996,
  743. 0.0126103405,
  744. 0.0124777184
  745. ]
  746. ],
  747. "recog_info": []
  748. },
  749. {
  750. "main_number": null,
  751. "sub_number": null,
  752. "options": [
  753. [
  754. 0.1626733922,
  755. 0.4349376114,
  756. 0.0126103405,
  757. 0.0124777184
  758. ],
  759. [
  760. 0.1626733922,
  761. 0.4545454545,
  762. 0.0126103405,
  763. 0.0124777184
  764. ],
  765. [
  766. 0.1626733922,
  767. 0.4741532977,
  768. 0.0126103405,
  769. 0.0124777184
  770. ],
  771. [
  772. 0.1626733922,
  773. 0.4937611408,
  774. 0.0126103405,
  775. 0.0124777184
  776. ],
  777. [
  778. 0.1626733922,
  779. 0.513368984,
  780. 0.0126103405,
  781. 0.0124777184
  782. ],
  783. [
  784. 0.1626733922,
  785. 0.5329768271,
  786. 0.0126103405,
  787. 0.0124777184
  788. ],
  789. [
  790. 0.1626733922,
  791. 0.5525846702,
  792. 0.0126103405,
  793. 0.0124777184
  794. ],
  795. [
  796. 0.1626733922,
  797. 0.5721925134,
  798. 0.0126103405,
  799. 0.0124777184
  800. ],
  801. [
  802. 0.1626733922,
  803. 0.5918003565,
  804. 0.0126103405,
  805. 0.0124777184
  806. ],
  807. [
  808. 0.1626733922,
  809. 0.6114081996,
  810. 0.0126103405,
  811. 0.0124777184
  812. ]
  813. ],
  814. "recog_info": []
  815. },
  816. {
  817. "main_number": null,
  818. "sub_number": null,
  819. "options": [
  820. [
  821. 0.183480454,
  822. 0.4349376114,
  823. 0.0126103405,
  824. 0.0124777184
  825. ],
  826. [
  827. 0.183480454,
  828. 0.4545454545,
  829. 0.0126103405,
  830. 0.0124777184
  831. ],
  832. [
  833. 0.183480454,
  834. 0.4741532977,
  835. 0.0126103405,
  836. 0.0124777184
  837. ],
  838. [
  839. 0.183480454,
  840. 0.4937611408,
  841. 0.0126103405,
  842. 0.0124777184
  843. ],
  844. [
  845. 0.183480454,
  846. 0.513368984,
  847. 0.0126103405,
  848. 0.0124777184
  849. ],
  850. [
  851. 0.183480454,
  852. 0.5329768271,
  853. 0.0126103405,
  854. 0.0124777184
  855. ],
  856. [
  857. 0.183480454,
  858. 0.5525846702,
  859. 0.0126103405,
  860. 0.0124777184
  861. ],
  862. [
  863. 0.183480454,
  864. 0.5721925134,
  865. 0.0126103405,
  866. 0.0124777184
  867. ],
  868. [
  869. 0.183480454,
  870. 0.5918003565,
  871. 0.0126103405,
  872. 0.0124777184
  873. ],
  874. [
  875. 0.183480454,
  876. 0.6114081996,
  877. 0.0126103405,
  878. 0.0124777184
  879. ]
  880. ],
  881. "recog_info": []
  882. },
  883. {
  884. "main_number": null,
  885. "sub_number": null,
  886. "options": [
  887. [
  888. 0.2042875158,
  889. 0.4349376114,
  890. 0.0126103405,
  891. 0.0124777184
  892. ],
  893. [
  894. 0.2042875158,
  895. 0.4545454545,
  896. 0.0126103405,
  897. 0.0124777184
  898. ],
  899. [
  900. 0.2042875158,
  901. 0.4741532977,
  902. 0.0126103405,
  903. 0.0124777184
  904. ],
  905. [
  906. 0.2042875158,
  907. 0.4937611408,
  908. 0.0126103405,
  909. 0.0124777184
  910. ],
  911. [
  912. 0.2042875158,
  913. 0.513368984,
  914. 0.0126103405,
  915. 0.0124777184
  916. ],
  917. [
  918. 0.2042875158,
  919. 0.5329768271,
  920. 0.0126103405,
  921. 0.0124777184
  922. ],
  923. [
  924. 0.2042875158,
  925. 0.5525846702,
  926. 0.0126103405,
  927. 0.0124777184
  928. ],
  929. [
  930. 0.2042875158,
  931. 0.5721925134,
  932. 0.0126103405,
  933. 0.0124777184
  934. ],
  935. [
  936. 0.2042875158,
  937. 0.5918003565,
  938. 0.0126103405,
  939. 0.0124777184
  940. ],
  941. [
  942. 0.2042875158,
  943. 0.6114081996,
  944. 0.0126103405,
  945. 0.0124777184
  946. ]
  947. ],
  948. "recog_info": []
  949. },
  950. {
  951. "main_number": null,
  952. "sub_number": null,
  953. "options": [
  954. [
  955. 0.2250945776,
  956. 0.4349376114,
  957. 0.0126103405,
  958. 0.0124777184
  959. ],
  960. [
  961. 0.2250945776,
  962. 0.4545454545,
  963. 0.0126103405,
  964. 0.0124777184
  965. ],
  966. [
  967. 0.2250945776,
  968. 0.4741532977,
  969. 0.0126103405,
  970. 0.0124777184
  971. ],
  972. [
  973. 0.2250945776,
  974. 0.4937611408,
  975. 0.0126103405,
  976. 0.0124777184
  977. ],
  978. [
  979. 0.2250945776,
  980. 0.513368984,
  981. 0.0126103405,
  982. 0.0124777184
  983. ],
  984. [
  985. 0.2250945776,
  986. 0.5329768271,
  987. 0.0126103405,
  988. 0.0124777184
  989. ],
  990. [
  991. 0.2250945776,
  992. 0.5525846702,
  993. 0.0126103405,
  994. 0.0124777184
  995. ],
  996. [
  997. 0.2250945776,
  998. 0.5721925134,
  999. 0.0126103405,
  1000. 0.0124777184
  1001. ],
  1002. [
  1003. 0.2250945776,
  1004. 0.5918003565,
  1005. 0.0126103405,
  1006. 0.0124777184
  1007. ],
  1008. [
  1009. 0.2250945776,
  1010. 0.6114081996,
  1011. 0.0126103405,
  1012. 0.0124777184
  1013. ]
  1014. ],
  1015. "recog_info": []
  1016. }
  1017. ]
  1018. },
  1019. {
  1020. "field": "question",
  1021. "index": 1,
  1022. "single": true,
  1023. "horizontal": true,
  1024. "items": [
  1025. {
  1026. "main_number": null,
  1027. "sub_number": 1,
  1028. "options": [
  1029. [
  1030. 0.1008827238,
  1031. 0.2032085561,
  1032. 0.0113493064,
  1033. 0.0124777184
  1034. ],
  1035. [
  1036. 0.1197982346,
  1037. 0.2032085561,
  1038. 0.0113493064,
  1039. 0.0124777184
  1040. ],
  1041. [
  1042. 0.1387137453,
  1043. 0.2032085561,
  1044. 0.0113493064,
  1045. 0.0124777184
  1046. ],
  1047. [
  1048. 0.157629256,
  1049. 0.2032085561,
  1050. 0.0113493064,
  1051. 0.0124777184
  1052. ]
  1053. ],
  1054. "recog_info": []
  1055. },
  1056. {
  1057. "main_number": null,
  1058. "sub_number": 2,
  1059. "options": [
  1060. [
  1061. 0.1008827238,
  1062. 0.2228163993,
  1063. 0.0113493064,
  1064. 0.0124777184
  1065. ],
  1066. [
  1067. 0.1197982346,
  1068. 0.2228163993,
  1069. 0.0113493064,
  1070. 0.0124777184
  1071. ],
  1072. [
  1073. 0.1387137453,
  1074. 0.2228163993,
  1075. 0.0113493064,
  1076. 0.0124777184
  1077. ],
  1078. [
  1079. 0.157629256,
  1080. 0.2228163993,
  1081. 0.0113493064,
  1082. 0.0124777184
  1083. ]
  1084. ],
  1085. "recog_info": []
  1086. },
  1087. {
  1088. "main_number": null,
  1089. "sub_number": 3,
  1090. "options": [
  1091. [
  1092. 0.1008827238,
  1093. 0.2424242424,
  1094. 0.0113493064,
  1095. 0.0124777184
  1096. ],
  1097. [
  1098. 0.1197982346,
  1099. 0.2424242424,
  1100. 0.0113493064,
  1101. 0.0124777184
  1102. ],
  1103. [
  1104. 0.1387137453,
  1105. 0.2424242424,
  1106. 0.0113493064,
  1107. 0.0124777184
  1108. ],
  1109. [
  1110. 0.157629256,
  1111. 0.2424242424,
  1112. 0.0113493064,
  1113. 0.0124777184
  1114. ]
  1115. ],
  1116. "recog_info": []
  1117. },
  1118. {
  1119. "main_number": null,
  1120. "sub_number": 4,
  1121. "options": [
  1122. [
  1123. 0.1008827238,
  1124. 0.2620320856,
  1125. 0.0113493064,
  1126. 0.0124777184
  1127. ],
  1128. [
  1129. 0.1197982346,
  1130. 0.2620320856,
  1131. 0.0113493064,
  1132. 0.0124777184
  1133. ],
  1134. [
  1135. 0.1387137453,
  1136. 0.2620320856,
  1137. 0.0113493064,
  1138. 0.0124777184
  1139. ],
  1140. [
  1141. 0.157629256,
  1142. 0.2620320856,
  1143. 0.0113493064,
  1144. 0.0124777184
  1145. ]
  1146. ],
  1147. "recog_info": []
  1148. },
  1149. {
  1150. "main_number": null,
  1151. "sub_number": 5,
  1152. "options": [
  1153. [
  1154. 0.1008827238,
  1155. 0.2816399287,
  1156. 0.0113493064,
  1157. 0.0124777184
  1158. ],
  1159. [
  1160. 0.1197982346,
  1161. 0.2816399287,
  1162. 0.0113493064,
  1163. 0.0124777184
  1164. ],
  1165. [
  1166. 0.1387137453,
  1167. 0.2816399287,
  1168. 0.0113493064,
  1169. 0.0124777184
  1170. ],
  1171. [
  1172. 0.157629256,
  1173. 0.2816399287,
  1174. 0.0113493064,
  1175. 0.0124777184
  1176. ]
  1177. ],
  1178. "recog_info": []
  1179. }
  1180. ]
  1181. },
  1182. {
  1183. "field": "question",
  1184. "index": 2,
  1185. "single": true,
  1186. "horizontal": true,
  1187. "items": [
  1188. {
  1189. "main_number": null,
  1190. "sub_number": 6,
  1191. "options": [
  1192. [
  1193. 0.2068095839,
  1194. 0.2032085561,
  1195. 0.0113493064,
  1196. 0.0124777184
  1197. ],
  1198. [
  1199. 0.2257250946,
  1200. 0.2032085561,
  1201. 0.0113493064,
  1202. 0.0124777184
  1203. ],
  1204. [
  1205. 0.2446406053,
  1206. 0.2032085561,
  1207. 0.0113493064,
  1208. 0.0124777184
  1209. ],
  1210. [
  1211. 0.263556116,
  1212. 0.2032085561,
  1213. 0.0113493064,
  1214. 0.0124777184
  1215. ]
  1216. ],
  1217. "recog_info": []
  1218. },
  1219. {
  1220. "main_number": null,
  1221. "sub_number": 7,
  1222. "options": [
  1223. [
  1224. 0.2068095839,
  1225. 0.2228163993,
  1226. 0.0113493064,
  1227. 0.0124777184
  1228. ],
  1229. [
  1230. 0.2257250946,
  1231. 0.2228163993,
  1232. 0.0113493064,
  1233. 0.0124777184
  1234. ],
  1235. [
  1236. 0.2446406053,
  1237. 0.2228163993,
  1238. 0.0113493064,
  1239. 0.0124777184
  1240. ],
  1241. [
  1242. 0.263556116,
  1243. 0.2228163993,
  1244. 0.0113493064,
  1245. 0.0124777184
  1246. ]
  1247. ],
  1248. "recog_info": []
  1249. },
  1250. {
  1251. "main_number": null,
  1252. "sub_number": 8,
  1253. "options": [
  1254. [
  1255. 0.2068095839,
  1256. 0.2424242424,
  1257. 0.0113493064,
  1258. 0.0124777184
  1259. ],
  1260. [
  1261. 0.2257250946,
  1262. 0.2424242424,
  1263. 0.0113493064,
  1264. 0.0124777184
  1265. ],
  1266. [
  1267. 0.2446406053,
  1268. 0.2424242424,
  1269. 0.0113493064,
  1270. 0.0124777184
  1271. ],
  1272. [
  1273. 0.263556116,
  1274. 0.2424242424,
  1275. 0.0113493064,
  1276. 0.0124777184
  1277. ]
  1278. ],
  1279. "recog_info": []
  1280. },
  1281. {
  1282. "main_number": null,
  1283. "sub_number": 9,
  1284. "options": [
  1285. [
  1286. 0.2068095839,
  1287. 0.2620320856,
  1288. 0.0113493064,
  1289. 0.0124777184
  1290. ],
  1291. [
  1292. 0.2257250946,
  1293. 0.2620320856,
  1294. 0.0113493064,
  1295. 0.0124777184
  1296. ],
  1297. [
  1298. 0.2446406053,
  1299. 0.2620320856,
  1300. 0.0113493064,
  1301. 0.0124777184
  1302. ],
  1303. [
  1304. 0.263556116,
  1305. 0.2620320856,
  1306. 0.0113493064,
  1307. 0.0124777184
  1308. ]
  1309. ],
  1310. "recog_info": []
  1311. },
  1312. {
  1313. "main_number": null,
  1314. "sub_number": 10,
  1315. "options": [
  1316. [
  1317. 0.2068095839,
  1318. 0.2816399287,
  1319. 0.0113493064,
  1320. 0.0124777184
  1321. ],
  1322. [
  1323. 0.2257250946,
  1324. 0.2816399287,
  1325. 0.0113493064,
  1326. 0.0124777184
  1327. ],
  1328. [
  1329. 0.2446406053,
  1330. 0.2816399287,
  1331. 0.0113493064,
  1332. 0.0124777184
  1333. ],
  1334. [
  1335. 0.263556116,
  1336. 0.2816399287,
  1337. 0.0113493064,
  1338. 0.0124777184
  1339. ]
  1340. ],
  1341. "recog_info": []
  1342. }
  1343. ]
  1344. }
  1345. ],
  1346. "answer_area": [
  1347. {
  1348. "main_number": null,
  1349. "sub_number": null,
  1350. "area": [
  1351. 0.0718789407,
  1352. 0.7361853832,
  1353. 0.1891551072,
  1354. 0.0998217469
  1355. ]
  1356. },
  1357. {
  1358. "main_number": null,
  1359. "sub_number": null,
  1360. "area": [
  1361. 0.2919293821,
  1362. 0.6613190731,
  1363. 0.1179066835,
  1364. 0.0891265597
  1365. ]
  1366. },
  1367. {
  1368. "main_number": null,
  1369. "sub_number": "1,2,3,4",
  1370. "area": [
  1371. 0.1424968474,
  1372. 0.0766488414,
  1373. 0.2912988651,
  1374. 0.0891265597
  1375. ]
  1376. }
  1377. ],
  1378. "extension": {
  1379. "barcode": [],
  1380. "fill_area": [],
  1381. "ocr_area": [],
  1382. "qrcode": []
  1383. }
  1384. }
  1385. },
  1386. {
  1387. "type": "PAGE",
  1388. "columnGap": 20,
  1389. "locators": {
  1390. "top": [
  1391. {
  1392. "id": "locator-element-hii5dnl83efbuec8-00",
  1393. "type": "LOCATOR",
  1394. "x": "",
  1395. "y": "",
  1396. "w": "",
  1397. "h": ""
  1398. },
  1399. {
  1400. "id": "locator-element-hii5dnl83efbuec8-01",
  1401. "type": "LOCATOR",
  1402. "x": "",
  1403. "y": "",
  1404. "w": "",
  1405. "h": ""
  1406. }
  1407. ],
  1408. "bottom": [
  1409. {
  1410. "id": "locator-element-hii5dnl83efbuec8-10",
  1411. "type": "LOCATOR",
  1412. "x": "",
  1413. "y": "",
  1414. "w": "",
  1415. "h": ""
  1416. }
  1417. ]
  1418. },
  1419. "globals": [],
  1420. "columns": [
  1421. {
  1422. "id": "column-51eoaq4oo1no4p28",
  1423. "type": "COLUMN",
  1424. "x": "",
  1425. "y": "",
  1426. "w": "",
  1427. "h": "",
  1428. "elements": []
  1429. },
  1430. {
  1431. "id": "column-ii5n11jo601mt6bo",
  1432. "type": "COLUMN",
  1433. "x": "",
  1434. "y": "",
  1435. "w": "",
  1436. "h": "",
  1437. "elements": []
  1438. }
  1439. ],
  1440. "pageSize": "A3",
  1441. "columnNumber": 2,
  1442. "showForbidArea": true,
  1443. "id": "element-tm6gbgf87hjjaaeo",
  1444. "exchange": {
  1445. "card_type": 2,
  1446. "page_size": "A3",
  1447. "page_image": "",
  1448. "locator": {
  1449. "top": [
  1450. [
  1451. 0.0504413619,
  1452. 0.0356506239,
  1453. 0.0151324086,
  1454. 0.0142602496
  1455. ],
  1456. [
  1457. 0.8738965952,
  1458. 0.0356506239,
  1459. 0.0151324086,
  1460. 0.0142602496
  1461. ]
  1462. ],
  1463. "bottom": [
  1464. [
  1465. 0.0504413619,
  1466. 0.9500891266,
  1467. 0.0151324086,
  1468. 0.0142602496
  1469. ]
  1470. ]
  1471. },
  1472. "fill_locator": [],
  1473. "check_area": {
  1474. "black_line": [],
  1475. "white_line": []
  1476. },
  1477. "barcode": [],
  1478. "qrcode": [],
  1479. "ocr_area": [],
  1480. "info_area": [],
  1481. "fill_area": [],
  1482. "answer_area": [],
  1483. "extension": {
  1484. "barcode": [],
  1485. "fill_area": [],
  1486. "ocr_area": [],
  1487. "qrcode": []
  1488. }
  1489. }
  1490. }
  1491. ]
  1492. }