doc.com.ai Open in urlscan Pro
52.222.214.12  Public Scan

Submitted URL: https://doc.com.ai/?gclid=CjwKCAjwvdajBhBEEiwAeMh1U09XgC8Mq013QiRKQNFKfl8ruUc4PWX1H0HHDHXWm98-M4sqim2lJBoCA0YQAvD_BwE
Effective URL: https://doc.com.ai/home.html
Submission: On May 30 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

GET /

<form role="search" method="get" class="et-search-form" action="/">
  <input type="search" class="et-search-field" placeholder="Search …" value="" name="s" title="Search for:">
</form>

Text Content

 * Features
   * Approach 1: Pre-trained AI Models
   * Approach 2: Custom Training
 * Documents
 * Consulting Services
 * About
 * Contact Us
 * Request Demo
 * Log In

Select Page
 * Features
   * Approach 1: Pre-trained AI Models
   * Approach 2: Custom Training
 * Documents
 * Consulting Services
 * About
 * Contact Us
 * Request Demo
 * Log In




SMART DOCS 360 DEVELOPER


AI CLOUD PLATFORM
TO TRANSFORM UNSTRUCTURED DATA INTO INTELLIGENCE

Unlock business potential through Document Extraction | Document Classification
| Object Detection | Object Counting



SMART DOCS 360 DEVELOPER


FEATURES

DATA EXTRACTION

Label data value in a document based on content and context
Request Demo

DOCUMENT CLASSIFICATION

Classifying documents’ topic based on content
and context

Request Demo

STATE-OF-ART MODELS

Document AI + Vision AI supported. High performance on form understanding

ALL-IN-ONE AI PLATFORM

Data Managing, Labelling, Training and Model Hosting in one platform

USER FRIENDLY

Extract data from any type of document or image. No coding required.

REST API

Affordable and Scallable API based model hosting

EASY LABELLING

Tag 10x faster with Zero-Shot and Al model Assisted Labelling

AI TRAINING LIKE A BREEZE

Have production ready AI model in an afternoon


APPROACH 1:
PRE-TRAINED AI MODELS

Smart Docs 360 Developer has a wide range of pre-trained business model ranging
from Bank Statement, Water Bill to Invoice.
Simply select interested pre-trained projects and start extracting (predicate)
information from new files – no tagging and training required!

Request Demo
 * Bank Statement
 * Invoice
 * Water Bill
 * Receipt

BUSINESS MODEL

BSB: 063167
Account Number: 10781391
Start Date: 01/07/2018
End Date: 30/12/2018

DATE: 2/7/18
DEBIT: 372
DESCRIPTION: Transfer to another Bank NetBank
BALANCE: 1,012.89

DATE: 2/7/18
CREDIT: 43.8
DESCRIPTION: Transfer from MCKAY MJ
BALANCE: 51,384.89

DATE: 2/7/18
DEBIT: 25
DESCRIPTION: Direct Debit 000115 COLONIAL MUTUAL
BALANCE: 1,031.69

REQUEST

GET

https://smartdocs-web/result/training/sample-bank-statement

RESPONSE


{
  "BusinessModels": [
    {
      "BankName": "CBA",
      "TransactionTables": [
        {
          "BsbAccountNumber": {
            "Bsb": {
              "DataType": "String",
              "ParsedValue": "063167"
            },
            "AccountNumber": {
              "DataType": "String",
              "ParsedValue": "10781391"
            }
          },
          "StatementPeriod": {
            "Start": {
              "DataType": "Date",
              "ParsedValue": "2018-07-01"
            },
            "End": {
              "DataType": "Date",
              "ParsedValue": "2018-12-30"
            }
          },
          "Table": {
            "DataRows": [
              {
                "TransactionDate": {
                  "ParsedValue": "2018-07-02"
                },
                "Description": {
                  "ParsedValue": "Transfer to another Bank NetBank"
                },
                "Debit": {
                  "ParsedValue": 372
                },
                "Balance": {
                  "ParsedValue": 1012.89
                }
              },
              {
                "TransactionDate": {
                  "ParsedValue": "2018-07-02"
                },
                "Description": {
                  "ParsedValue": "Transfer from MCKAY MJ"
                },
                "Credit": {
                  "ParsedValue": 43.8
                },
                "Balance": {
                  "ParsedValue": 51384.89
                }
              },
              {
                "TransactionDate": {
                  "ParsedValue": "2018-07-02"
                },
                "Description": {
                  "ParsedValue": "Direct Debit 000115 COLONIAL MUTUAL"
                },
                "Debit": {
                  "ParsedValue": 25
                },
                "Balance": {
                  "ParsedValue": 1031.69
                }
              }
            ]
          }
        }
      ],
      "Currency": "AUD"
    }
  ]
}


BUSINESS MODEL

Invoice Date: 21/09/2021
Due Date: 21/09/2021
Vendor Name: zendesk
Subtotal: 60
Tax: 0
Invoice Total: 60

ITEM

Description: Support Essential Subscription 09/21/2021-09/20/2022
Quantity: 1
Unit price: 5
Total amount: 60

REQUEST

GET

https://smartdocs-web/result/training/sample-invoice

RESPONSE

{
"BusinessModels": [
{
"InvoiceDate": {
"ParsedValue": "2021-09-21",
"DataType": "Date",
"Probability": 0.9449999928474426
},
"DueDate": {
"ParsedValue": "2021-09-21",
"DataType": "Date",
"Probability": 0.9459999799728394
},
"VendorName": {
"ParsedValue": "zendesk",
"DataType": "String",
"Probability": 0.949999988079071
},
"SubTotal": {
"ParsedValue": 60,
"DataType": "Dollar",
"Probability": 0.949999988079071
},
"TotalTax": {
"ParsedValue": 0,
"DataType": "Dollar",
"Probability": 0.949999988079071
},
"InvoiceTotal": {
"ParsedValue": 60,
"DataType": "Dollar",
"Probability": 0.9480000138282776
},
"Items": [
{
"Amount": {
"ParsedValue": 60,
"DataType": "Dollar",
"Probability": 0.7250000238418579
},
"Description": {
"ParsedValue": "Support Essential Subscription 09/21/2021-09/20/2022 Annual",
"DataType": "String",
"Probability": 0.45899999141693115
},
"Quantity": {
"ParsedValue": 1,
"DataType": "Number",
"Probability": 0.6650000214576721
},
"UnitPrice": {
"ParsedValue": 5,
"DataType": "Dollar",
"Probability": 0.8730000257492065
}
}
]
}
]
}

BUSINESS MODEL

Property Address: 1 Main Street, Brisbane, QLD
Issue Date: 7/12/2016
Due Date: 12/01/2017
Total Amount: 482.95

REQUEST

GET

https://smartdocs-web/result/training/sample-waterbill

RESPONSE

{
  "BusinessModels": [
    {
      "PropertyAddress": {
        "DataType": "String",
        "ParsedValue": "1 Main Street, Brisbane, QLD",
        "Probability": 0.99
      },
      "IssueDate": {
        "DataType": "Date",
        "ParsedValue": "2016-12-07",
        "Probability": 0.99
      },
      "DueDate": {
        "DataType": "Date",
        "ParsedValue": "2017-01-12",
        "Probability": 0.99
      },
      "TotalAmount": {
        "DataType": "Number",
        "ParsedValue": 482.95,
        "Probability": 0.99
      }
    }
  ]
}

BUSINESS MODEL

Merchant: BGL Corporate Solutions
Merchant Phone Number: +61390000000
Merchant Address: PO Box 8063 Brighton East Victoria 3187 Australia
Transaction Date: 08/09/2021
Subtotal: 39.6
GST: 3.6
Total: 39.6

ITEMS

Name: GuestTrack Add-on User Role
Quantity: 1
Price: 9.9
TotalPrice: 9.9

REQUEST

GET

https://smartdocs-web/result/training/sample-receipt

RESPONSE

{
  "MerchantName": {
    "ParsedValue": "BGL Corporate Solutions",
    "DataType": "String",
    "Probability": 0.777999997138977
  },
  "MerchantPhoneNumber": {
    "ParsedValue": "+61390000000",
    "DataType": "String",
    "Probability": 0.9860000014305115
  },
  "MerchantAddress": {
    "ParsedValue": "PO Box 8063 Brighton East Victoria 3187 Australia",
    "DataType": "String",
    "Probability": 0.6600000262260437
  },
  "TransactionDate": {
    "ParsedValue": "2021-09-08",
    "DataType": "Date",
    "Probability": 0.9850000143051147
  },
  "Subtotal": {
    "ParsedValue": 39.6,
    "DataType": "Dollar",
    "Probability": 0.9800000190734863
  },
  "Tax": {
    "ParsedValue": 3.6,
    "DataType": "Dollar",
    "Probability": 0.9860000014305115
  },
  "Items": [
    {
      "Name": {
        "ParsedValue": "GuestTrack Add-on User Role",
        "DataType": "String",
        "Probability": 0.871999979019165
      },
      "Quantity": {
        "ParsedValue": 1,
        "DataType": "Number",
        "Probability": 0.9240000247955322
      },
      "Price": {
        "ParsedValue": 9.9,
        "DataType": "Dollar",
        "Probability": 0.9539999961853027
      },
      "TotalPrice": {
        "ParsedValue": 9.9,
        "DataType": "Dollar",
        "Probability": 0.9700000286102295
      }
    }
  ]
}


APPROACH 2:
CUSTOM TRAINING

Smart Docs 360 Developer also supports user to train other types of documents –
thinking about automatically extracting interested information from council
letter, confluence paper and service notes etc? unlimited ideas and options. Yes
! In three easy steps, with no coding required, you are ready to extract
information.

Slide Background
Step 01 - Tag
Upload document file and tag your interested information
Step 02 - Training

Train a customized model. Check the performance via the visual dashboard

Step 03 - Predict/Use

Upload new files that you would like to extract information from. Model predicts
result

Next Step

Slide Background
Step 01 - Tags

Upload document file and tag your interested information

Step 02 - Training
Train a customized model. Check the performance via the visual dashboard
Step 03 - Predict/Use

Upload new files that you would like to extract information from. Model predicts
result

Next Step

Slide Background
Step 01 - Tags

Upload document file and tag your interested information

Step 02 - Training

Train a customized model. Check the performance via the visual dashboard

Step 03 - Predict/Use
Upload new files that you would like to extract information from. Model predicts
result
Start Again






BUILD YOUR FIRST AI MODEL WITH SMART DOCS 360 DEVELOPERS IN 30 MINUTES

Smart Docs 360 Developer offers an easy and quick way to train AI models. Plus
you do not need any AI knowledge to make it happen.

Request Demo

Request Demo


CONSULTING SERVICES

Dedicated services from Smart Docs 360 Developer team

BUSINESS CASE

Technical expertise to identify use case, integrate AI with existing business
flow

END TO END SOLUTION SUPPORT

From model fine-tuning to API integration and production deployment, support
your E2E Machine Learning solution

CUSTOMER BUSINESS MODEL

Customised solution to meet your business need


USE CASE

Simply upload a document and watch as Smart Docs 360’s powerful AI transform
your unstructured data into smart digital data!




SUCCESS IN NUMBERS


DOCUMENTS UPLOADED


PAGES PROCESSED


AI MODELS TRAINED


MEDIA


MEDIA BLOG POSTS


MACHINE LEARNING WILL BOLSTER COMPLIANCE – SMS MAGAZINE

SmartDocs TeamJanuary 21, 2022Media0
Artificial intelligence (AI) and machine learning provide the possibility of
enabling SMSF software and systems ...
Read More


BGL CORPORATE SOLUTIONS RANKED #5 MOST INNOVATIVE TECHNOLOGY COMPANY

SmartDocs TeamJanuary 21, 2022Media0
BGL Corporate Solutions, developer of Australia’s leading SMSF administration
and ASIC corporate compliance software solutions, ...
Read More


BGL CASE STUDY BY AMAZON WEB SERVICES (AWS)

SmartDocs TeamJanuary 21, 2022Media0
With the machine-learning component in artificial intelligence (AI), these
assistants have huge stores of data ...
Read More


BGL RELEASES THE FIRST SMSF ARTIFICIAL INTELLIGENCE IN SIMPLE FUND 360

SmartDocs TeamJanuary 21, 2022Media0
BGL Corporate Solutions, Australia’s leading supplier of SMSF administration and
ASIC corporate compliance solutions, is ...
Read More


ABOUT BGL

BGL delivers SMSF administration and corporate compliance management software
solutions to over 8,000 businesses in 15 countries – all through its
user-friendly and highly intelligent web applications, combining amazing UX with
powerful technology.

Founded in 1983 with only 2 employees, BGL has grown to be the #1 developer of
compliance software solutions in the world – employing an amazing team of 150+
people across the globe!



SOLUTIONS

AI Models
Custom Form
Media
About
Contact Us
Privacy Policy


Copyright © 2022 Smart Docs 360 Developer, Inc. All rights reserved.

 * Follow
 * Follow