PDF Signature Checker

Detect copy-paste signatures and image overlays in PDF documents. Processed entirely in your browser for 100% data privacy an

Your files never leave your device. Processed locally. 100% private.

Unlocking Tool Engine...

How To Use PDF Signature Checker

Complete your task perfectly in just three straightforward steps.

1

Upload PDF

Drop your PDF file.

2

Analyse signatures

The tool scans for image-layer signatures and inconsistencies in signature fields.

3

Review report

A report highlights suspicious signatures with a forgery risk score.

FAQ

Everything you need to know about the PDF Signature Checker.

What does the checker detect?

Image-based signatures inserted as overlays, inconsistent DPI, and mis-aligned signature fields.

Is this forensic-grade analysis?

No — it provides heuristic risk signals, not court-admissible forensic results.

Is my file uploaded?

No. Everything runs locally in your browser.

What is the file size limit?

Process files up to the browser memory limit.

What is a high risk score?

A score above 80 indicates strong signs of image-based signature manipulation.

How accurate is the detection?

The accuracy is high for exact or near-exact digital copies. OpenCV's normalized cross-correlation is a well-established computer vision technique used in industrial quality inspection and biometrics. False positives (legitimate signatures flagged as forgeries) can occur if two signers have virtually identical signatures or if the same person signed two documents identically. Always use this tool as a screening aid, not as definitive legal evidence.

What is template matching and how does OpenCV use it here?

Template matching is a computer vision technique that slides a template image across a larger image and measures how closely each region matches the template using a correlation score. OpenCV's matchTemplate function with the TM_CCOEFF_NORMED method produces a normalized score from -1 to +1, where +1 means a perfect match. The tool extracts the bottom 40% of one PDF page as the template and searches for it in the bottom 40% of the other — if the best match score exceeds the threshold, the signatures are structurally identical.