Commit Graph
6 Commits
Author SHA1 Message Date
Esa Kataja 9bacbb0dcf feat: Improved deskew to focus on horizontal lines
- Modified deskew function to better detect staff lines
- Added morphological operations to enhance horizontal lines
- Used probabilistic Hough transform for more precise line detection
- Added .png to gitignore
2024-12-03 20:53:17 +02:00
Esa Kataja 0709f93226 Add Ignore png files 2024-12-03 20:52:22 +02:00
Esa Kataja e909445f70 Add pdfs to git ignore 2024-12-03 19:25:30 +02:00
Esa Kataja eb11d95764 feat: Add PDF cleaner with deskew and image enhancement
Features:
- Page deskewing using contour detection
- Image enhancement with edge preservation
- High-resolution output (min 2048px width)
- Black and white conversion with proper contrast
2024-12-03 19:25:02 +02:00
Esa Kataja f5d35b499f feat: Add project structure with README and I/O directories 2024-12-03 19:24:47 +02:00
Esa Kataja fc9d33c3c2 chore: Initial project setup with dependencies 2024-12-03 19:23:58 +02:00