(dragover = true)} on:dragleave={() => (dragover = false)} multiple={false} noClick={false} disableDefaultStyles={true}>
Drop your PDF file here...
Or click the box to select one...
Note: Your data stays locally in your browser.
This tool converts a PDF file into a Markdown text format! Simply drag & drop your PDF file on the upload area and go from there. Don't expect wonders, there are a lot of variances in generated PDF's from different tools and different ages. No matter how good the parser works for your PDF, you will have to invest a good amount of manuell work to complete it.
{#await upload}
Parsing {specifiedFile.name}...
{:catch error}
Failed to parse '{specifiedFile.name}': {error.message}
{/await} {#if rejectionError}
{rejectionError}
{/if}