-
Notifications
You must be signed in to change notification settings - Fork 18
feat: add option to parallelize pdfs #41
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
Merged
hubert-rutkowski85
merged 28 commits into
main
from
17-feat-add-option-to-parallelize-pdfs
Mar 5, 2024
Merged
Changes from 24 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
339a62c
docs: speakeasy local development
hubert-rutkowski85 579f2eb
docs: speakeasy local development - added overlays for having client-…
hubert-rutkowski85 0ab389a
ci: added overlay. Updated openapi.json to newest version.
hubert-rutkowski85 b50969d
chore: Reverted old openapi.json, re-generated client.
hubert-rutkowski85 b4106a5
feat: working splitting of PDF file by page at client.
hubert-rutkowski85 6053b01
test: simple integration test for split pdf functionality. Added two …
hubert-rutkowski85 e3cb54e
test: add some more parametrization. Handle case of doc parsing. Chec…
hubert-rutkowski85 664932d
doc: add documentation about usage of split_pdf_page. Improve documen…
hubert-rutkowski85 ecea6d4
chore: cleaning.
hubert-rutkowski85 f1b9a3e
test: add makefile docker-test
hubert-rutkowski85 5c1c6e1
test: refactor the structure, so there's separation for unit/integrat…
hubert-rutkowski85 c4dde92
chore: lint fixes.
hubert-rutkowski85 dec63f9
chore: improve typing and structure of code.
hubert-rutkowski85 704d9a2
chore: small clean.
hubert-rutkowski85 31fd9f6
chore: review fixes part 1.
hubert-rutkowski85 db5cd65
chore: review fixes part 2.
hubert-rutkowski85 fb0350a
chore: review fix: support kwarg for request.
hubert-rutkowski85 0154602
chore: refactor env parsing to separate function.
hubert-rutkowski85 1f14a7a
chore: refactor for better structure, add typing, more consts. Deepco…
hubert-rutkowski85 65ae850
chore: improve error handling when getting non-pdf files.
hubert-rutkowski85 1574a88
Merge branch 'main' into 17-feat-add-option-to-parallelize-pdfs
hubert-rutkowski85 ac377c1
ci: disable docker tests to fix out of space error caused by download…
hubert-rutkowski85 fcbae0d
ci: fix linting error.
hubert-rutkowski85 581de28
ci: bump actions used, to get rid of Github warnings.
hubert-rutkowski85 eaee0d5
chore: revert generated code changes.
hubert-rutkowski85 2885205
Merge branch 'main' into 17-feat-add-option-to-parallelize-pdfs
hubert-rutkowski85 3adb6d8
doc: improve readme and review fix.
hubert-rutkowski85 519a646
chore: review change to openapi.json storage and sdk generation.
hubert-rutkowski85 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,5 @@ __pycache__/ | |
|
||
# human-added igore files | ||
.ipynb_checkpoints/ | ||
.idea/ | ||
overlay.yaml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.