Description

This repository provides three YOLO-based models intended to be used sequentially to extract and recognize digits from document images.

The pipeline works in three stages:

  1. Region Segmentation

    • segmenter.pt (YOLOv11n)
    • Finds the account number region in a document image
    • Output is cropped and passed to the next stage
  2. Digit Detection

    • BBox.pt (YOLOv11n)
    • Detects bounding boxes for each digit within the cropped region
    • Bounding boxes should be sorted left-to-right
  3. Digit Classification

    • Classify.pt (YOLOv11s-cls)
    • Classifies each cropped digit image into labels 0–9
    • Predictions are concatenated to form the final sequence

Sample Output:

Stage 1:

image

Stage 2:

image


Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Inventic-AI/Account_Number_Extracter

Unable to build the model tree, the base model loops to the model itself. Learn more.