Skip to main content
Raymond Camden
Community Manager
Community Manager
February 22, 2022
Question

Feb 2, 2022 Update

  • February 22, 2022
  • 0 replies
  • 252 views

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-pdf-server-side-release-22-february-2022-server-side-release

 

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. 
    This topic has been closed for replies.