How to extract Question and Question/CheckBox values list , from a pdf form along side its input fields(widget objects) #3299
-
Is it possible to extract :
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can always extract page text as I am sure you know. |
Beta Was this translation helpful? Give feedback.
You can always extract page text as I am sure you know.
You could write code that searches for the question text, takes the returned rectangle and widens it to the full page width.
Then look at all field rectangles intersecting this widened rectangle and identify their field values.