Audiveris is a free and open source music recognition application for Linux and Windows. It comes with OMR engine and with a dedicated editor. Using Audiveris, you can get music notes from images and converts it into computer-readable symbolic format. Some other features are enable music processing by any external notation editor, output in OMR format and standard MusicXML format, easy verification and manual correction of the OMR outputs and many more.
How to Install Audiveris on Ubuntu
To install Audiveris OMR application on your Linux system, run below Audiveris flatpak install command.
flatpak install flathub org.audiveris.audiveris
Note: If you don’t have then install flatpak and flathub on your system, using below commands and restart it after the installation.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Now in the terminal app (ctrl+alt+t) run below flatpat command to open it.
flatpak run org.audiveris.audiveris
And uninstall Audiveris using below commands.
flatpak uninstall org.audiveris.audiveris
[OR]
sudo flatpak uninstall org.audiveris.audiveris