fsek / fsek/WebWebWeb

Indexing - PDFs to records

Open
#95 0 comments 0 reactions 1 assignee Claimed by @HaraldCaap View on GitHub
Dominant language
Python
Stars
7
Forks
6
Avg merge
1d 3h
Merged PRs (30d)
8

Description

1. Extract Text from PDFs:
• Use a library like PyMuPDF, PyPDF2, or pdfminer to extract text from each PDF.
2. Preprocess the Text:
• Lower case, etc
4. Store and Index the Text using one of the following methods:
• Use SQLite for a simple, SQL-based index.
• Use libraries like Whoosh for full-text search.
• Use distributed systems like Elasticsearch for large-scale search.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.