-
This is my code
```
def process_google_drive_documents(folder_url: str, service_account_cred: dict):
source = ab.get_source(
"source-google-drive",
config={
"folder_ur…
-
I'm not sure of what's happening here. I have a perfectly functioning .docx as input file. But after parse it (didn't mody a thing) and write it as new file.. the output file gets corrupted)
```go
…
-
Hi guys, i have a question, how i do a simple foreach/while in my doc word? example:
simple string i know ```${anything}``` and while/foreach?
---
Want to back this issue? **[Post a bounty…
-
### Describe your problem
Traceback (most recent call last):
File "/ragflow/rag/svr/task_executor.py", line 177, in build
cks = chunker.chunk(row["name"], binary=binary, from_page=row["from_p…
-
I'm currently trying to create a method of parsing .pdf, .docx, and other files containing questions and converting it to a format that can imported to an online learning platform. I'm having a proble…
-
### This issue is unique.
- [X] I have used the [search tool](https://github.com/ONLYOFFICE/DocumentServer/issues?q=) and did not find an issue describing my bug.
### Operating System of DocumentSer…
-
Following the documentation for `--reference-doc=` option available [here](https://pandoc.org/MANUAL.html#options-affecting-specific-writers), if I generate a docx template with:
```
pandoc -o cus…
-
Firstly, thanks for doing this script. It's really helped me to make full use of the Projects feature in Claude.
Besides my coding work where there are a lot of text files, I also have to deal with…
houfu updated
1 month ago
-
I am new to python and I am having issues witth add_picture
my code is simple
from docx import Document
from docx.shared import Inches
document = Document()
document.add_heading('Document Title', 0)…
-
Lots of writers author in Word format. Internally, Word files use an XML document representation that, with relevant metadata, can be parsed. Because the underlying content is much more structured tha…