pdf2notes 1.0.0__tar.gz → 1.0.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pdf2notes
3
- Version: 1.0.0
3
+ Version: 1.0.2
4
4
  Summary: Turn a PDF page range into AI-generated study notes (Markdown) for Obsidian/Notion
5
5
  Author: Sandeep Singh
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pdf2notes"
7
- version = "1.0.0"
7
+ version = "1.0.2"
8
8
  description = "Turn a PDF page range into AI-generated study notes (Markdown) for Obsidian/Notion"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -361,12 +361,12 @@ def main():
361
361
  default="descriptive", help="Note style (default: descriptive)")
362
362
  parser.add_argument("--chunk-chars", type=int, default=6000,
363
363
  help="Max characters of source text per API call (default 6000)")
364
- parser.add_argument("--concurrency", type=int, default=30,
364
+ parser.add_argument("--concurrency", type=int, default=25,
365
365
  help="Max simultaneous API requests (default 5)")
366
366
  parser.add_argument("--rpm", type=int, default=40,
367
367
  help="Max API requests per minute, across all workers (default 40) "
368
368
  "— set this to match your provider's actual rate limit")
369
- parser.add_argument("--model", default="nvidia/llama-3.3-nemotron-super-49b-v1.5",
369
+ parser.add_argument("--model", default="nvidia/nemotron-3-ultra-550b-a55b",
370
370
  help="Model name as your provider expects it. Providers retire "
371
371
  "model IDs periodically — check your provider's current "
372
372
  "catalog if this default 404s/410s.")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pdf2notes
3
- Version: 1.0.0
3
+ Version: 1.0.2
4
4
  Summary: Turn a PDF page range into AI-generated study notes (Markdown) for Obsidian/Notion
5
5
  Author: Sandeep Singh
6
6
  License: MIT
File without changes
File without changes
File without changes