Skip to content

Commit 7c7bf5a

Browse files
authored
Merge pull request #991 from Labelbox/ovalle15-patch-15
Removed bounding box from annotation import pdf notebook
2 parents ed01489 + 3850b48 commit 7c7bf5a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

examples/annotation_import/pdf.ipynb

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -192,16 +192,6 @@
192192
"metadata": {},
193193
"source": [
194194
"############ Bounding Box ###########\n",
195-
"# Python Annotation \n",
196-
"bbox_annotation = lb_types.ObjectAnnotation(\n",
197-
" name = \"bounding_box\", # must match your ontology feature's name\n",
198-
" value = lb_types.Rectangle(\n",
199-
" start=lb_types.Point(x=42.799, y=86.498), # Top left\n",
200-
" end=lb_types.Point(x=141.911, y=303.195), # Bottom right\n",
201-
" ),\n",
202-
" page = 1,\n",
203-
" unit=\"POINTS\"\n",
204-
")\n",
205195
"\n",
206196
"bbox_annotation_ndjson = {\n",
207197
" 'name': 'bounding_box',\n",

0 commit comments

Comments
 (0)