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

Extract more types of HTML element #472

Open
nacnudus opened this issue May 24, 2023 · 1 comment
Open

Extract more types of HTML element #472

nacnudus opened this issue May 24, 2023 · 1 comment

Comments

@nacnudus
Copy link
Contributor

Users have requested data about

  • warning symbols
  • contact details
  • email addresses specifically
  • alt text of images

The pattern to follow is the script src/utils/extract_abbreviations_from_html.py and the use of it. It parses the HTML, extracts certain tags, and emits a CSV file.

@nacnudus
Copy link
Contributor Author

nacnudus commented Jul 5, 2024

Users have asked to be able to search for the content of headings, in GovSearch. This is difficult in general, because of certain document types such as contact that render headings from JSON rather HTML, but it would work for most pages.

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

No branches or pull requests

1 participant