Open
Description
Hi,
I am trying to partition word doc and docx files for processing in a langchain chain. The document has checkboxes and as part of the chain we need to know if they are checked or not.
When I run print the elements it just shows the text without the checkbox.
? Yes No If yes how many times: 1 2 3 4 5 6 7 8 9 10
Is this just a limitation of printing in python or does Partitioning/chunking not support checkboxes?
Thanks
Rob