-
Link to my python project [Python](https://kushsirohi123.github.io/kushsirohirepo/2022/08/28/_08_28_Python1234.html)
Link to my test bash jupyter ntbk [Bash](https://kushsirohi123.github.io/kushsiroh…
-
I install python3.5, but python-docx is suitable for Python 2.6, 2.7, 3.3, or 3.4 now.
Than I should uninstall python 3.5 and install python 3.4, should I ?
-
Love this package, best working Python tool for redlining/tracking changes on docx files programmatically.
I am looking for the ability to customize the markup for a redline: in particular looking …
-
### Bug
I've encountered an issue with Docling version 2.4.2 while converting a DOCX file to Markdown. It seems that the conversion process is missing text inside tables.
**Command Used:**
```sh
…
-
Hi there! I'm opening this issue to see how many people would like this format to be added. I think it's gonna become common in the future, and we're already having problems in our site given some of …
-
The example below finds the first table of the DOCX File and inserts an image into it.
```
tables = doc.tables
p = tables[0].rows[0].cells[0].add_paragraph()
r = p.add_run()
r.add_picture(img…
-
4u
[Hoekberekening in Python.docx](https://github.com/11902804/MADDIGITAL-TEAM6/files/6036262/Hoekberekening.in.Python.docx)
-
I tried to add [core properties](https://python-docx.readthedocs.io/en/latest/dev/analysis/features/coreprops.html) (like category, version, ...) to a document with docxcompose. However, the resulting…
-
Hi
We are facing an issue with incompatibility and we have been trying different UBUNTU versions. If I riun hello word in docker works and CUDA, took kit and drivers seem ok. I checked the libraries …
-
Hi,
Thank you for the great tool!
I'm writing with a simple idea to add the functionality to the module, so that it can be called from the command line, and execute the sample script you have in…