{ "uuid": "2cc61edc-bdcf-4ea4-bb63-f63001871154", "lastMigration": 29, "name": "ocrapi", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "1ceca42b-8c9d-4a8a-aab2-ee765ea16349", "documentation": "Convert a scanned image into words with location", "method": "post", "endpoint": "ocr/image/to/lines-with-location", "responses": [ { "uuid": "ea646df6-3614-40e3-81c4-8d910e88a6ac", "body": "{\n \"Lines\": [\n {\n \"LineText\": \"\",\n \"Words\": [\n {\n \"BlockNumber\": {{faker 'number.int' max=99999}},\n \"ConfidenceLevel\": {{faker 'number.float'}},\n \"Height\": {{faker 'number.int' max=99999}},\n \"LineNumber\": {{faker 'number.int' max=99999}},\n \"PageNumber\": {{faker 'number.int' max=99999}},\n \"ParagraphNumber\": {{faker 'number.int' max=99999}},\n \"Width\": {{faker 'number.int' max=99999}},\n \"WordNumber\": {{faker 'number.int' max=99999}},\n \"WordText\": \"\",\n \"XLeft\": {{faker 'number.int' max=99999}},\n \"YTop\": {{faker 'number.int' max=99999}}\n }\n ]\n }\n ],\n \"Successful\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f51eff61-0456-49f7-b464-0685160eac71", "documentation": "Convert a scanned image into words with location", "method": "post", "endpoint": "ocr/image/to/words-with-location", "responses": [ { "uuid": "1f506b43-24b1-4694-b946-33a7a7cb7c0a", "body": "{\n \"Successful\": {{faker 'datatype.boolean'}},\n \"Words\": [\n {\n \"BlockNumber\": {{faker 'number.int' max=99999}},\n \"ConfidenceLevel\": {{faker 'number.float'}},\n \"Height\": {{faker 'number.int' max=99999}},\n \"LineNumber\": {{faker 'number.int' max=99999}},\n \"PageNumber\": {{faker 'number.int' max=99999}},\n \"ParagraphNumber\": {{faker 'number.int' max=99999}},\n \"Width\": {{faker 'number.int' max=99999}},\n \"WordNumber\": {{faker 'number.int' max=99999}},\n \"WordText\": \"\",\n \"XLeft\": {{faker 'number.int' max=99999}},\n \"YTop\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3070e04b-63c5-4953-a4c8-593679b79d95", "documentation": "Convert a scanned image into text", "method": "post", "endpoint": "ocr/image/toText", "responses": [ { "uuid": "f5e7bd4e-3d63-4323-953a-c844dfb85db1", "body": "{\n \"MeanConfidenceLevel\": {{faker 'number.float'}},\n \"TextResult\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bed796b1-6c8b-447a-945b-512ea331b1f6", "documentation": "Convert a PDF into text lines with location", "method": "post", "endpoint": "ocr/pdf/to/lines-with-location", "responses": [ { "uuid": "0d9a2a74-135d-45c0-99b2-d40e5409cf6a", "body": "{\n \"OcrPages\": [\n {\n \"Lines\": [\n {\n \"LineText\": \"\",\n \"Words\": [\n {\n \"BlockNumber\": {{faker 'number.int' max=99999}},\n \"ConfidenceLevel\": {{faker 'number.float'}},\n \"Height\": {{faker 'number.int' max=99999}},\n \"LineNumber\": {{faker 'number.int' max=99999}},\n \"PageNumber\": {{faker 'number.int' max=99999}},\n \"ParagraphNumber\": {{faker 'number.int' max=99999}},\n \"Width\": {{faker 'number.int' max=99999}},\n \"WordNumber\": {{faker 'number.int' max=99999}},\n \"WordText\": \"\",\n \"XLeft\": {{faker 'number.int' max=99999}},\n \"YTop\": {{faker 'number.int' max=99999}}\n }\n ]\n }\n ],\n \"PageNumber\": {{faker 'number.int' max=99999}},\n \"Successful\": {{faker 'datatype.boolean'}}\n }\n ],\n \"Successful\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6e2e8f08-715c-4497-8052-d445c906ce26", "documentation": "Convert a PDF into words with location", "method": "post", "endpoint": "ocr/pdf/to/words-with-location", "responses": [ { "uuid": "eb09ed1d-50db-41b8-85ae-dca243f0700a", "body": "{\n \"OcrPages\": [\n {\n \"PageNumber\": {{faker 'number.int' max=99999}},\n \"Successful\": {{faker 'datatype.boolean'}},\n \"Words\": [\n {\n \"BlockNumber\": {{faker 'number.int' max=99999}},\n \"ConfidenceLevel\": {{faker 'number.float'}},\n \"Height\": {{faker 'number.int' max=99999}},\n \"LineNumber\": {{faker 'number.int' max=99999}},\n \"PageNumber\": {{faker 'number.int' max=99999}},\n \"ParagraphNumber\": {{faker 'number.int' max=99999}},\n \"Width\": {{faker 'number.int' max=99999}},\n \"WordNumber\": {{faker 'number.int' max=99999}},\n \"WordText\": \"\",\n \"XLeft\": {{faker 'number.int' max=99999}},\n \"YTop\": {{faker 'number.int' max=99999}}\n }\n ]\n }\n ],\n \"Successful\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2eb4b920-784b-44b8-bb0a-9ed0e5166585", "documentation": "Converts an uploaded PDF file into text via Optical Character Recognition.", "method": "post", "endpoint": "ocr/pdf/toText", "responses": [ { "uuid": "6b98b739-6c25-4129-97e9-7d220bdacc90", "body": "{\n \"OcrPages\": [\n {\n \"MeanConfidenceLevel\": {{faker 'number.float'}},\n \"PageNumber\": {{faker 'number.int' max=99999}},\n \"TextResult\": \"\"\n }\n ],\n \"Successful\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "030e7f3e-b92d-495a-b792-3f8ed6739d38", "documentation": "Recognize a photo of a business card, extract key business information", "method": "post", "endpoint": "ocr/photo/recognize/business-card", "responses": [ { "uuid": "83feb81b-a32f-434f-8e98-3ecd0cea339d", "body": "{\n \"AddressString\": \"\",\n \"BusinessName\": \"\",\n \"EmailAddress\": \"\",\n \"PersonName\": \"\",\n \"PersonTitle\": \"\",\n \"PhoneNumber\": \"\",\n \"Successful\": {{faker 'datatype.boolean'}},\n \"Timestamp\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ff217f01-5191-42b1-a17d-42cd82fba9ed", "documentation": "Recognize a photo of a form, extract key fields and business information", "method": "post", "endpoint": "ocr/photo/recognize/form", "responses": [ { "uuid": "9c10f045-804c-480e-a6ff-a583f309563d", "body": "{\n \"BestMatchFormSettingName\": \"\",\n \"Diagnostics\": [\n \"\"\n ],\n \"FieldValueExtractionResult\": [\n {\n \"FieldValues\": [\n {\n \"BoundingPoints\": [\n {\n \"X\": {{faker 'number.int' max=99999}},\n \"Y\": {{faker 'number.int' max=99999}}\n }\n ],\n \"ConfidenceLevel\": {{faker 'number.float'}},\n \"Height\": {{faker 'number.int' max=99999}},\n \"Text\": \"\",\n \"Width\": {{faker 'number.int' max=99999}},\n \"XLeft\": {{faker 'number.int' max=99999}},\n \"YTop\": {{faker 'number.int' max=99999}}\n }\n ],\n \"TargetField\": {\n \"AllowNumericDigits\": {{faker 'datatype.boolean'}},\n \"AlternateAnchor\": \"\",\n \"AnchorMode\": \"\",\n \"BottomAnchor\": \"\",\n \"DataType\": \"\",\n \"FieldID\": \"\",\n \"HorizontalAlignmentType\": \"\",\n \"Ignore\": [\n \"\"\n ],\n \"LeftAnchor\": \"\",\n \"MinimumCharacterCount\": {{faker 'number.int' max=99999}},\n \"Options\": \"\",\n \"TargetDigitCount\": {{faker 'number.int' max=99999}},\n \"TargetFieldHeight_Relative\": {{faker 'number.float'}},\n \"TargetFieldHorizontalAdjustment\": {{faker 'number.float'}},\n \"TargetFieldVerticalAdjustment\": {{faker 'number.float'}},\n \"TargetFieldWidth_Relative\": {{faker 'number.float'}},\n \"TopAnchor\": \"\",\n \"VerticalAlignmentType\": \"\"\n }\n }\n ],\n \"Successful\": {{faker 'datatype.boolean'}},\n \"TableValueExtractionResults\": [\n {\n \"TableDefinition\": {\n \"ColumnDefinitions\": [\n {\n \"AllowNumericDigits\": {{faker 'datatype.boolean'}},\n \"AnchorMode\": \"\",\n \"ColumnID\": \"\",\n \"DataType\": \"\",\n \"MinimumCharacterCount\": {{faker 'number.int' max=99999}},\n \"TopAnchor\": \"\"\n }\n ],\n \"TableID\": \"\",\n \"TargetRowHeight_Relative\": {{faker 'number.float'}},\n \"TargetTableHeight_Relative\": {{faker 'number.float'}}\n },\n \"TableRowsResult\": [\n {\n \"TableRowCellsResult\": [\n {\n \"CellValues\": [\n {\n \"BoundingPoints\": [\n {\n \"X\": {{faker 'number.int' max=99999}},\n \"Y\": {{faker 'number.int' max=99999}}\n }\n ],\n \"ConfidenceLevel\": {{faker 'number.float'}},\n \"Height\": {{faker 'number.int' max=99999}},\n \"Text\": \"\",\n \"Width\": {{faker 'number.int' max=99999}},\n \"XLeft\": {{faker 'number.int' max=99999}},\n \"YTop\": {{faker 'number.int' max=99999}}\n }\n ],\n \"ColumnID\": \"\"\n }\n ]\n }\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5c9e2e2c-171a-442c-8008-5b67080ed434", "documentation": "Recognize a photo of a form, extract key fields using stored templates", "method": "post", "endpoint": "ocr/photo/recognize/form/advanced", "responses": [ { "uuid": "7e1e5445-496b-481e-b321-1ccfdc6e2256", "body": "{\n \"BestMatchFormSettingName\": \"\",\n \"Diagnostics\": [\n \"\"\n ],\n \"FieldValueExtractionResult\": [\n {\n \"FieldValues\": [\n {\n \"BoundingPoints\": [\n {\n \"X\": {{faker 'number.int' max=99999}},\n \"Y\": {{faker 'number.int' max=99999}}\n }\n ],\n \"ConfidenceLevel\": {{faker 'number.float'}},\n \"Height\": {{faker 'number.int' max=99999}},\n \"Text\": \"\",\n \"Width\": {{faker 'number.int' max=99999}},\n \"XLeft\": {{faker 'number.int' max=99999}},\n \"YTop\": {{faker 'number.int' max=99999}}\n }\n ],\n \"TargetField\": {\n \"AllowNumericDigits\": {{faker 'datatype.boolean'}},\n \"AlternateAnchor\": \"\",\n \"AnchorMode\": \"\",\n \"BottomAnchor\": \"\",\n \"DataType\": \"\",\n \"FieldID\": \"\",\n \"HorizontalAlignmentType\": \"\",\n \"Ignore\": [\n \"\"\n ],\n \"LeftAnchor\": \"\",\n \"MinimumCharacterCount\": {{faker 'number.int' max=99999}},\n \"Options\": \"\",\n \"TargetDigitCount\": {{faker 'number.int' max=99999}},\n \"TargetFieldHeight_Relative\": {{faker 'number.float'}},\n \"TargetFieldHorizontalAdjustment\": {{faker 'number.float'}},\n \"TargetFieldVerticalAdjustment\": {{faker 'number.float'}},\n \"TargetFieldWidth_Relative\": {{faker 'number.float'}},\n \"TopAnchor\": \"\",\n \"VerticalAlignmentType\": \"\"\n }\n }\n ],\n \"Successful\": {{faker 'datatype.boolean'}},\n \"TableValueExtractionResults\": [\n {\n \"TableDefinition\": {\n \"ColumnDefinitions\": [\n {\n \"AllowNumericDigits\": {{faker 'datatype.boolean'}},\n \"AnchorMode\": \"\",\n \"ColumnID\": \"\",\n \"DataType\": \"\",\n \"MinimumCharacterCount\": {{faker 'number.int' max=99999}},\n \"TopAnchor\": \"\"\n }\n ],\n \"TableID\": \"\",\n \"TargetRowHeight_Relative\": {{faker 'number.float'}},\n \"TargetTableHeight_Relative\": {{faker 'number.float'}}\n },\n \"TableRowsResult\": [\n {\n \"TableRowCellsResult\": [\n {\n \"CellValues\": [\n {\n \"BoundingPoints\": [\n {\n \"X\": {{faker 'number.int' max=99999}},\n \"Y\": {{faker 'number.int' max=99999}}\n }\n ],\n \"ConfidenceLevel\": {{faker 'number.float'}},\n \"Height\": {{faker 'number.int' max=99999}},\n \"Text\": \"\",\n \"Width\": {{faker 'number.int' max=99999}},\n \"XLeft\": {{faker 'number.int' max=99999}},\n \"YTop\": {{faker 'number.int' max=99999}}\n }\n ],\n \"ColumnID\": \"\"\n }\n ]\n }\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b58ab7d5-f5c0-4074-9e30-bce9dc5230e0", "documentation": "Recognize a photo of a receipt, extract key business information", "method": "post", "endpoint": "ocr/photo/recognize/receipt", "responses": [ { "uuid": "b59ad2d9-f8cf-4874-8a9b-20ddb628dc2e", "body": "{\n \"AddressString\": \"\",\n \"BusinessName\": \"\",\n \"BusinessWebsite\": \"\",\n \"PhoneNumber\": \"\",\n \"ReceiptItems\": [\n {\n \"ItemDescription\": \"\",\n \"ItemPrice\": {{faker 'number.float'}}\n }\n ],\n \"ReceiptSubTotal\": {{faker 'number.float'}},\n \"ReceiptTotal\": {{faker 'number.float'}},\n \"Successful\": {{faker 'datatype.boolean'}},\n \"Timestamp\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1db45ab9-5b53-4be9-9eec-76c4f9b57cc0", "documentation": "Convert a photo of a document or receipt into words with location", "method": "post", "endpoint": "ocr/photo/to/words-with-location", "responses": [ { "uuid": "6f33711f-ba97-48e1-af5b-36a3e937d7c3", "body": "{\n \"DiagnosticImage\": \"\",\n \"Successful\": {{faker 'datatype.boolean'}},\n \"TextElements\": [\n {\n \"BoundingPoints\": [\n {\n \"X\": {{faker 'number.int' max=99999}},\n \"Y\": {{faker 'number.int' max=99999}}\n }\n ],\n \"ConfidenceLevel\": {{faker 'number.float'}},\n \"Height\": {{faker 'number.int' max=99999}},\n \"Text\": \"\",\n \"Width\": {{faker 'number.int' max=99999}},\n \"XLeft\": {{faker 'number.int' max=99999}},\n \"YTop\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "966933c7-a305-49c6-a73b-17b823833de5", "documentation": "Convert a photo of a document into text", "method": "post", "endpoint": "ocr/photo/toText", "responses": [ { "uuid": "257bf769-4f4c-42f2-8b19-0c8940279032", "body": "{\n \"MeanConfidenceLevel\": {{faker 'number.float'}},\n \"TextResult\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8a24d20b-0bd8-422e-9cf0-6470896ced3c", "documentation": "Convert an image of text into a binarized (light and dark) view", "method": "post", "endpoint": "ocr/preprocessing/image/binarize", "responses": [ { "uuid": "f8c6de99-956e-48fa-aa95-e8328d0873a8", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a1dd006b-931f-4840-b3b8-078b9e983ebf", "documentation": "Convert an image of text into a binary (light and dark) view with ML", "method": "post", "endpoint": "ocr/preprocessing/image/binarize/advanced", "responses": [ { "uuid": "1819acff-ab65-439c-8e5f-c10669f8fc8a", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1d63ca3c-85ed-44f1-86b6-ed22e5daf61a", "documentation": "Get the angle of the page / document / receipt", "method": "post", "endpoint": "ocr/preprocessing/image/get-page-angle", "responses": [ { "uuid": "6c496797-8b4f-4ca3-9145-d6468ef28ff6", "body": "{\n \"Angle\": {{faker 'number.float'}},\n \"Successful\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9203527c-f049-4ef5-9bc0-bd36f00898d5", "documentation": "Detect and unrotate a document image", "method": "post", "endpoint": "ocr/preprocessing/image/unrotate", "responses": [ { "uuid": "787efba1-3205-4f9e-bfd6-c70b6a558d68", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "22690fd1-9514-401c-9240-33834c4d7190", "documentation": "Detect and unrotate a document image (advanced)", "method": "post", "endpoint": "ocr/preprocessing/image/unrotate/advanced", "responses": [ { "uuid": "f3752e81-632a-4d87-b220-7fce784f33c8", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "91f72590-22b2-4ccd-bfcd-82868c5a2752", "documentation": "Detect and unskew a photo of a document", "method": "post", "endpoint": "ocr/preprocessing/image/unskew", "responses": [ { "uuid": "b3091761-006c-47de-97c6-9e12dce08733", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f8fd439c-7857-44c7-aeac-e8d788f59d60", "documentation": "Convert a photo of a receipt into a CSV file containing structured information from the receipt", "method": "post", "endpoint": "ocr/receipts/photo/to/csv", "responses": [ { "uuid": "b008f748-c5c4-4ac2-b3fd-bb15cee10cae", "body": "{}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "1ceca42b-8c9d-4a8a-aab2-ee765ea16349" }, { "type": "route", "uuid": "f51eff61-0456-49f7-b464-0685160eac71" }, { "type": "route", "uuid": "3070e04b-63c5-4953-a4c8-593679b79d95" }, { "type": "route", "uuid": "bed796b1-6c8b-447a-945b-512ea331b1f6" }, { "type": "route", "uuid": "6e2e8f08-715c-4497-8052-d445c906ce26" }, { "type": "route", "uuid": "2eb4b920-784b-44b8-bb0a-9ed0e5166585" }, { "type": "route", "uuid": "030e7f3e-b92d-495a-b792-3f8ed6739d38" }, { "type": "route", "uuid": "ff217f01-5191-42b1-a17d-42cd82fba9ed" }, { "type": "route", "uuid": "5c9e2e2c-171a-442c-8008-5b67080ed434" }, { "type": "route", "uuid": "b58ab7d5-f5c0-4074-9e30-bce9dc5230e0" }, { "type": "route", "uuid": "1db45ab9-5b53-4be9-9eec-76c4f9b57cc0" }, { "type": "route", "uuid": "966933c7-a305-49c6-a73b-17b823833de5" }, { "type": "route", "uuid": "8a24d20b-0bd8-422e-9cf0-6470896ced3c" }, { "type": "route", "uuid": "a1dd006b-931f-4840-b3b8-078b9e983ebf" }, { "type": "route", "uuid": "1d63ca3c-85ed-44f1-86b6-ed22e5daf61a" }, { "type": "route", "uuid": "9203527c-f049-4ef5-9bc0-bd36f00898d5" }, { "type": "route", "uuid": "22690fd1-9514-401c-9240-33834c4d7190" }, { "type": "route", "uuid": "91f72590-22b2-4ccd-bfcd-82868c5a2752" }, { "type": "route", "uuid": "f8fd439c-7857-44c7-aeac-e8d788f59d60" } ] }