stamp-processing

Stamp processing package


License
Apache-2.0
Install
pip install stamp-processing==0.0.3

Documentation

Stamp Processing

A package develop by Sun* AI Research Team as part of the PDF Converter project.

This is a Deep Learning based package for detecting and removing stamp from document images. This package uses Yolov5 for the stamp detection model and fastai Unet for stamp removal model

Install

Due to the requirements of the used libraries, stamp-processing requires version 3.7 or higher.

stamp-processing is published on Pypi. To install the package, use pip:

pip install stamp_processing

How to use

Check out example for basic usage or run getting_started.ipynb in the example folder for example usage.

Documentation

Documentation will be available soon.

Contact

Create an issue if you run into any bug or want to suggest a feature on Github