Can I extract pdf by bullet as whole paragraph?
Good day,
Is there's a property to set so that I can get the whole bulleted content as paragraph in json? Currently json returned are parsed by label and label body.
Pdf Extract json result:
"path": "//document/l[6]/li[3]/lbody/l/li[2]/lbody/l/li[2]/lbl",
"text": "2) ",
"path": "//document/l[6]/li[3]/lbody/l/li[2]/lbody/l/li[2]/lbody",
"text": "cancellation during extended term.
Expectation:
"path": "//document/l[6]/li[3]/lbody/l/li[2]/lbody/l/li[2]/lbody",
"text": "2) cancellation during extended term.
Thanks.
