We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16338cf commit 645b1cdCopy full SHA for 645b1cd
src/bisheng_unstructured/documents/pdf_parser/pdf.py
@@ -926,9 +926,9 @@ def _allocate_semantic(
926
if label == TABLE_ID:
927
filtered_blocks.append(b)
928
929
- elif label == LAYOUT_ID:
930
- b.block_text = join_lines(b.ts, False, lang)
931
- filtered_blocks.append(b)
+ # elif label == LAYOUT_ID:
+ # b.block_text = join_lines(b.ts, False, lang)
+ # filtered_blocks.append(b)
932
933
elif label == IMAGE_ID:
934
if self.keep_text_in_image:
0 commit comments