A handwriting recognition web application built with ASP.NET Core MVC. Upload handwritten notes or documents, extract text using Azure Computer Vision OCR, and store images securely with Azure Blob Storage — all through a clean web interface.
InkCapture bridges the gap between physical handwriting and digital text. Users upload images of handwritten notes or documents through a web interface, and the application sends them to Azure Computer Vision for OCR processing — returning the extracted text in seconds.
Uploaded images are stored in Azure Blob Storage, keeping the application stateless and scalable. The project is wired into CI/CD pipelines for automated testing and deployment, reflecting real-world development practices.
Upload handwritten notes or documents directly through the web interface. Supports common image formats for maximum compatibility.
Images are processed by Azure Computer Vision, which recognizes handwritten text and returns the extracted content with high accuracy.
Uploaded images are stored and retrieved using Azure Blob Storage, keeping the application stateless and the storage scalable.
A clean, browser-based UI powered by ASP.NET Core MVC — no desktop client or additional software required to use the application.
Automated build, test, and deployment pipelines ensure every change is validated and deployed consistently without manual intervention.
Full Git history on GitHub with structured commits, reflecting professional development workflow and collaboration practices.
Backend framework handling routing, controllers, views, and the overall web application structure.
Microsoft's cognitive service for OCR — processes uploaded images and extracts handwritten text with high accuracy.
Cloud object storage for uploaded images — scalable, durable, and decoupled from the application server.
Automated pipelines for building, testing, and deploying the application on every push — ensuring consistent delivery.
Primary language for all backend logic, Azure SDK integration, and MVC controller implementation.
Version control and remote repository hosting — full commit history available on GitHub.
Full source code, project structure, and Azure integration details available on GitHub.
View on GitHub →