A PHP-based web application that analyzes resume images uploaded by users, extracts text using Tesseract OCR, and searches for key skills/keywords from a predefined XML database. Styled with Tailwind CSS and includes email functionality via PHPMailer.
- ๐ท Upload resume image files (JPG, PNG, etc.)
- ๐ง OCR-based text extraction using Tesseract
- ๐ Keyword matching against an XML database
- ๐ง Email results to users using PHPMailer
- ๐จ Clean UI powered by Tailwind CSS
Technology | Purpose |
---|---|
PHP | Backend logic |
Tesseract OCR | Text extraction from images |
Tailwind CSS | Responsive and modern styling |
XML | XMLHttpRequests |
PHPMailer | Sending email notifications |