Hello,
I want to extract some of the text strings that are in a PDF map document this from an exported layout. For example I want to extract the string AZ-FTA-000574 that is stored in a pdf

I tried the PyPDF2 that comes with ArcGIS Pro. That returns the georeferencing information but no text. The text is present as the PDF is searchable for labels as per this post.
https://support.esri.com/en-us/knowledge-base/problem-unable-to-search-for-text-in-an-exported-pdf-fr-000027716
The PyPDF2 included is version 1.26 which appears to be a circa 2016 package. A bit out of date.
I'd like to do this with the out of the box tools shipped with Pro, rather than installing ReportLab or other Python PDF tools.