reassign_tokens {daiR} | R Documentation |
Assign tokens to new blocks
Description
This is a specialized function for use in connection with text reordering. It modifies a token dataframe by assigning new block bounding box values to a subset of tokens based on prior modifications made to a block dataframe.
Usage
reassign_tokens(token_df, block_df)
Arguments
token_df |
a dataframe generated by |
block_df |
a dataframe generated by |
Details
The token and block data frames provided as input must be from the same JSON output file.
Value
a token data frame
Examples
## Not run:
new_token_df <- reassign_tokens(token_df, new_block_df)
## End(Not run)
[Package daiR version 1.0.0 Index]