Python updates - page order, select specific pages
Pre-release
Pre-release
What's Changed
- Fixes the correct order processing in python by @michaelfeil in #26
- Page ordering/sorting fix, fix to use unique temp dir if userinput not provided also with better cleanup, added async shutil (aioshutil) by @pradhyumna85 in #34
- Add model parameters to restrict max tokens by @xdotli in #22
- fix: page numbering when only converting specific pages by @dfdeagle47 in #24
- minor typo fix by @pradhyumna85 in #36
- Python SDK: Feat. process specific pages, Other fixes and improvements by @pradhyumna85 in #39
- Fix not getting file types from urls without a file extension by @xdotli in #45
New Contributors
- @michaelfeil made their first contribution in #26
Full Changelog: v0.1.0...v0.1.01