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

PDF parsing #3

Open
iamrobzy opened this issue Feb 5, 2025 · 0 comments
Open

PDF parsing #3

iamrobzy opened this issue Feb 5, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@iamrobzy
Copy link

iamrobzy commented Feb 5, 2025

The key component in the resource ingestion pipeline is PDF parsing. There are plenty of libraries one could use to implement this including:

This is an exploratory issue to kick-off investigations into the different libraries. Feel free to create sub-issues exploring specific libraries. Be mindful of the specific JSON fields and metadata we may want include (corresponding to Twiga database schemas). Specific metadata include page numbers, chapter numbers, etc. Intelligent chunking strategies is also a very relevant topic to be explored.

Helpful resources & inspiration:

Sample PDFs:
I recommend testing your PDF parser with TIE resources, e.g. the Geography Form Two textbook. For faster development, you may want to split the PDF to around ~10-20 pages.

@iamrobzy iamrobzy added enhancement New feature or request help wanted Extra attention is needed labels Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant