|
AI Contracts
Automated contract processing is the process of extracting key contract fields from documents. Historically, the contract analysis process is achieved manually and, hence, very time consuming. Accurate extraction of key data from contracts is typically the first and one of the most critical steps in the contract automation process.
The Scan2x AI contract model uses powerful Optical Character Recognition (OCR) capabilities to analyse and extract key fields and line items from a select group of important contract entities. Contracts can be of various formats and quality including phone-captured images, scanned documents, and digital PDFs. The API analyses document text, extracts key information such as Parties, Jurisdictions, Contract ID, and Title and currently supports English-language document formats.
Supported languages and locales
English
Supported document fields
Field
|
Type
|
Description
|
Example
|
Title
|
string
|
Contract title
|
SERVICE AGREEMENT
|
ContractId
|
string
|
Contract identification code
|
AB12956
|
Parties
|
array
|
List of legal parties
|
|
Parties.*
|
object
|
Legal party
|
|
Parties.*.Name
|
string
|
Name of legal party
|
APPLE Corporation
|
Parties.*.Address
|
address
|
Address of legal party
|
St Julians Rd, San Gwann, Malta
|
Parties.*.ReferenceName
|
string
|
Name used throughout the contract as reference to the legal party
|
APPLE
|
Parties.*.Clause
|
string
|
Full description of the party
|
APPLE Corporation (APPLE), a Washington corporation, having its principal place of business at St Julians Rd, San Gwann, Malta
|
ExecutionDate
|
date
|
Date when the agreement was fully signed and agreed upon by all parties
|
Twenty Third of February in the year Twenty Twenty Two
|
EffectiveDate
|
date
|
Date when the contract starts to be in effect
|
immediately
|
ExpirationDate
|
date
|
Date when the contract ends to be in effect
|
1 year
|
ContractDuration
|
string
|
Contract terms
|
5 years
|
RenewalDate
|
date
|
Date when the contract needs to be renewed by
|
Twenty Third of February in the year Twenty Twenty Two
|
Jurisdictions
|
array
|
List of jurisdictions
|
|
Jurisdictions.*
|
object
|
A location of the court agreed by both parties where any arising dispute out of or in connection with the agreement should be filed
|
|
Jurisdictions.*.Clause
|
string
|
Full description of the jurisdiction
|
This Agreement shall be governed by and construed in accordance with the internal laws of the United Kingdom.
|
Jurisdictions.*.Region
|
string
|
Court location
|
LONDON, UK
|
|
|