retab 0.0.78__tar.gz → 0.0.79__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.
Files changed (57) hide show
  1. {retab-0.0.78 → retab-0.0.79}/PKG-INFO +1 -1
  2. {retab-0.0.78 → retab-0.0.79}/retab/types/documents/edit.py +0 -1
  3. {retab-0.0.78 → retab-0.0.79}/retab.egg-info/PKG-INFO +1 -1
  4. {retab-0.0.78 → retab-0.0.79}/setup.py +1 -1
  5. {retab-0.0.78 → retab-0.0.79}/README.md +0 -0
  6. {retab-0.0.78 → retab-0.0.79}/pyproject.toml +0 -0
  7. {retab-0.0.78 → retab-0.0.79}/retab/__init__.py +0 -0
  8. {retab-0.0.78 → retab-0.0.79}/retab/_resource.py +0 -0
  9. {retab-0.0.78 → retab-0.0.79}/retab/client.py +0 -0
  10. {retab-0.0.78 → retab-0.0.79}/retab/generate_types.py +0 -0
  11. {retab-0.0.78 → retab-0.0.79}/retab/py.typed +0 -0
  12. {retab-0.0.78 → retab-0.0.79}/retab/resources/__init__.py +0 -0
  13. {retab-0.0.78 → retab-0.0.79}/retab/resources/documents/__init__.py +0 -0
  14. {retab-0.0.78 → retab-0.0.79}/retab/resources/documents/client.py +0 -0
  15. {retab-0.0.78 → retab-0.0.79}/retab/resources/extractions/__init__.py +0 -0
  16. {retab-0.0.78 → retab-0.0.79}/retab/resources/extractions/client.py +0 -0
  17. {retab-0.0.78 → retab-0.0.79}/retab/resources/models.py +0 -0
  18. {retab-0.0.78 → retab-0.0.79}/retab/resources/projects/__init__.py +0 -0
  19. {retab-0.0.78 → retab-0.0.79}/retab/resources/projects/client.py +0 -0
  20. {retab-0.0.78 → retab-0.0.79}/retab/resources/schemas.py +0 -0
  21. {retab-0.0.78 → retab-0.0.79}/retab/types/__init__.py +0 -0
  22. {retab-0.0.78 → retab-0.0.79}/retab/types/chat.py +0 -0
  23. {retab-0.0.78 → retab-0.0.79}/retab/types/documents/__init__.py +0 -0
  24. {retab-0.0.78 → retab-0.0.79}/retab/types/documents/correct_orientation.py +0 -0
  25. {retab-0.0.78 → retab-0.0.79}/retab/types/documents/create_messages.py +0 -0
  26. {retab-0.0.78 → retab-0.0.79}/retab/types/documents/extract.py +0 -0
  27. {retab-0.0.78 → retab-0.0.79}/retab/types/documents/parse.py +0 -0
  28. {retab-0.0.78 → retab-0.0.79}/retab/types/documents/split.py +0 -0
  29. {retab-0.0.78 → retab-0.0.79}/retab/types/extractions/__init__.py +0 -0
  30. {retab-0.0.78 → retab-0.0.79}/retab/types/extractions/types.py +0 -0
  31. {retab-0.0.78 → retab-0.0.79}/retab/types/inference_settings.py +0 -0
  32. {retab-0.0.78 → retab-0.0.79}/retab/types/mime.py +0 -0
  33. {retab-0.0.78 → retab-0.0.79}/retab/types/modality.py +0 -0
  34. {retab-0.0.78 → retab-0.0.79}/retab/types/pagination.py +0 -0
  35. {retab-0.0.78 → retab-0.0.79}/retab/types/projects/__init__.py +0 -0
  36. {retab-0.0.78 → retab-0.0.79}/retab/types/projects/metrics.py +0 -0
  37. {retab-0.0.78 → retab-0.0.79}/retab/types/projects/model.py +0 -0
  38. {retab-0.0.78 → retab-0.0.79}/retab/types/projects/predictions.py +0 -0
  39. {retab-0.0.78 → retab-0.0.79}/retab/types/schemas/__init__.py +0 -0
  40. {retab-0.0.78 → retab-0.0.79}/retab/types/schemas/chat.py +0 -0
  41. {retab-0.0.78 → retab-0.0.79}/retab/types/schemas/generate.py +0 -0
  42. {retab-0.0.78 → retab-0.0.79}/retab/types/schemas/layout.py +0 -0
  43. {retab-0.0.78 → retab-0.0.79}/retab/types/schemas/model.py +0 -0
  44. {retab-0.0.78 → retab-0.0.79}/retab/types/schemas/templates.py +0 -0
  45. {retab-0.0.78 → retab-0.0.79}/retab/types/standards.py +0 -0
  46. {retab-0.0.78 → retab-0.0.79}/retab/utils/__init__.py +0 -0
  47. {retab-0.0.78 → retab-0.0.79}/retab/utils/display.py +0 -0
  48. {retab-0.0.78 → retab-0.0.79}/retab/utils/hashing.py +0 -0
  49. {retab-0.0.78 → retab-0.0.79}/retab/utils/json_schema.py +0 -0
  50. {retab-0.0.78 → retab-0.0.79}/retab/utils/mime.py +0 -0
  51. {retab-0.0.78 → retab-0.0.79}/retab/utils/stream_context_managers.py +0 -0
  52. {retab-0.0.78 → retab-0.0.79}/retab.egg-info/SOURCES.txt +0 -0
  53. {retab-0.0.78 → retab-0.0.79}/retab.egg-info/dependency_links.txt +0 -0
  54. {retab-0.0.78 → retab-0.0.79}/retab.egg-info/requires.txt +0 -0
  55. {retab-0.0.78 → retab-0.0.79}/retab.egg-info/top_level.txt +0 -0
  56. {retab-0.0.78 → retab-0.0.79}/setup.cfg +0 -0
  57. {retab-0.0.78 → retab-0.0.79}/tests/test_projects.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: retab
3
- Version: 0.0.78
3
+ Version: 0.0.79
4
4
  Summary: Retab official python library
5
5
  Home-page: https://github.com/retab-dev/retab
6
6
  Author: Retab
@@ -122,7 +122,6 @@ class InferFormSchemaRequest(BaseModel):
122
122
  document: MIMEData = Field(..., description="Input document (PDF or DOCX). DOCX files will be converted to PDF.")
123
123
  model: str = Field(default="retab-small", description="LLM model to use for inference")
124
124
  instructions: Optional[str] = Field(default=None, description="Optional instructions to guide form field detection (e.g., which fields to focus on, specific areas to look for)")
125
- per_page: Optional[bool] = Field(default=None, description="If True, process each page separately for better accuracy on long PDFs. If None (default), automatically uses per-page for PDFs with more than 3 pages.")
126
125
 
127
126
 
128
127
  class InferFormSchemaResponse(BaseModel):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: retab
3
- Version: 0.0.78
3
+ Version: 0.0.79
4
4
  Summary: Retab official python library
5
5
  Home-page: https://github.com/retab-dev/retab
6
6
  Author: Retab
@@ -6,7 +6,7 @@ with open("requirements.txt") as f:
6
6
 
7
7
  setup(
8
8
  name="retab",
9
- version="0.0.78",
9
+ version="0.0.79",
10
10
  author="Retab",
11
11
  author_email="contact@retab.com",
12
12
  description="Retab official python library",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes