
Testing images and text in pdf via python with CI/CD github actions
Ensuring the accuracy and integrity of PDFs generated by your application is crucial, especially for documents like invoices, reports, and certificates. I have seen that is important for a huge amount of companies, which distribute a lot of letters to customers. Automating this validation process can significantly enhance your CI/CD pipeline, ensuring that every generated PDF meets your quality standards before it reaches your users. There are a lot of paid software which can do this well but I want to show you that you can do this also in python open source. In this blog post, we’ll explore how to set up an automated PDF content validation system.