An AI-powered Python application that converts handwritten notes into neat, digital text using OCR (Optical Character Recognition).
The converted text can be cleaned, reformatted, and exported as a PDF.
- π· Capture or upload notebook page images
- π Extract text using
pytesseractOCR - π§Ή Clean and format extracted text
- π Export as
.txtand.pdf - ποΈ Organized input/output folders
- Python π
- OpenCV β Image preprocessing
- Pillow β Image handling
- PyTesseract β OCR text extraction
- FPDF β PDF generation
- Regex (re) β Text cleanup
- Clone this repository:
git clone https://github.com/AkshaySathyan7/Handwritten-To-Digital-Text.git