Last active
December 27, 2015 10:19
-
-
Save blitline-dev/7310593 to your computer and use it in GitHub Desktop.
pdf_with_dpi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"application_id":"YOUR_APP_ID", | |
"src":"https://s3.amazonaws.com/bltemp/TrademarkInformation.pdf", | |
"src_data" : { "dpi" : 500 }, | |
"src_type":"multi_page", | |
"functions":[ | |
{ | |
"name":"no_op", | |
"save":{ | |
"image_identifier":"external_sample_1" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment