from_labelme | R Documentation |
This is a specialized function for use in connection
with text reordering. It takes the output from the image
annotation tool 'Labelme' https://github.com/wkentaro/labelme
and turns it into a one-row data frame compatible with other
'daiR' functions for text reordering such as
reassign_tokens2()
. See package vignette on text reconstruction
for details.
from_labelme(json, page = 1)
json |
a json file generated by 'Labelme' |
page |
the number of the annotated page |
a data frame with location coordinates for the rectangle marked in 'Labelme'.
## Not run:
new_block <- from_labelme("document1_blocks.json")
new_block <- from_labelme("document5_blocks.json", 5)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.