Smart-Extract Product Demo

01:59 mins
R

Rajeev Kohli

Updated on Sep 06, 2024

Smart Extract Product Overview

As soon as you log in, you'll notice that the Smart Extract product is available and ready to launch. Smart Extract is like Click AI on steroids. It's the technology that powers our applications. You'll see we have documentation, demo pages, and some code samples available. Additionally, there are API keys that you can either generate programmatically or manually.

Smart Extract allows other software companies or any organization with a development team to start utilizing our technology. Let's delve into what Smart Extract does:

What Smart Extract Does

Smart Extract extracts information from documents and processes it. You have the option to view it in an iframe or window, which you can then split and open in your application. Alternatively, you can use the API keys along with our REST APIs to pass and display the information in your app as you prefer.

How to Use Smart Extract

  1. Press the button and upload the document you want to process. Here, I'm uploading a multifamily rent roll.
  2. After submitting, you'll see a pop-up for the iframe, which can also be opened in your application.
  3. Select the document type as Rent Roll and specify it's a multifamily rent roll.
  4. Click the Extract Data button and the data will start parsing and display in the iframe.
  5. You can use the iframe, get the data as a JSON object, and parse it into your application as needed. Depending on the file size and page count, this may take around 10 to 15 seconds.
  6. Once completed, you'll see the extracted data. The source sheet shows data from the document, while the extracted sheet normalizes it to a single row per tenant.
  7. You can download this data or inspect it in the console.
  8. If you clear and save, the data will be processed to the console, allowing you to parse it into the front end of your application.

Thank you for watching.