Click here to Skip to main content
15,886,963 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Partial Blank Page :This occurs when there is connectivity issue in upload, before enabling for evaluation this can be resolved and uploaded

What I have tried:

i have tried in this way to find blur image & half written page but not successful result i got.
Posted
Updated 17-Feb-19 23:43pm
v2
Comments
Kornfeld Eliyahu Peter 18-Feb-19 5:17am    
AS you have a connectivity issue while uploading - catch it and discard the image! Way simpler than processing image later...
ZurdoDev 20-Feb-19 15:55pm    
Agree with ^.

And you'd have to define partially anyway. A full page of printed document is partially filled because it has margins so you're going to have a very hard time defining partial.

If these are files then maybe you can look at file size to try and queue some up that need to be looked at by somebody.

1 solution

A simple way might be to use an OCR library, if this does not return any text the page is probably blank or contains only images: https://www.slant.co/topics/2579/~best-ocr-libraries[^]

Another way might be to use contour analysis, if the contours are not over the entire page then you have found a (partial) blank page.
Here is a CodeProject article with some examples: Contour Analysis for Image Recognition in C#[^]
 
Share this answer
 
v2
Comments
Lipiranjeeta 20-Feb-19 12:29pm    
without using ocr need to find the solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900