Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

ObjectID in the structuredData.json of the Extract API vs. ObjectID in the AutoTag excel report

New Here ,
Apr 01, 2025 Apr 01, 2025

Hi,

 

I've been working with the Adobe PDF Services API and ran in a peculiar clash of terms.  We are trying to cross reference the contents of the structuredData.json of the Extract API and the AutoTag xlsx report.  They both contain ObjectID's.  However, they do not refer to the same objects or even overlap in some cases.

 

I have an autotag report with a list of figures.  The ObjectID's of the figures don't even exist in the structuredData.json.

 

What is the difference between these two ways of looking at the content of the PDF we are manipulating vis the Services API.

 

Much thanks!

 

Gabriel

TOPICS
Accessibility Auto-Tag API , PDF Extract API , PDF Services API
51
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 02, 2025 Apr 02, 2025
LATEST

As you've noted, the ObjectIDs are unrelated. To cross-reference the xlsx report and the JSON, you'll need to locate the /Figure elements that have filePath properties and match the rounded Bounds[0] and Bounsds[3] to the Bbox column x and y, respectively. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources