Skip to contents

You can create a grobid XML file from a paper PDF at https://huggingface.co/spaces/kermitt2/grobid.

Usage

read_grobid(filename)

Arguments

filename

the path to the XML file, a vector of file paths, or the path to a directory containing XML files

Value

A paper object with class scivrs_paper, or. list of paper objects

Examples

filename <- demoxml()
paper <- read_grobid(filename)