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

Feb 2, 2022 Update

Adobe Employee ,
Feb 22, 2022 Feb 22, 2022

Copy link to clipboard

Copied

Hey folks, just a quick update. We had a minor release today that included some bug fixes and stability improvements, but also a new feature for our PDF Extract API. Specifically, a "is_scanned" property will be returned in the JSON output. You can see it in the "pages" array. Here's one sample.

 

 

{
	"boxes": {
		"CropBox": [
			0,
			0,
			630,
			810
		],
		"MediaBox": [
			0,
			0,
			630,
			810
		]
	},
	"height": 810,
	"is_scanned": true,
	"page_number": 0,
	"rotation": 0,
	"width": 630
},

 

You can find the release notes here: https://developer.adobe.com/document-services/docs/overview/pdf-services-api/releasenotes/#extract-p...

 

Also note that if you are using our JSON Schema (for example, Visual Studio Code supports this well), there was an older URL that still exists but is out of date. I've filed a report to get rid of it. Ensure you point your editor to the new URL here: 

 
The URL looks to be stamped with a unique identifier, so I'm also going to file a ticket to get a more consistent URL. 

Views

125

Translate

Translate

Report

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
no replies

Have something to add?

Join the conversation
Resources