More Projects
Python AutomationUtility Project
2024
PDF QR Reader
A Python automation tool that reads QR codes from PDF documents, extracts UUID values and exports the results to Excel.

About this project
I built a Python automation tool that scans and reads QR codes embedded in PDF documents, extracting the decoded UUID values into a structured Excel file. The tool processes multiple documents in batch, removing the need for manual data entry.
The Problem
Manually reading QR codes from large batches of PDF documents and transferring them to Excel was slow and error-prone.
The Solution
I built a Python automation tool that automatically reads QR codes from PDF documents, extracts UUID values, and exports the results to Excel.
Key Features
QR code reading from PDF
UUID data extraction
Automatic Excel export
Batch document processing