Signature fields aren't recognized - even in the test document provided in this repo.
What I've tried:
I ran commonforms on tests/resources/input.pdf with the option: --use-signature-fields. However it didn't not detect any signature fields.
When I lowered the confidence it detected the signature fields as text fields which is also incorrect.
Steps to reproduce:
I looked into inference.py#prepare_form and it seems to be a problem with the detector.
Signature fields aren't recognized - even in the test document provided in this repo.
What I've tried:
I ran commonforms on tests/resources/input.pdf with the option: --use-signature-fields. However it didn't not detect any signature fields.
When I lowered the confidence it detected the signature fields as text fields which is also incorrect.
Steps to reproduce:
uv pip install commonformscommonforms input.pdf output.pdf --use-signature-fieldsI looked into inference.py#prepare_form and it seems to be a problem with the detector.