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

Allow meeting minutes to be processed like a transcript #218

Open
conantp opened this issue Oct 4, 2022 · 0 comments
Open

Allow meeting minutes to be processed like a transcript #218

conantp opened this issue Oct 4, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@conantp
Copy link
Contributor

conantp commented Oct 4, 2022

Feature Description

Some public meetings aren't recorded via audio OR video. However, most bodies are required by law to produce minutes or other documentation that provides insight into the matters discussed. What if the cdp-backend was able to apply the same processing applied to transcripts to "meeting minutes" in PDF / Doc format.

Use Case

For CDP instances that wish to import a large number of historical events, or for CDP instances serving smaller communities, there may be public meetings that are not recorded. By indexing the minutes of those meetings, users can search and identify meetings where specific matters or legislation was discussed.

Solution

An enhancement to cdp-backend that accepts an EventIngestionModel that includes a minutes_uri but NO video_uri, and processes the event properly. Users are able to search and find sections in the minutes where a given search term was discussed.

Alternatives

It might not make sense to process minutes documents the same way that we process timestamped transcripts. So perhaps having the ability to index / search minutes could be useful even for meetings that are recorded.

@conantp conantp added the enhancement New feature or request label Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant