Skip to content

Commit 861e0a0

Browse files
committed
Fix #36
1 parent 99c0956 commit 861e0a0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/example/deep_layout_parsing/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,11 @@ Visualize the cleaned text blocks:
142142

143143

144144

145-
Fetech the text inside each text region
145+
Fetch the text inside each text region
146146
---------------------------------------
147147

148148
We can also combine with the OCR functionality in ``layoutparser`` to
149-
fetech the text in the document.
149+
fetch the text in the document.
150150

151151
.. code:: python
152152

docs/example/parse_ocr/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ outputs.
175175
Group Rows based on hard-coded parameteres
176176
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
177177

178-
As there are 13 rows, we can iterate the rows and fetech the row-based
178+
As there are 13 rows, we can iterate the rows and fetch the row-based
179179
information:
180180

181181
.. code:: python

examples/Deep Layout Parsing.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,14 +260,14 @@
260260
"cell_type": "markdown",
261261
"metadata": {},
262262
"source": [
263-
"## Fetech the text inside each text region"
263+
"## Fetch the text inside each text region"
264264
]
265265
},
266266
{
267267
"cell_type": "markdown",
268268
"metadata": {},
269269
"source": [
270-
"We can also combine with the OCR functionality in `layoutparser` to fetech the text in the document. "
270+
"We can also combine with the OCR functionality in `layoutparser` to fetch the text in the document. "
271271
]
272272
},
273273
{

examples/OCR Tables and Parse the Output.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
"cell_type": "markdown",
291291
"metadata": {},
292292
"source": [
293-
"As there are 13 rows, we can iterate the rows and fetech the row-based information:"
293+
"As there are 13 rows, we can iterate the rows and fetch the row-based information:"
294294
]
295295
},
296296
{

0 commit comments

Comments
 (0)