Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/birddevelper/scanneddocumentpreprocessing

Scanned document preprocessing python snippet code
https://github.com/birddevelper/scanneddocumentpreprocessing

classification denoising image-processing machine-learning ocr opencv preprocessing python

Last synced: 2 months ago
JSON representation

Scanned document preprocessing python snippet code

Awesome Lists containing this project

README

        

# Noisy Scanned Document Preproccessing
This snippet code denoise and align scanned documents to be used for any purpose including archiving, classification or OCR.

Sample result :

![image](https://github.com/user-attachments/assets/cb338f98-8d0a-4396-8b2e-633d95a028a9)

**Left side document** : Noisy unaligned scanned document image.

**Right side document** : Denoised and aligned using the snippet code.

You can read article explaining the code :

[Scanned Document Preprocessing For Classification and Feature Extraction](https://mshaeri.com/blog/scanned-document-image-preprocessing-for-machine-learning-classification-feature-extraction/)