-
# for local file
from magic_doc.docconv import DocConverter, S3Config, ParsePDFType
converter = DocConverter(s3_config=None, parse_pdf_type=ParsePDFType.FULL)
markdown_content, _ = converter.conver…
-
If we make Mr. Docs XML-only, we get a number of benefits:
* No need for bitcode
* No need for plugin extensions
* Extraction can be optimized for XML
* No need for built-in handlebars, duktape,…
-
cc @tpluscode @amivanoff
https://www.npmjs.com/search?q=shacl has a lot of useful tools.
Below is a rough list, but we need to find the git repos, and add all attributes needed by "awesome.
Add ca…
-
I recently submitted a PR that was merged (#58) but it appears that the contents of the change were almost entirely ripped out in a subsequent commit (see [here](https://github.com/drodil/backstage-p…
-
**Describe the bug**
A clear and concise description of what the bug is.
I used magic-doc to convert my docx document to markdown, but the headings did not preserve the # heading symbol. How do …
-
Hi,
not an issue, just a possible contribution.
This tutorial is just awesome, and I wanted to have it on my e-reader. Since you mention this in README:
> Generating more human-readable files…
-
I've researched a bit the topic and come up with several possible realistic solutions.
* Use a C/C++ parser. Several nice and feasible possibilities, among which two:
- libsoldout (http://fossil…
mgubi updated
3 years ago
-
hi team, i tried yr converter but nothing showed up on yr screen,
thanks for the chance though and if you know what happened let me know and i will be back as i have many pdf's that have to be conver…
-
Hello,
I just stumbled on this repo in search of an easy formatter for bibtex. It is exactly what I needed, so thank you very much! I am currently using it for a markdown based site, where i want t…
-
### Bug description
Writing a Tufte style document with margin use. Having a listing for my code segments doesn't properly place the caption text in the margin.
``````qmd
---
format:
pdf:
…