-df[3, "Location where item is reported"] = "The completed abastract is located on page one."</code></pre><p>Additionally, the <code>checklist()</code> function uses <code>checklist_df()</code> as a template but takes a paper in PDF format, parses it using natural language processing via <a href="https://github.com/FluxML/Flux.jl"><code>Flux.jl</code></a> and <a href="https://github.com/chengchingwen/Transformers.jl"><code>Transformers.jl</code></a>, and returns a completed checklist along with the paper's metadata, represented by the type <code>Checklist</code>.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/cecoeco/PRISMA.jl/blob/c5ca6e86af12b8d4e9b6117bb6b02cf4a93f01e4/src/checklist.jl#L1-L34">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="PRISMA.checklist" href="#PRISMA.checklist"><code>PRISMA.checklist</code></a> — <span class="docstring-category">Function</span></header><section><div><pre><code class="language-julia hljs">PRISMA.checklist(paper::AbstractString)::Checklist
0 commit comments