How to merge the contents of multiple text boxes in the same cell? #430
situchen
started this conversation in
Ask for help with specific PDFs
Replies: 2 comments
-
In this PDF, when you run the debug table finder, you'll find that there are some hidden vertical lines as can be seen in the screenshot below which causes the cell to be split. To resolve the issue, you can filter out the hidden lines as mentioned in #285 (comment) which will give you the output as
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1_test.pdf
Desired result:
[[['变更前 ABC编号',
'',
'',
'当前前ABC 编号',
'',
'',
'测试人员',
'',
'测试单元',
'',
'电子子邮件',
'',
'联系电话',
'',
'备注',
''],
['',
None,
None,
'ABC 000000000',
None,
None,
'测试员A',
None,
None,
'测试abc',
None,
'[email protected]',
None,
'13188888888',
None,
None,
'',
None]]]
Beta Was this translation helpful? Give feedback.
All reactions