Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make text fields in table cells #58

Open
BryceStevenWilley opened this issue Sep 1, 2022 · 1 comment
Open

Make text fields in table cells #58

BryceStevenWilley opened this issue Sep 1, 2022 · 1 comment

Comments

@BryceStevenWilley
Copy link
Contributor

Splitting the part of #31 that isn't fixed off.

We don't make things that look like table cells into text fields, and we should. We already have the boxes as a part of the connected components, we just need to filter them. The best approach would be a combination of:

  • what boxdetect does: see if X% of the pixels inside of the box are 1, if so it's likely not a text field
  • see if there are pixels that are 1 in the middle of the box, i.e. not in the top (right, left, or center).
@nonprofittechy
Copy link
Member

Let's sync up with the thoughts here: SuffolkLITLab/docassemble-ALWeaver#96

An idea that I had for the Weaver is using the + symbol to indicate linked fields. I can't find the issue where I suggested it though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants