PRISMA.checklist
— FunctionPRISMA.checklist(paper::AbstractString)::Checklist
+df[3, "Location where item is reported"] = "The completed abastract is located on page one."
Additionally, the checklist()
function uses checklist_df()
as a template but takes a paper in PDF format, parses it using natural language processing via Flux.jl
and Transformers.jl
, and returns a completed checklist along with the paper's metadata, represented by the type Checklist
.