This change turns org-noter from a commented optional import into a required dependency in org-pdftools.el. That fixes a missing requirement path where the package could reference org-noter functionality without guaranteeing it had been loaded first. In practice, setups using the org-noter integration should behave more reliably instead of failing at runtime.

Require org-noter explicitly so org-pdftools loads the integration it depends on. - zhengqunkoo/org-pdftools