We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d0ae0 commit ed620b8Copy full SHA for ed620b8
README.md
@@ -15,6 +15,8 @@ pip install xy-segmentation
15
Example usage:
16
17
```python
18
+from xyseg.document.segment import segment_pdf_image
19
+
20
ifile = "examples/images/apple_iphone-13_manual.jpg"
21
img = Image.open(ifile)
22
ex.ipynb
@@ -11,7 +11,7 @@
11
"\n",
12
"import pdfplumber\n",
13
"from PIL import Image, ImageDraw\n",
14
- "from segmentor.document.segment import segment_pdf_page, segment_pdf_image"
+ "from xyseg.document.segment import segment_pdf_page, segment_pdf_image"
]
},
{
0 commit comments