Form Recognition

FREEMIUM
By AI Touch | Updated एक महीने पहले | Visual Recognition
Popularity

5.7 / 10

Latency

3,471ms

Service Level

100%

Health Check

N/A

README

image
Recognition results

-Two-way Frequency tables

Independent

Male Female
Agree 12 31
Disa.gree 26 15
Total 38 46

image
Recognition results

RESUME

SEETARAAPRIYAA.D

Email :seetaraapriyaa@gmail.com

Mobile:9924524341

Career Objective

·To pursue a challenging career in a progressive environment where leaming,innovation

and creativity are encouraged,where my skills & knowledge can be enhanced to their

maximum potential to contribute to the overall success and growth of the organization

My Self

I ama person with positive attitude, self-confidence, quick leamer,who works whole-

heartedly in each and every activity taken up and thereby achieves excellence.I consider

myself to be a work-oriented person having assets of intellectual knowledge,sociability and

a flavorto do work in any atmosphere.

Education

Degree Branch Year of Passing College/School University/Board Percentage
Bachelor of Technology Information Technology 2012 Sakthi Mariamman Engineering College Chennai. Anna University. Chennai 75%
HSC-XII 2008 Tarapore & Loganathan Girls Hr Sec School Chennai. State Board of Education 79.52%
SSLC-X 2006 Tarapore & Loganathan Girls Hr Sec School Chennai. State Board of Education 83.51%

Technical Skill set

Skills Details
Programming Languages C.C++.DOTNET,coreJAVA,
Operating Systems MS Windows XP,Windows 7
Database SQL,MS-Access

UG Engineering Project-Details

Project Title Nymble Blocking Misbehaving Users In Anonymizing Networks
Domain Network Security
Project Description Proposed final year project title,"Nymble Blocking Misbehaving Users In Anonymizing Networks "which is used to block the misbehaving users in unauthorized network using Nymble tickets and Nymble manager.

Functional Description

  • The most perfect table recognition on earth, built by an elite team of computer vision engineers.
  • For document images with tables
  • Upload images/pdfs to return the analyzed text recognition results in the table area and other text recognition results in the area outside the table.
Important featuresClick to apply Detailed description
Applicable Scenarios Document images with tables are supported by default
Textual Direction Mixed horizontal and vertical text recognition supported by default
Printed Handwriting Default support for handwriting and printing judgment and mixed recognition of printed and handwritten text
Character Information Optionally returns complete character information including character coordinates, candidate words, etc.
Table Analysis Supports table analysis to return information about the main area of the table and each of the corresponding cells.
Language Type Default Support Simplified English / Japanese / Korean / French / German / Portuguese / Spanish / Italian / Dutch / Swedish / Finnish / Danish / Norwegian / Hungarian / Vietnamese / Afrikaans / Albanian / Basque / Catalan / Croatian / Czech / Estonian / Icelandic / Irish / Latin/ Chinese / Traditional Chinese / Latvian/Lithuanian/Malay/Polish/Romanian/Slovak/Slovenian/Swahili/Turkish/Welsh/Marathi/Creole/Galician/Esperanto/Filipino/Indonesian/Azerbaijani/Russian/Bulgarian/Macedonian/Ukrainian/Serbian/Belarusian/Greek/Armenian and other 52 common languages. Armenian, 52 common languages and many more mapped languages.

Request Parameters

The images to be uploaded currently support jpg, png, bmp, pdf, tiff, single frame gif and most other formats. The file size should not exceed 10M, and the width and height of the image should be between 20 and 10000 (pixels).

parameter name data type description
imageUrl String Valid URL or base64 string starting with “http(s)😕/”
imageFile File

Request Body

Content-Type: application/json

The JSON structure is described below:

field name data type description
code integer 200-SUCCESS;400-FAILED
result object
message string Error message
status string Status result information
+ excel string The excel file is output in base64 format.
+ angle integer Image Angle, define 0 degree as the image direction for human to read the text, it is called orthographic image, this field indicates that the input image is the result of rotating the orthographic image by a number of clockwise angles. 0: ▲90: ▶180: ▼270: ◀
+ width integer Width of the input image.
+ height integer Height of the input image.
+ tables array Tables array. Since there are one or more tables in an image, there are several table objects in the array. Also, in order to completely output the text in the image in areas other than tables, there is an object in the table array that is a “non-table” area, which stores all the text outside the table.
++ position array The coordinates of the identified value in the transitive map are an array of length 8 [0,1,2,3,4,5,6,7].
(0, 1) coordinates of the upper left corner
(2, 3) coordinates of the upper right corner
(4, 5) Coordinate of the lower right corner.
(6, 7) Bottom-left corner coordinates
++ type string Table types: plain (text area not table area): returns only text lines i.e. field “lines” table_with_line (wired table): returns only cells i.e. field “table_cells” table_without_line (wireless table): returns only cells i.e. field “table_cells cells”
++ table_rows integer Number of table rows.
++ table_cols integer Number of table columns.
++ height_of_rows array The height of each row when the table is placed orthogonally, independent of the image rotation angle, in pixels (px).
++ width_of_cols array The width of each column when the table is placed orthogonally, independent of the image rotation angle.
++ lines array Tabular Line Segment Array
+++ position array The coordinates of the starting and ending endpoints of the line segment and its type.
+++ direction string Horizontal and vertical
++ table_cells array An array of cells, this field is returned when the current area type is Wired Forms or Wireless Forms.
+++ start_row integer The starting row of the cell.
+++ start_col integer The starting column of the cell.
+++ end_row integer The ending row of the cell.
+++ end_col integer The ending column of the cell.
+++ borders object The cell’s frame line.
++++ top integer The top border of the cell. 0: no border 1: single solid line
++++ bottom integer The bottom border of the cell. 0: no border 1: single solid line
++++ left integer The left border of the cell. 0: no border 1: single solid line
++++ right integer The right border of the cell. 0: no border 1: single solid line
+++ text string A merged string of all the recognized results in the cell.
+++ position array Cell location information, to the length of 8 plastic array representation of the quadrilateral, semantics of the upper left corner of the starting point clockwise to form a closed area.
+++ lines array One or more lines of text within a cell will exist.
++++ text string Recognize content strings
++++ score number Recognition confidence
++++ type string text type, used to represent the shape of the text. Under the current version, text types include: text (text) stamp (stamp) formula (formula)
++++ position array The coordinates of the identified value in the transitive map are an array of length 8 [0,1,2,3,4,5,6,7].
(0, 1) coordinates of the upper left corner
(2, 3) coordinates of the upper right corner
(4, 5) Coordinate of the lower right corner.
(6, 7) Bottom-left corner coordinates
++++ angle integer Image Angle, define 0 degree as the image direction for human to read the text, it is called orthographic image, this field indicates that the input image is the result of rotating the orthographic image by a number of clockwise angles. 0: ▲90: ▶180: ▼270: ◀
++++ direction integer Text reading direction. -1: Other 0: Single word 1: Landscape 2: Portrait
++++ handwritten integer Whether the text is handwritten or not. -1: Unknown 0: Text is not handwritten, usually printed 1: Text is handwritten, usually with distinctive writing characteristics
++ lines array If the current area type is a non-tabular area, then instead of returning a cell field, this field returns an array of rows of text.
+++ text string Recognize content strings
+++ score number Recognition confidence
+++ type string text type, used to represent the shape of the text. Under the current version, text types include: text (text) stamp (stamp) formula (formula)
+++ position array The coordinates of the identified value in the transitive map are an array of length 8 [0,1,2,3,4,5,6,7].
(0, 1) coordinates of the upper left corner
(2, 3) coordinates of the upper right corner
(4, 5) Coordinate of the lower right corner.
(6, 7) Bottom-left corner coordinates
+++ angle integer Image Angle, define 0 degree as the image direction for human to read the text, it is called orthographic image, this field indicates that the input image is the result of rotating the orthographic image by a number of clockwise angles. 0: ▲90: ▶180: ▼270: ◀
+++ direction integer Text reading direction. -1: Other 0: Single word 1: Landscape 2: Portrait
+++ handwritten integer Whether the text is handwritten or not. -1: Unknown 0: Text is not handwritten, usually printed 1: Text is handwritten, usually with distinctive writing characteristics

SUCCESS

{
  "code": "200",
  "status": "SUCCESS",
  "service": "table_ocr",
  "date": "11/10/2023 12:28:18 AM",
  "result": {
    "angle": 0,
    "excel": "UEsDBBQAAAAIAAAAIQBhXUk6TwEAAI8EAAATAAAAW0NvbnRlbnRfVHlwZX...",
    "height": 452,
    "tables": [
      {
        "height_of_rows": [],
        "type": "plain",
        "table_cells": [],
        "table_rows": 0,
        "width_of_cols": [],
        "position": [
          0,
          0,
          583,
          0,
          583,
          19,
          0,
          19
        ],
        "lines": [
          {
            "angle": 0,
            "text": "New Accounts:",
            "direction": 1,
            "handwritten": 0,
            "position": [
              3,
              2,
              107,
              2,
              107,
              18,
              3,
              18
            ],
            "score": 0.993,
            "type": "text"
          }
        ],
        "table_cols": 0
      },
      {
        "height_of_rows": [
          85,
          53,
          69
        ],
        "type": "table_with_line",
        "table_cells": [
          {
            "end_row": 0,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              5,
              20,
              78,
              20,
              78,
              105,
              5,
              105
            ],
            "end_col": 0,
            "start_row": 0,
            "start_col": 0,
            "lines": [
              {
                "angle": 0,
                "text": "Client",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  22,
                  46,
                  62,
                  46,
                  62,
                  62,
                  22,
                  62
                ],
                "score": 0.999,
                "type": "text"
              },
              {
                "angle": 0,
                "text": "Name",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  22,
                  63,
                  62,
                  63,
                  62,
                  78,
                  22,
                  78
                ],
                "score": 0.999,
                "type": "text"
              }
            ],
            "text": "Client\nName"
          },
          {
            "end_row": 0,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              78,
              20,
              153,
              20,
              153,
              105,
              78,
              105
            ],
            "end_col": 1,
            "start_row": 0,
            "start_col": 1,
            "lines": [
              {
                "angle": 0,
                "text": "Account",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  87,
                  47,
                  143,
                  47,
                  143,
                  62,
                  87,
                  62
                ],
                "score": 0.999,
                "type": "text"
              },
              {
                "angle": 0,
                "text": "Number",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  88,
                  63,
                  143,
                  63,
                  143,
                  78,
                  88,
                  78
                ],
                "score": 0.999,
                "type": "text"
              }
            ],
            "text": "Account\nNumber"
          },
          {
            "end_row": 0,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              153,
              20,
              227,
              20,
              227,
              105,
              153,
              105
            ],
            "end_col": 2,
            "start_row": 0,
            "start_col": 2,
            "lines": [
              {
                "angle": 0,
                "text": "Date",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  172,
                  46,
                  206,
                  46,
                  206,
                  62,
                  172,
                  62
                ],
                "score": 0.999,
                "type": "text"
              },
              {
                "angle": 0,
                "text": "Opened",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  162,
                  63,
                  218,
                  63,
                  218,
                  79,
                  162,
                  79
                ],
                "score": 0.97,
                "type": "text"
              }
            ],
            "text": "Date\nOpened"
          },
          {
            "end_row": 0,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              227,
              20,
              292,
              20,
              293,
              105,
              227,
              105
            ],
            "end_col": 3,
            "start_row": 0,
            "start_col": 3,
            "lines": [
              {
                "angle": 0,
                "text": "Status",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  238,
                  54,
                  282,
                  54,
                  282,
                  70,
                  238,
                  70
                ],
                "score": 0.999,
                "type": "text"
              }
            ],
            "text": "Status"
          },
          {
            "end_row": 0,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              292,
              20,
              358,
              20,
              358,
              105,
              293,
              105
            ],
            "end_col": 4,
            "start_row": 0,
            "start_col": 4,
            "lines": [
              {
                "angle": 0,
                "text": "Rejected",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  295,
                  44,
                  355,
                  44,
                  355,
                  64,
                  295,
                  64
                ],
                "score": 0.999,
                "type": "text"
              },
              {
                "angle": 0,
                "text": "Items",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  307,
                  63,
                  345,
                  63,
                  345,
                  78,
                  307,
                  78
                ],
                "score": 0.976,
                "type": "text"
              }
            ],
            "text": "Rejected\nItems"
          },
          {
            "end_row": 0,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              358,
              20,
              420,
              20,
              420,
              105,
              358,
              105
            ],
            "end_col": 5,
            "start_row": 0,
            "start_col": 5,
            "lines": [
              {
                "angle": 0,
                "text": "Pending",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  361,
                  47,
                  417,
                  47,
                  417,
                  63,
                  361,
                  63
                ],
                "score": 0.999,
                "type": "text"
              },
              {
                "angle": 0,
                "text": "Items",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  370,
                  63,
                  409,
                  63,
                  409,
                  78,
                  370,
                  78
                ],
                "score": 0.976,
                "type": "text"
              }
            ],
            "text": "Pending\nItems"
          },
          {
            "end_row": 0,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              420,
              20,
              510,
              20,
              510,
              105,
              420,
              105
            ],
            "end_col": 6,
            "start_row": 0,
            "start_col": 6,
            "lines": [
              {
                "angle": 0,
                "text": "Maintenance",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  422,
                  46,
                  506,
                  46,
                  506,
                  62,
                  422,
                  62
                ],
                "score": 0.999,
                "type": "text"
              },
              {
                "angle": 0,
                "text": "Required",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  434,
                  63,
                  497,
                  63,
                  497,
                  79,
                  434,
                  79
                ],
                "score": 0.999,
                "type": "text"
              }
            ],
            "text": "Maintenance\nRequired"
          },
          {
            "end_row": 0,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              510,
              20,
              579,
              20,
              579,
              105,
              510,
              105
            ],
            "end_col": 7,
            "start_row": 0,
            "start_col": 7,
            "lines": [
              {
                "angle": 0,
                "text": "CIP",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  531,
                  30,
                  559,
                  30,
                  559,
                  44,
                  531,
                  44
                ],
                "score": 0.999,
                "type": "text"
              },
              {
                "angle": 0,
                "text": "Exception",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  514,
                  47,
                  578,
                  47,
                  578,
                  63,
                  514,
                  63
                ],
                "score": 0.999,
                "type": "text"
              },
              {
                "angle": 0,
                "text": "(Yes/No)",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  517,
                  63,
                  575,
                  63,
                  575,
                  79,
                  517,
                  79
                ],
                "score": 0.999,
                "type": "text"
              }
            ],
            "text": "CIP\nException\n(Yes/No)"
          },
          {
            "end_row": 1,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              5,
              105,
              78,
              105,
              78,
              158,
              5,
              158
            ],
            "end_col": 0,
            "start_row": 1,
            "start_col": 0,
            "lines": [
              {
                "angle": 0,
                "text": "Linda J",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  8,
                  131,
                  58,
                  131,
                  58,
                  147,
                  8,
                  147
                ],
                "score": 0.99,
                "type": "text"
              }
            ],
            "text": "Linda J"
          },
          {
            "end_row": 1,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              78,
              105,
              153,
              105,
              153,
              158,
              78,
              158
            ],
            "end_col": 1,
            "start_row": 1,
            "start_col": 1,
            "lines": [],
            "text": ""
          },
          {
            "end_row": 1,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              153,
              105,
              227,
              105,
              227,
              158,
              153,
              158
            ],
            "end_col": 2,
            "start_row": 1,
            "start_col": 2,
            "lines": [
              {
                "angle": 0,
                "text": "6/2/2010",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  156,
                  123,
                  216,
                  123,
                  216,
                  139,
                  156,
                  139
                ],
                "score": 0.999,
                "type": "text"
              }
            ],
            "text": "6/2/2010"
          },
          {
            "end_row": 1,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              227,
              105,
              293,
              105,
              293,
              158,
              227,
              158
            ],
            "end_col": 3,
            "start_row": 1,
            "start_col": 3,
            "lines": [
              {
                "angle": 0,
                "text": "Pending",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  228,
                  122,
                  287,
                  122,
                  287,
                  142,
                  228,
                  142
                ],
                "score": 0.999,
                "type": "text"
              }
            ],
            "text": "Pending"
          },
          {
            "end_row": 1,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              293,
              105,
              358,
              105,
              359,
              158,
              293,
              158
            ],
            "end_col": 4,
            "start_row": 1,
            "start_col": 4,
            "lines": [],
            "text": ""
          },
          {
            "end_row": 1,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              358,
              105,
              420,
              105,
              421,
              158,
              359,
              158
            ],
            "end_col": 5,
            "start_row": 1,
            "start_col": 5,
            "lines": [
              {
                "angle": 0,
                "text": "Test",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  362,
                  123,
                  394,
                  123,
                  395,
                  139,
                  362,
                  139
                ],
                "score": 0.999,
                "type": "text"
              }
            ],
            "text": "Test"
          },
          {
            "end_row": 1,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              420,
              105,
              510,
              105,
              510,
              158,
              421,
              158
            ],
            "end_col": 6,
            "start_row": 1,
            "start_col": 6,
            "lines": [],
            "text": ""
          },
          {
            "end_row": 1,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              510,
              105,
              579,
              105,
              579,
              158,
              510,
              158
            ],
            "end_col": 7,
            "start_row": 1,
            "start_col": 7,
            "lines": [
              {
                "angle": 0,
                "text": "No",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  513,
                  115,
                  535,
                  115,
                  535,
                  131,
                  513,
                  131
                ],
                "score": 0.992,
                "type": "text"
              }
            ],
            "text": "No"
          },
          {
            "end_row": 2,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              5,
              158,
              78,
              158,
              78,
              227,
              5,
              227
            ],
            "end_col": 0,
            "start_row": 2,
            "start_col": 0,
            "lines": [
              {
                "angle": 0,
                "text": "Trinidad",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  8,
                  184,
                  63,
                  184,
                  63,
                  199,
                  8,
                  199
                ],
                "score": 0.999,
                "type": "text"
              },
              {
                "angle": 0,
                "text": "R",
                "direction": 0,
                "handwritten": 0,
                "position": [
                  8,
                  200,
                  23,
                  200,
                  23,
                  216,
                  8,
                  216
                ],
                "score": 0.999,
                "type": "text"
              }
            ],
            "text": "Trinidad\nR"
          },
          {
            "end_row": 2,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              78,
              158,
              153,
              158,
              153,
              227,
              78,
              227
            ],
            "end_col": 1,
            "start_row": 2,
            "start_col": 1,
            "lines": [],
            "text": ""
          },
          {
            "end_row": 2,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              153,
              158,
              227,
              158,
              227,
              227,
              153,
              227
            ],
            "end_col": 2,
            "start_row": 2,
            "start_col": 2,
            "lines": [
              {
                "angle": 0,
                "text": "8/25/2009",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  156,
                  184,
                  223,
                  184,
                  223,
                  200,
                  156,
                  200
                ],
                "score": 0.999,
                "type": "text"
              }
            ],
            "text": "8/25/2009"
          },
          {
            "end_row": 2,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              227,
              158,
              293,
              158,
              293,
              227,
              227,
              227
            ],
            "end_col": 3,
            "start_row": 2,
            "start_col": 3,
            "lines": [
              {
                "angle": 0,
                "text": "Rejected",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  228,
                  183,
                  291,
                  183,
                  291,
                  203,
                  228,
                  203
                ],
                "score": 0.999,
                "type": "text"
              }
            ],
            "text": "Rejected"
          },
          {
            "end_row": 2,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              293,
              158,
              359,
              158,
              359,
              227,
              293,
              227
            ],
            "end_col": 4,
            "start_row": 2,
            "start_col": 4,
            "lines": [
              {
                "angle": 0,
                "text": "Test",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  295,
                  184,
                  328,
                  184,
                  328,
                  200,
                  295,
                  200
                ],
                "score": 0.999,
                "type": "text"
              }
            ],
            "text": "Test"
          },
          {
            "end_row": 2,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              359,
              158,
              421,
              158,
              421,
              227,
              359,
              227
            ],
            "end_col": 5,
            "start_row": 2,
            "start_col": 5,
            "lines": [],
            "text": ""
          },
          {
            "end_row": 2,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              421,
              158,
              510,
              158,
              511,
              227,
              421,
              227
            ],
            "end_col": 6,
            "start_row": 2,
            "start_col": 6,
            "lines": [],
            "text": ""
          },
          {
            "end_row": 2,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              510,
              158,
              579,
              158,
              579,
              227,
              511,
              227
            ],
            "end_col": 7,
            "start_row": 2,
            "start_col": 7,
            "lines": [
              {
                "angle": 0,
                "text": "Yes",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  511,
                  176,
                  541,
                  176,
                  541,
                  192,
                  511,
                  192
                ],
                "score": 0.999,
                "type": "text"
              }
            ],
            "text": "Yes"
          }
        ],
        "table_rows": 3,
        "width_of_cols": [
          73,
          75,
          74,
          66,
          65,
          62,
          90,
          69
        ],
        "position": [
          5,
          20,
          579,
          20,
          579,
          227,
          5,
          227
        ],
        "lines": [],
        "table_cols": 8
      },
      {
        "height_of_rows": [],
        "type": "plain",
        "table_cells": [],
        "table_rows": 0,
        "width_of_cols": [],
        "position": [
          0,
          227,
          583,
          227,
          583,
          287,
          0,
          287
        ],
        "lines": [
          {
            "angle": 0,
            "text": "Superseded Accounts:",
            "direction": 1,
            "handwritten": 0,
            "position": [
              2,
              266,
              151,
              266,
              151,
              286,
              2,
              286
            ],
            "score": 0.998,
            "type": "text"
          }
        ],
        "table_cols": 0
      },
      {
        "height_of_rows": [
          86,
          71
        ],
        "type": "table_with_line",
        "table_cells": [
          {
            "end_row": 0,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              8,
              287,
              73,
              287,
              73,
              373,
              8,
              373
            ],
            "end_col": 0,
            "start_row": 0,
            "start_col": 0,
            "lines": [
              {
                "angle": 0,
                "text": "Client",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  19,
                  314,
                  59,
                  314,
                  59,
                  328,
                  19,
                  328
                ],
                "score": 0.999,
                "type": "text"
              },
              {
                "angle": 0,
                "text": "Name",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  19,
                  330,
                  59,
                  330,
                  59,
                  344,
                  19,
                  344
                ],
                "score": 0.999,
                "type": "text"
              }
            ],
            "text": "Client\nName"
          },
          {
            "end_row": 0,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              73,
              287,
              151,
              287,
              151,
              373,
              73,
              373
            ],
            "end_col": 1,
            "start_row": 0,
            "start_col": 1,
            "lines": [
              {
                "angle": 0,
                "text": "Account",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  83,
                  314,
                  138,
                  314,
                  138,
                  328,
                  83,
                  328
                ],
                "score": 0.999,
                "type": "text"
              },
              {
                "angle": 0,
                "text": "Number",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  84,
                  330,
                  138,
                  330,
                  138,
                  344,
                  84,
                  344
                ],
                "score": 0.999,
                "type": "text"
              }
            ],
            "text": "Account\nNumber"
          },
          {
            "end_row": 0,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              151,
              287,
              233,
              287,
              233,
              373,
              151,
              373
            ],
            "end_col": 2,
            "start_row": 0,
            "start_col": 2,
            "lines": [
              {
                "angle": 0,
                "text": "Date of",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  166,
                  312,
                  216,
                  312,
                  216,
                  328,
                  166,
                  328
                ],
                "score": 0.992,
                "type": "text"
              },
              {
                "angle": 0,
                "text": "Supersede",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  155,
                  330,
                  228,
                  330,
                  228,
                  346,
                  155,
                  346
                ],
                "score": 0.999,
                "type": "text"
              }
            ],
            "text": "Date of\nSupersede"
          },
          {
            "end_row": 0,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              233,
              287,
              299,
              287,
              299,
              373,
              233,
              373
            ],
            "end_col": 3,
            "start_row": 0,
            "start_col": 3,
            "lines": [
              {
                "angle": 0,
                "text": "Status",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  244,
                  322,
                  287,
                  322,
                  287,
                  338,
                  244,
                  338
                ],
                "score": 0.999,
                "type": "text"
              }
            ],
            "text": "Status"
          },
          {
            "end_row": 0,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              299,
              287,
              368,
              287,
              368,
              373,
              299,
              373
            ],
            "end_col": 4,
            "start_row": 0,
            "start_col": 4,
            "lines": [
              {
                "angle": 0,
                "text": "Rejected",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  303,
                  311,
                  366,
                  311,
                  366,
                  331,
                  303,
                  331
                ],
                "score": 0.999,
                "type": "text"
              },
              {
                "angle": 0,
                "text": "Items",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  315,
                  330,
                  354,
                  330,
                  354,
                  346,
                  315,
                  346
                ],
                "score": 0.985,
                "type": "text"
              }
            ],
            "text": "Rejected\nItems"
          },
          {
            "end_row": 0,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              368,
              287,
              435,
              287,
              435,
              373,
              368,
              373
            ],
            "end_col": 5,
            "start_row": 0,
            "start_col": 5,
            "lines": [
              {
                "angle": 0,
                "text": "Pending",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  374,
                  314,
                  430,
                  314,
                  430,
                  330,
                  374,
                  330
                ],
                "score": 0.999,
                "type": "text"
              },
              {
                "angle": 0,
                "text": "Items",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  383,
                  329,
                  422,
                  331,
                  422,
                  346,
                  382,
                  344
                ],
                "score": 0.979,
                "type": "text"
              }
            ],
            "text": "Pending\nItems"
          },
          {
            "end_row": 0,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              435,
              287,
              530,
              287,
              530,
              373,
              435,
              373
            ],
            "end_col": 6,
            "start_row": 0,
            "start_col": 6,
            "lines": [
              {
                "angle": 0,
                "text": "Maintenance",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  439,
                  314,
                  524,
                  314,
                  524,
                  328,
                  439,
                  328
                ],
                "score": 0.999,
                "type": "text"
              },
              {
                "angle": 0,
                "text": "Required",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  451,
                  330,
                  514,
                  330,
                  514,
                  346,
                  451,
                  346
                ],
                "score": 0.999,
                "type": "text"
              }
            ],
            "text": "Maintenance\nRequired"
          },
          {
            "end_row": 0,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              530,
              287,
              581,
              287,
              581,
              373,
              530,
              373
            ],
            "end_col": 7,
            "start_row": 0,
            "start_col": 7,
            "lines": [
              {
                "angle": 0,
                "text": "CIP",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  552,
                  296,
                  580,
                  296,
                  580,
                  312,
                  552,
                  312
                ],
                "score": 0.986,
                "type": "text"
              },
              {
                "angle": 0,
                "text": "Excepti",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  535,
                  314,
                  582,
                  314,
                  582,
                  330,
                  535,
                  330
                ],
                "score": 0.999,
                "type": "text"
              },
              {
                "angle": 0,
                "text": "(Yes/N",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  535,
                  328,
                  582,
                  328,
                  582,
                  348,
                  535,
                  348
                ],
                "score": 0.999,
                "type": "text"
              }
            ],
            "text": "CIP\nExcepti\n(Yes/N"
          },
          {
            "end_row": 1,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              8,
              373,
              73,
              373,
              73,
              444,
              8,
              444
            ],
            "end_col": 0,
            "start_row": 1,
            "start_col": 0,
            "lines": [
              {
                "angle": 0,
                "text": "Melissa",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  11,
                  402,
                  63,
                  402,
                  63,
                  416,
                  11,
                  416
                ],
                "score": 0.999,
                "type": "text"
              },
              {
                "angle": 0,
                "text": "A",
                "direction": 0,
                "handwritten": 0,
                "position": [
                  10,
                  418,
                  26,
                  418,
                  26,
                  432,
                  10,
                  432
                ],
                "score": 0.999,
                "type": "text"
              }
            ],
            "text": "Melissa\nA"
          },
          {
            "end_row": 1,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              73,
              373,
              151,
              373,
              151,
              444,
              73,
              444
            ],
            "end_col": 1,
            "start_row": 1,
            "start_col": 1,
            "lines": [],
            "text": ""
          },
          {
            "end_row": 1,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              151,
              373,
              233,
              373,
              233,
              444,
              151,
              444
            ],
            "end_col": 2,
            "start_row": 1,
            "start_col": 2,
            "lines": [
              {
                "angle": 0,
                "text": "4/16/2011",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  155,
                  402,
                  222,
                  402,
                  222,
                  416,
                  155,
                  416
                ],
                "score": 0.999,
                "type": "text"
              }
            ],
            "text": "4/16/2011"
          },
          {
            "end_row": 1,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              233,
              373,
              299,
              373,
              299,
              444,
              233,
              444
            ],
            "end_col": 3,
            "start_row": 1,
            "start_col": 3,
            "lines": [
              {
                "angle": 0,
                "text": "Pending",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  236,
                  400,
                  295,
                  400,
                  295,
                  420,
                  236,
                  420
                ],
                "score": 0.999,
                "type": "text"
              }
            ],
            "text": "Pending"
          },
          {
            "end_row": 1,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              299,
              373,
              368,
              373,
              368,
              444,
              299,
              444
            ],
            "end_col": 4,
            "start_row": 1,
            "start_col": 4,
            "lines": [],
            "text": ""
          },
          {
            "end_row": 1,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              368,
              373,
              435,
              373,
              435,
              444,
              368,
              444
            ],
            "end_col": 5,
            "start_row": 1,
            "start_col": 5,
            "lines": [
              {
                "angle": 0,
                "text": "Test",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  374,
                  400,
                  407,
                  400,
                  407,
                  416,
                  374,
                  416
                ],
                "score": 0.999,
                "type": "text"
              }
            ],
            "text": "Test"
          },
          {
            "end_row": 1,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              435,
              373,
              530,
              373,
              530,
              444,
              435,
              444
            ],
            "end_col": 6,
            "start_row": 1,
            "start_col": 6,
            "lines": [],
            "text": ""
          },
          {
            "end_row": 1,
            "borders": {
              "right": -1,
              "bottom": -1,
              "left": -1,
              "top": -1
            },
            "position": [
              530,
              373,
              581,
              373,
              581,
              444,
              530,
              444
            ],
            "end_col": 7,
            "start_row": 1,
            "start_col": 7,
            "lines": [
              {
                "angle": 0,
                "text": "No",
                "direction": 1,
                "handwritten": 0,
                "position": [
                  534,
                  394,
                  556,
                  394,
                  556,
                  408,
                  534,
                  408
                ],
                "score": 0.985,
                "type": "text"
              }
            ],
            "text": "No"
          }
        ],
        "table_rows": 2,
        "width_of_cols": [
          65,
          78,
          82,
          66,
          69,
          67,
          95,
          51
        ],
        "position": [
          8,
          287,
          581,
          287,
          581,
          444,
          8,
          444
        ],
        "lines": [],
        "table_cols": 8
      }
    ],
    "width": 584
  }
}

FAILED

{
  "code": "400",
  "status": "FAILED",
  "message": "Parameter error"
}
Followers: 0
API Creator:
Rapid account: AI Touch
AI Touch
dominonet-lTpEE6zONeS
Log In to Rate API
Rating: 5 - Votes: 1