How to hide the button Actions in a document?

I want to hide the actions button since I am using QRCode to update the workflow state. Thanks

apply the client script and add the line:

$('.actions-btn-group').hide();

Thanks much again @NCP . This works to me