Cannot detect text fields accurately
Recently I need to convert many forms to a fillable version. However I meet a problem that it always cannot detect the fields, then I HAVE TO add thousands of text fields manually. It is really time-consuming.
For Example: There is a table like this,
| Date | Time | Description | Amount |
|---|---|---|---|
It ALWAYS detect the first row ONLY and I have to add the text fields one by one.
But it is so weird that sometimes it can detect all the text fields and I don't need to add anything. (maybe 1-2 out of 10 times)
Can someone help me? I'm helpless with those endless forms and text fields.