This patch fixes how org-noter-pdftools parses stored PDF links, including trimming Org link brackets and correcting the capture groups used for page, height, annotation ID, and search string extraction. The bug was affecting location resolution for org-noter-sync-next-note, org-noter-sync-previous-note, and org-noter-sync-current-note, so navigation could fail or jump incorrectly. With this change, note syncing against PDF positions should behave reliably again in the pdftools workflow.

Fix PDF link parsing so org-noter-pdftools can correctly resolve locations for sync note navigation commands. - zhengqunkoo/org-pdftools