You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
concatting_feats = [
b["text"].strip()[-1] in ",;:'\",、‘“;:-",
len(b["text"].strip()) > 1 and b["text"].strip(
)[-2] in ",;:'\",‘“、;:",
b["text"].strip()[0] in "。;?!?”)),,、:", ### should be b_?
]
The text was updated successfully, but these errors were encountered:
Describe your problem
(https://github.com/infiniflow/ragflow/blob/c0d71adaa2c6c8d5b54d2ec5e4fe51ad0ea07c01/deepdoc/parser/pdf_parser.py#L395C16-L395C56)
The text was updated successfully, but these errors were encountered: