This repository contains a Python script and an interactive web interface built using the Gradio library, OpenCV, and FPDF. The tool allows users to upload an image, overlay a grid on it, measure ...
This is my first time creating a PDF file in Python using the fpdf library, I'm trying to create a PDF file to display patients' invoices. It took me a while to wrap my head around the whole thing but ...