Learn R Programming

daiR (version 1.0.0)

reassign_tokens: 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)

Value

a token data frame

Arguments

token_df

a dataframe generated by build_token_df()

block_df

a dataframe generated by dair::split_block() or dair::build_block_df()

Details

The token and block data frames provided as input must be from the same JSON output file.

Examples

Run this code
if (FALSE) {
new_token_df <- reassign_tokens(token_df, new_block_df)
}

Run the code above in your browser using DataLab