Unlock the future of parcel sortation with Vision Suite

The Vision Suite provides comprehensive statistics about the items being sorted and, through customizable policies, gives you granular control over which items should be sorted and how.

Overview

Optimize your cost per parcel with our Vision Suite

Vision Suite is a cutting-edge input-output technology designed to enhance the capabilities of automated sorting systems in parcel companies. By integrating seamlessly with your existing setup, Vision Suite enriches parcel data with advanced classifiers, enabling you to make more informed, efficient decisions.

This powerful software solution focuses on what is being sorted rather than how it's being sorted. From identifying materials and shapes to detecting potential risks like dangerous goods or damaged parcels, Vision Suite offers real-time insights and triggers based on your policies.

Why Vision Suite?

  • Increased Efficiency

    Reduce manual labor, improve throughput, and minimize sorting errors
  • Enhanced Security

    Identify non-conveyable items and potential hazards with AI-based classifiers.
  • Comprehensive Data

    Gain access to enriched parcel data and comprehensive statistics to optimize your operations

Accelerate efficiency and precision

2.4B

Images
Processed

500M

Parcels
Enriched

400ms

Average
Inference Time

4.2M

Hazardous
Parcels Detected

Classifiers

Powerful Classifiers for enhanced parcel data

The Vision Suite includes a broad catalog of Classifiers that can be enabled independently per customer demands. Each can be enabled/disabled and in Statistics/Active mode.

Output

/* Parcel is flagged as potential_illicit and the value is the type of infringement. Example */


{ 
  
  "output": {
    "is_counterfeit":
true,
    "is_grey_market":
false,
    “is_drugs”:
false,
    “is_guns_explosives”:
false 
  }
}

Output

/* Parcel Data is enriched with Senders, Receivers, and Barcodes data (lists with 0 or many items). If the setting permits, a sortation trigger can be emitted as well. Example: */


{ 
  
  "output": {
   "no_reads_data": {  
      "barcodes": [
         
"%008936701497051385498332276"
      ],  
     "actors": [
        {  
         "lines": [
            "First and Last Name",
            "Address 1 Street 123",
            "12345 zipcode",
            "DE Berlin"
          ],  
         "read_type":
"ocr",
         "header":
"Receiver",
         "combined":
"First and Last Name Address 1 Street 123 12345 zipcode DE Berlin"      
        }
      ]
    }
  }
}

Output

/* Parcel is flagged as potential_damage. If available, info regarding the type of damage is added to the key damage_type. Example: */


{ 
  
  "output": {
   "is_damaged":
"damaged_packaging"
  }
}

Output

/* Parcel is flagged as non_conveyable and applicable policies listed. Example: */


{ 
  
  "output": {
    "non_conveyable_criteria": [
     {
        "criterion":
"{\"has\":\"strap\",\"hasnot\":\"cardboard\"}",
        "is_fulfilled":
true
     }
    ]
  }
}

Output

/* Parcel is flagged as non_conveyable and applicable policies listed. Example: */


{ 
  
  "output": {
    "non_conveyable_criteria": [
     {
        "criterion":
"{\"has\":\"kettlebell\"}",
        "is_fulfilled":
true
     }
    ]
  }
}

Output

/* Parcel is flagged as potential_fraud. Example: */


{ 
  
  "output": {
    "label_fraud":
true,
    ”criterion":
“info_missmatch” 
  }
}

Output

/* Parcel data is enriched with flags. Example: */


{ 
  
  "output": {
   "material":
"Plastic bag",
    "has_tray":
true,
    "has_straps":
false
  }
}

Output

/* Parcel is flagged as hazmat and the applicable hazmat classes are listed. Example: */


{ 
  
  "output": {
    "hazmat_lq":
false,
    "hazmat_adr":
true,
    "adr_class_detected":
"UN3"

  }
}

Output

/* The parcel is flagged as cep_detected and the detected cep is the value. Example: */


{ 
  
  "output": {
    "cep_identification": [
      
"own-label"
    ]
  }
}

Illicit and Counterfeit Goods Detection

Uses Enriched Parcel Data to detect illicit items, including drugs, weapons, counterfeit products, and grey market goods.

Output

/* Parcel is flagged as potential_illicit and the value is the type of infringement. Example */


{ 
  
  "output": {
    "is_counterfeit":
true,
    "is_grey_market":
false,
    “is_drugs”:
false,
    “is_guns_explosives”:
false 
  }
}

No-Reads Detection

Multiple Barcodes Detection and Structuring for data enrichment. For no-reads, the system tries to 1)  read all barcodes, 2) use OCR to get sorting keys.

Output

/* Parcel Data is enriched with Senders, Receivers, and Barcodes data (lists with 0 or many items). If the setting permits, a sortation trigger can be emitted as well. Example: */


{ 
  
  "output": {
   "no_reads_data": {  
      "barcodes": [
         
"%008936701497051"
      ],  
     "actors": [
        {  
         "lines": [
            "First and Last Name",
            "Address 1 Street 123",
            "12345 zipcode",
            "DE Berlin"
          ],  
         "read_type":
"ocr",
         "header":
"Receiver",
         "combined":
"First and Last Name Address 1 Street 123 12345 zipcode DE Berlin"      
        }
      ]
    }
  }
}

Damage Detection

Tags damaged packaging, damaged labels, and poor-quality labels.

Output

/* Parcel is flagged as potential_damage. If available, info regarding the type of damage is added to the key damage_type. Example: */


{ 
  
  "output": {
   "is_damaged":
"damaged_packaging"
  }
}

Non-Conveyables Detection

Based on Customer policies and the Enriched Data (including material and other flags) it can flag or stop a parcel according to the customer selected triggers.

Output

/* Parcel is flagged as non_conveyable and applicable policies listed. Example: */


{ 
  
  "output": {
    "non_conveyable_criteria": [
     {
        "criterion":
"{\"has\":\"strap\", \"hasnot\":\"cardboard\"}",
        "is_fulfilled":
true
     }
    ]
  }
}

Non-Conveyables Detection OCR

Uses logistics-oriented OCR (focused on finding sender, receiver, zip codes, etc.) and the Enriched Data to predict if the content of a parcel can be dangerous or if it can generate damage to the sorter.

Output

/* Parcel is flagged as non_conveyable and applicable policies listed. Example: */


{ 
  
  "output": {
    "non_conveyable_criteria": [
     {
        "criterion":
"{\"has\":\"kettlebell\"}",
        "is_fulfilled":
true
     }
    ]
  }
}

Label Fraud Detection

Uses Enriched Parcel Data to detect false, reused, or tampered labels. Verifies label integrity by identifying mismatches in information or changes to QR/barcodes.

Output

/* Parcel is flagged as potential_fraud. Example: */


{ 
  
  "output": {
    "label_fraud":
true,
    ”criterion":
“info_missmatch” 
  }
}

Material Classification

Adds material information and characteristics (e.g., cardboard box, envelope, plastic bag, paper bag, trays, straps) to the parcel’s Enriched Data.

Output

/* Parcel data is enriched with flags. Example: */


{ 
  
  "output": {
   "material":
"Plastic bag",
    "has_tray":
true,
    "has_straps":
false
  }
}

Hazmat LQ/ADR Detection

Uses Enriched Data to detect LQ/ADR parcels and flag them.

Output

/* Parcel is flagged as hazmat and the applicable hazmat classes are listed. Example: */


{ 
  
  "output": {
    "hazmat_lq":
false,
    "hazmat_adr":
true,
    "adr_class_detected":
"UN3"

  }
}

Cross-Carrier Detection

Not recognized labels (other carriers) are marked as “Other carrier.” New carriers can be added at re-training to increase precision on the findings.

Output

/* The parcel is flagged as cep_detected and the detected cep is the value. Example: */


{ 
  
  "output": {
    "cep_identification": [
      
"own-label"
    ]
  }
}

Setup

3-Step easy setup process to get started with Vision Suite:

Get started
  • 1

    Install our free-of-cost* Classifier Server

  • 2

    Select and enable the classifiers

  • 3

    Enrich parcel data and receive sortation triggers

*Countercheck will cover the server costs if the Counterfeit Detection Classifier is operational

Flexible operational modes:
Statistics vs. Active

Statistics mode

In Statistics Mode, Vision Suite provides a comprehensive Parcel Intelligence Dashboard (PID), allowing you to view all scanned parcels and their enriched data within the retention period (default 30 days, extendable).

This mode offers deep insights without impacting operations, as no sortation triggers are activated.

Active mode

In Active Mode, Vision Suite generates sortation events based on your custom policies. You define the rules, and the system automatically directs parcels to specific chutes or actions.

Easily add, edit, or disable policies anytime to adapt to your operational needs.

Benefits

Maximize performance and minimize risks

Reduces risk

Identify potential threats to sort performance or integrity (e.g., non-conveyable items, kettlebells, explosives).

Reduced manual labor

Minimizes the need for manual intervention.

Increased capacity

Supports higher throughput and faster processing times (e.g., by reducing No-reads or avoiding stopping the sorter due to damage).

Cost savings

Reduce handling costs, manage sortation risk, and optimize your cost per parcel with Countercheck's Vision Suite

Local installation

Ensures high speed and data security without needing external API calls.

Comprehensive statistics

Provides detailed insights and control over sorting operations.

Frequently asked questions

Illicit and Counterfeit Goods Detection

How Countercheck integrates with other online brand protection providers?

Countercheck is a link between online and offline worlds. We intercept parcels coming from e-commerce flow, but not only. While counterfeit wholesalers are misusing parcel delivery channels to fill in their brick-and-mortar stores, we detect their new routes and disrupt those supply chains.

Is Countercheck safe to use?

All data remains at your facility, is your property, and nothing leaves your site. You remain the owner of your data. Everything is fully GDPR compliant.

Can Countercheck legally open parcels? If yes, then how?

It may vary by jurisdiction, but as a common rule, the appropriate clause is integrated in Carriers' General Terms and Conditions. Delivery partners reserve the right to open and inspect the content of the parcel if they suspect prohibited goods being transported in the consignment. A fully legal process will be presented to you by our legal team.

Does Countercheck provide any hardware solutions along with the software?

Normally, no, we use existing hardware and connect with the sorter or image archive without disturbing your daily operations. We’re a software company, the only hardware we provide is servers that we cover the cost of. If desired by the carrier, we can provide a hardware/ camera solution.

Non-Conveyable Detection

How is Countercheck able to stop parcels from being inducted?

We place cameras over each induction point to identify anomalies. The system is trained to detect any anomaly that could cause problems, preventing these parcels from entering the conveyor. Once an anomaly is detected, the induction belt stops until the parcel is removed. If your facility has a separate belt for larger parcels, we can automatically redirect the parcel

How does this solution bring value to logistics?

When an anomaly enters the sorter, it risks damaging the equipment and causing stoppages, leading to delays and costly repairs. Our solution saves money, reduces downtime, and shortens lead times, enhancing customer satisfaction.

Non-Conveyable Detection OCR

How is this different from not using OCR?

OCR allows us to detect not only external anomalies but also predict if the parcel's content is non-conveyable. For example, a kettlebell might look like a normal box but could cause significant damage to the sorter if not detected.

How is Countercheck able to predict the content?

The OCR scans for key indicators, such as sender, receiver, weight, and shape, and compares them to our extensive database. The AI-powered system continuously improves by learning from your facility's specific challenges.

Hazmat LQ/ADR Detection

How can Countercheck detect LQ & ADR Parcels?

We analyse images from the camera tunnel in real time. Our models are trained to detect even barely visible LQ & ADR labels with 99.6% accuracy. If the human eye can detect the label, our model can too.

Is Countercheck able to classify the different ADRs?

Yes, we provide a detailed real-time report through our platform, informing you of the type and quantity of ADRs in your facility.

Can Countercheck sort our ADR?

Yes, we can overwrite the sorter's decision and direct ADR parcels to a specific area or sort different ADR classes according to your preferences.

What value does this bring?

Proper handling of ADRs helps you avoid penalties in jurisdictions where regulations are strict. Our solution reduces manual handling, aids in last-mile planning, and optimises AIR-freight logistics.

Material classification

What exactly is Countercheck classifying?

This feature identifies the external material of parcels, such as plastic or cardboard.

How is this useful to us?

Understanding parcel materials is valuable for planning last-mile delivery. We can direct parcels based on their packaging material, improving the efficiency of your last-mile operations.

Label Fraud Detection

How could Countercheck detect fraud?

The detection method varies depending on the type of fraud. For example, return label fraud is detected by identifying mismatches between barcode data and label information. In some cases, we may need to connect with your internal system to identify suspicious activities. Our detection system is tailored to your specific needs.

What value does it bring?

Return label fraud can be costly due to the time spent investigating lost parcels and compensating customers. Our system shifts the burden to the fraudster. Additionally, by preventing the delivery of parcels with fake labels, we help protect your revenue and improve your capacity.

Get started today with Vision Suite

Discover how Vision Suite can optimize efficiency, reduce costs, and provide comprehensive insights tailored to your needs.

Fill out the form to connect with our team, book a personalized demo, and experience Vision Suite in action. We're here to help you take the next step in improving your sorting processes and enhancing operational performance

Thank you for reaching out!

Our team will contact you shortly
Oops! Something went wrong. Please fill in the required fields and try again.