Description Usage Arguments Details Value Examples
View source: R/process_output.R
Builds a token dataframe from the text OCRed by Document AI (DAI) in an asynchronous request. Rows are tokens, in the order DAI proposes to read them. Columns are location variables such as page coordinates and block bounding box numbers.
1 | build_token_df(json)
|
json |
filepath of a JSON file obtained using |
The location variables are: start index, end index, left boundary, right boundary, top boundary, bottom boundary, page number, and block number. Start and end indices refer to character position in the string containing the full text.
a token data frame
1 2 3 4 | ## Not run:
token_df <- build_token_df("pdf_output.json")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.