Lasso’s mature and modern AI engine, hosted on Silver Bullet’s secure servers, provides developers with an industry-leading data extraction solution. Leveraging its Anywhere Recognition deep-learning AI models, Lasso excels in simultaneously identifying multiple fields on financial documents (i.e., checks and money orders) and reading their values.
const ItemPayerName1Score = checkAIEngineScore("PayerName1");
document.getElementById('PayerName1Field').innerHTML = 'Payer: ' + ItemPayerName1Score;
const ItemDateScore = checkAIEngineScore("ResponseDATE");
document.getElementById('CheckDateField').innerHTML = 'Date: ' + ItemDateScore;
const ItemPayeeNameScore = checkAIEngineScore("ResponsePayee");
document.getElementById('PayeeField').innerHTML = 'Payee: ' + ItemPayeeNameScore;
const ItemCARAmountScore = checkAIEngineScore("ResponseCAR");
document.getElementById('CARField').innerHTML = 'CAR: ' + ItemCARAmountScore;
const ItemLARAmountScore = checkAIEngineScore("ResponseLAR");
document.getElementById('LARField').innerHTML = 'LAR: ' + ItemLARAmountScore;
const ItemMICRAccountScore= checkAIEngineScore("MicrAccount");
document.getElementById('MICRAccountField').innerHTML = 'MICR: ' + ItemMICRAccountScore;
The above check revisits the values identified on the product page, illustrating the programmatical implementation of Lasso’s confidence score. The score value obtained after the checkAlEngineScore(key) call denotes the confidence score (0-100) for the value returned from the call. For example, if the score is 100, then the Al Engine has 100% confidence in the specific check field (key) analyzed. A complete overview of detectable fields and their corresponding keys used by this call can be found in the table below.
Using deep learning, Lasso simultaneously pinpoints multiple specific field coordinates in checks or money orders.
With learned procedures, Lasso identifies and classifies text based on multiple financial document fields (i.e. payee name, signature, etc).
Lasso returns the values and accompanying scores, indicating its confidence in a successful read.
ResponseAmount | Returns the amount on the item. |
ResponseCAR | Returns the CAR amount. |
ResponseLAR | Returns the LAR amount. |
ResponseDATE | Returns the Date on the item. |
ResponsePayee | Returns the Payee name on the item. |
ResponseSigned | Returns whether the check is signed. |
PayerName1 | Returns the first payer’s name. |
PayerName2 | Returns the second payer’s name (if it exists). |
PayerPhone | Returns the payer’s phone number. |
PayerPoBox | Returns the payer’s PO Box. |
PayerSSN1 | Returns the payer’s SSN. |
PayerSSN2 | Returns the second payer’s SSN. |
PayerStreet | Returns the Payer Address/Street. |
PayerTown | Returns the payer Address/Town. |
PayerState | Returns the payer Address/State. |
PayerZip | Returns the payer Address/Zip. |
PayerDob1 | Returns the first date of birth. |
PayerDob2 | Returns the second date of birth. |
PayerDrvLicense1 | Returns the first driver license number. |
PayerDrvLicense2 | Returns the second driver license number. |
PayerEmail | Returns the e-mail address. |
MicrAccount | Returns MICR account number. |
MicrCheck | Returns MICR check number. |
MicrTrans | Returns MICR trans number. |
MicrRouting | Returns MICR routing number. |
IQATooBright | Returns ‘Cleared’ if test passes. |
IQATooDark | Returns ‘Cleared’ if test passes. |
IQADOGSEar | Returns ‘Cleared’ if test passes. |
IQAExcessiveSpot | Returns ‘Cleared’ if test passes. |
IQALongStreaks | Returns ‘Cleared’ if test passes. |
IQAMinSize | Returns ‘Cleared’ if test passes. |
IQAMaxSize | Returns ‘Cleared’ if test passes. |
IQAMinCompressedSize | Returns ‘Cleared’ if test passes. |
IQAMaxCompressedSize | Returns ‘Cleared’ if test passes. |
Get all the information you’re looking for by filling out a small form.
We process the information to send you newsletters and updates about our products. You may unsubscribe from the emails at any time.