File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
148148We 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
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ outputs.
175175Group 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
179179information:
180180
181181.. code :: python
Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments