Skip to content

Commit 3850b48

Browse files
authored
Removed bounding box from annotation import pdf notebook
1 parent ed01489 commit 3850b48

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)