-
Notifications
You must be signed in to change notification settings - Fork 0
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
Wrote text ingestors, still incomplete tests #37
Conversation
counter += 1 | ||
assert counter == 1 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be fixed in main so when you sync with main, sync up will take care of it
Sync with main will resolve pdf ingestor issues , so once you have tests |
Resolved all the conflicts sir |
) | ||
yield text | ||
|
||
collected_bytes = b"" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is probably a bug , check the pdf ingestor ingest function
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets review it together before merging
No description provided.