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

Feat/text to .json chunks #47

Merged
merged 6 commits into from
May 19, 2024
Merged

Conversation

get4flo
Copy link
Contributor

@get4flo get4flo commented May 17, 2024

Description

implemented task of last week with Felipe. Created service to extract text from pdf file and turn into text chunks with metadata about chunk to pdf page mapping. Also added simple test to check functionality of the service.
*

Related Backlog Item

Issue: #4 , #17


Context

  • first step of graph creation from pdfs before handing text chunks to llm for information extraction.

Checklist:

  • I have documented my changes
  • I have tested the changes and they work as expected
  • I have assigned this PR to someone
  • I have run make format to format my code

Additional references

get4flo and others added 5 commits May 13, 2024 22:39
…test project (framework also allows for reading pdf files directly)

Signed-off-by: Florian Hoffmann <[email protected]>
… moved pdfHandler to new module directory

Signed-off-by: florian <[email protected]>
@get4flo get4flo requested a review from kristikotini May 17, 2024 19:29
Copy link
Contributor

@kristikotini kristikotini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @get4flo . Just a code-style suggestion. Usually python files use snake_case naming convention. I would rename the module & file according to this.

graphCreator -> graph_creator
pdfHandler.py -> pdf_handler.py

@kristikotini kristikotini merged commit 8a66fc8 into develop May 19, 2024
1 check passed
@nikolas-rauscher nikolas-rauscher deleted the feat/text_to_.json_chunks branch June 19, 2024 08:11
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

Successfully merging this pull request may close these issues.

2 participants