Skip to content

Python updates - page order, select specific pages

Pre-release
Pre-release
Compare
Choose a tag to compare
@tylermaran tylermaran released this 15 Oct 19:15
· 80 commits to main since this release
bdc5f3d

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

Full Changelog: v0.1.0...v0.1.01