Week 4: Gravestone OCR & Final Pipeline Integra tion 21/02/2025 Summary of Activities 1. Applying the Pipeline to Gravestones • Received a set of gravestone images and used our modular functions to organize (IR vs. visual), enhance, segment, and then run OCR. 2. OCR Challenges • Gravestones often have low contrast and weathered text, causing Tesseract/Easy OCR to misinterpret partial letters, moss, cracks, and unusual fonts. • Tried additional morphological operations and stricter threshold parameters, but results still varied by image condition. 3. Refined Code for OCR • Implemented a final function, RefinedEdgeOverlayAndOCR, which merged thresh olding + edge detection and thickened letter boundaries in red. • This approach slightly improved OCR performance but did not fully solve recognition errors on heavi...