Description Usage Arguments Examples
View source: R/bhl_getpagemetadata.R
You may choose to include the OCR text and a list of names found on the page
| 1 2 3 4 5 6 7 8 | 
| page | page number to get | 
| ocr | return ocr text of the page ( | 
| names | return the names that appear on the page ( | 
| as | (character) Return a list ("list"), json ("json"), xml ("xml"),
or parsed table ("table", default). Note that  | 
| key | Your BHL API key, either enter, or loads from your  | 
| ... | Curl options passed on to  | 
| 1 2 3 4 5 6 7 | ## Not run: 
bhl_getpagemetadata(page=1328690, ocr=TRUE)
bhl_getpagemetadata(page=1328690, ocr=TRUE, as='json')
bhl_getpagemetadata(page=1328690, ocr=TRUE, as='xml')
bhl_getpagemetadata(page=1328690, ocr=TRUE, as='list')
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.