The goal of this project is to use AI to detect recepts and structure the return format to be used in other applications.
The program anonymizes the file as much as possible by redacting parts of the file, and only exposes the total if it's confidence is low, or fails if the image is too unreadable.
- Clone the repository
git clone https://github.com/harmonie-durrant/harmonie-recept-ocr.git- Install dependencies
npm installtested with node v22
- Launch test script
npm run testThe program will then give you some result logs and your redacted files will be saved in the output folder.
Made by me: