custom-layoutparser 0.1.0__tar.gz → 0.2.0__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 (43) hide show
  1. custom_layoutparser-0.2.0/PKG-INFO +10 -0
  2. custom_layoutparser-0.2.0/custom_layoutparser.egg-info/PKG-INFO +10 -0
  3. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/custom_layoutparser.egg-info/SOURCES.txt +1 -0
  4. custom_layoutparser-0.2.0/custom_layoutparser.egg-info/requires.txt +2 -0
  5. custom_layoutparser-0.2.0/setup.py +14 -0
  6. custom_layoutparser-0.1.0/PKG-INFO +0 -5
  7. custom_layoutparser-0.1.0/custom_layoutparser.egg-info/PKG-INFO +0 -5
  8. custom_layoutparser-0.1.0/setup.py +0 -9
  9. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/custom_layoutparser.egg-info/dependency_links.txt +0 -0
  10. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/custom_layoutparser.egg-info/top_level.txt +0 -0
  11. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/__init__.py +0 -0
  12. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/elements/__init__.py +0 -0
  13. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/elements/base.py +0 -0
  14. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/elements/errors.py +0 -0
  15. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/elements/layout.py +0 -0
  16. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/elements/layout_elements.py +0 -0
  17. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/elements/utils.py +0 -0
  18. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/file_utils.py +0 -0
  19. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/io/__init__.py +0 -0
  20. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/io/basic.py +0 -0
  21. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/io/pdf.py +0 -0
  22. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/models/__init__.py +0 -0
  23. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/models/auto_layoutmodel.py +0 -0
  24. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/models/base_catalog.py +0 -0
  25. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/models/base_layoutmodel.py +0 -0
  26. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/models/detectron2/__init__.py +0 -0
  27. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/models/detectron2/catalog.py +0 -0
  28. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/models/detectron2/layoutmodel.py +0 -0
  29. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/models/effdet/__init__.py +0 -0
  30. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/models/effdet/catalog.py +0 -0
  31. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/models/effdet/layoutmodel.py +0 -0
  32. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/models/model_config.py +0 -0
  33. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/models/paddledetection/__init__.py +0 -0
  34. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/models/paddledetection/catalog.py +0 -0
  35. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/models/paddledetection/layoutmodel.py +0 -0
  36. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/ocr/__init__.py +0 -0
  37. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/ocr/base.py +0 -0
  38. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/ocr/gcv_agent.py +0 -0
  39. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/ocr/tesseract_agent.py +0 -0
  40. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/tools/__init__.py +0 -0
  41. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/tools/shape_operations.py +0 -0
  42. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/layoutparser/visualization.py +0 -0
  43. {custom_layoutparser-0.1.0 → custom_layoutparser-0.2.0}/setup.cfg +0 -0
@@ -0,0 +1,10 @@
1
+ Metadata-Version: 2.4
2
+ Name: custom-layoutparser
3
+ Version: 0.2.0
4
+ Provides: layoutparser
5
+ Requires-Python: >=3.8
6
+ Requires-Dist: huggingface_hub
7
+ Requires-Dist: iopath
8
+ Dynamic: provides
9
+ Dynamic: requires-dist
10
+ Dynamic: requires-python
@@ -0,0 +1,10 @@
1
+ Metadata-Version: 2.4
2
+ Name: custom-layoutparser
3
+ Version: 0.2.0
4
+ Provides: layoutparser
5
+ Requires-Python: >=3.8
6
+ Requires-Dist: huggingface_hub
7
+ Requires-Dist: iopath
8
+ Dynamic: provides
9
+ Dynamic: requires-dist
10
+ Dynamic: requires-python
@@ -2,6 +2,7 @@ setup.py
2
2
  custom_layoutparser.egg-info/PKG-INFO
3
3
  custom_layoutparser.egg-info/SOURCES.txt
4
4
  custom_layoutparser.egg-info/dependency_links.txt
5
+ custom_layoutparser.egg-info/requires.txt
5
6
  custom_layoutparser.egg-info/top_level.txt
6
7
  layoutparser/__init__.py
7
8
  layoutparser/file_utils.py
@@ -0,0 +1,2 @@
1
+ huggingface_hub
2
+ iopath
@@ -0,0 +1,14 @@
1
+ # Trong file setup.py của custom-layoutparser
2
+ from setuptools import setup, find_packages
3
+
4
+ setup(
5
+ name="custom-layoutparser",
6
+ version="0.2.0",
7
+ packages=find_packages(),
8
+ provides=["layoutparser"],
9
+ install_requires=[
10
+ "huggingface_hub",
11
+ "iopath"
12
+ ],
13
+ python_requires='>=3.8',
14
+ )
@@ -1,5 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: custom-layoutparser
3
- Version: 0.1.0
4
- Requires-Python: >=3.8
5
- Dynamic: requires-python
@@ -1,5 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: custom-layoutparser
3
- Version: 0.1.0
4
- Requires-Python: >=3.8
5
- Dynamic: requires-python
@@ -1,9 +0,0 @@
1
- from setuptools import setup, find_packages
2
-
3
- setup(
4
- name="custom-layoutparser", # Using a hyphen is better for pip installation
5
- version="0.1.0", # Keeps it from being overwritten
6
- packages=find_packages(), # Finds the 'layoutparser' folder automatically
7
- install_requires=[], # Empty since you'll handle dependencies manually
8
- python_requires='>=3.8',
9
- )