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

https://github.com/tony-xlh/quality-evaluation-of-scanned-document-images

A web app evaluating the quality the scanned document images
https://github.com/tony-xlh/quality-evaluation-of-scanned-document-images

document-image-processing image-quality-assessment

Last synced: 4 months ago
JSON representation

A web app evaluating the quality the scanned document images

Awesome Lists containing this project

README

          

# quality-evaluation-of-scanned-document-images

A web app evaluating the quality the scanned document images.

[Online demo](https://tony-xlh.github.io/quality-evaluation-of-scanned-document-images/)

The app can evaluate the quality in the following aspects:

* Blur
* Skew
* Overexposure
* Aspect ratio
* OCR confidence

[Dynamic Web TWAIN](https://www.dynamsoft.com/web-twain/overview) is used to load image and PDF files.

References:

* [Blur detection with OpenCV](https://pyimagesearch.com/2015/09/07/blur-detection-with-opencv/)
* [Histograms - 1 : Find, Plot, Analyze !!!](https://docs.opencv.org/3.4/d7/d32/tutorial_js_histogram_begins.html)