mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 03:28:50 +00:00

Updating the readme to coincide with other examples. If you try to run it as previously written, you will get a "cannot find the path specified" error.
17 lines
446 B
Markdown
17 lines
446 B
Markdown
# candle-trocr
|
|
|
|
`TrOCR` is a transformer OCR Model. In this example it is used to
|
|
transcribe image text. See the associated [model
|
|
card](https://huggingface.co/microsoft/trocr-base-printed) for details on
|
|
the model itself.
|
|
|
|
## Running an example
|
|
|
|
```bash
|
|
cargo run --example trocr --release -- --which base --cpu --image candle-examples/examples/trocr/assets/trocr.png
|
|
```
|
|
|
|
```
|
|
<s> industry , Mr. Brown commented icily . " Let us have a</s>
|
|
```
|