View source: R/get_ocr_azure.R
get ocr from azure
1 2 3 4 5 6 7 8 | get_ocr_azure(
df,
cropped_dir_path,
img,
azure_creds,
box_highlight = T,
remove_fl = T
)
|
df |
the data frame with contour info |
cropped_dir_path |
tmp path to output cropped img |
img |
original image |
azure_creds |
credential for azure app |
box_highlight |
whether to have the additional step of flagging the cropped image |
remove_fl |
whether to remove images |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.