Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ You need to make sure the recognizer models you pass in `recognizerSources` matc

| ![Alt text](../../../../static/img/harvard.png) | ![Alt text](../../../../static/img/harvard-boxes.png) |
| ----------------------------------------------- | ----------------------------------------------------- |
| Original Image | Image with detected Text Boxes |
| Original Image | Image with detected Text Boxes |

:::warning
Times presented in the tables are measured as consecutive runs of the model. Initial run times may be up to 2x longer due to model loading and initialization.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function App() {

| ![Castle 256x256](../../../../static/img/castle256.png) | ![Castle 512x512](../../../../static/img/castle512.png) |
| ------------------------------------------------------- | ------------------------------------------------------- |
| Image of size 256×256 | Image of size 512×512 |
| Image of size 256×256 | Image of size 512×512 |

## Supported models

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ You need to make sure the recognizer models you pass in `recognizerSources` matc

| ![Alt text](../../../../static/img/sales-vertical.jpeg) | ![Alt text](../../../../static/img/sales-vertical-boxes.png) |
| ------------------------------------------------------- | ------------------------------------------------------------ |
| Original Image | Image with detected Text Boxes |
| Original Image | Image with detected Text Boxes |

:::warning
Times presented in the tables are measured as consecutive runs of the model. Initial run times may be up to 2x longer due to model loading and initialization.
Expand Down
2 changes: 1 addition & 1 deletion docs/versions.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["0.6.0", "0.5.x", "0.4.x", "0.3.x", "0.2.x", "0.1.x"]
["0.6.x", "0.5.x", "0.4.x", "0.3.x", "0.2.x", "0.1.x"]