I want to do some checks in PDF files. Can you help? someone can do it.
???..
For any PDF Files.
- if there is no text in PDF - a message should be given.
- Check for background contrast. - if text color and background color
having not good contrast then - error message should come - If fontd size is less - error message should come
- text should take minimum 1/6th of the page - else error messgae
- Grammer mistake should be reported in each sentence.
- Gender pronouns mistake should be reported for each sentence.
Please let me know if anyone can help me to do it. Thanks Sujan
I have to do it in python so I am using pdfnetSDK. Please help me.