
This was my first project while working as a Police Digital Researcher for the Norfolk Constabulary. This parses word documents from Athena, which is a software used by police officers to record notes on a crime, and allows them to more easily copy information across into the IMD document for court proceedings. This project was motivated by the repeated manual entry of information from the Athena document into the IMD document, which was time-inefficient and prone to formatting errors. It also ensures the IMD document follows the correct structure.
Tools and Methodologies
I implemented this using C# .NET and WPF. To parse and write word documents, the Microsoft office interoperability package is used. It also includes a number of usability features, such as dragging and dropping, and dynamic entry fields.
Leave a Reply