Learn R Programming

daiR (version 1.0.0)

reassign_tokens2: Assign tokens to a single new block

Description

This is a specialized function for use in connection with text reordering. It is designed to facilitate manual splitting of block boundary boxes and typically takes a one-row block dataframe generated by from_labelme().

Usage

reassign_tokens2(token_df, block, page = 1)

Value

a token data frame

Arguments

token_df

a data frame generated by dair::build_token_df

block

a one-row data frame of the same format as token_df

page

the number of the page on which the block belongs

Examples

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

Run the code above in your browser using DataLab