Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ipitio committed Oct 12, 2024
1 parent 78922e4 commit c41e7c9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,19 @@ It's as easy as 1, 2, 3! Get up and going in no time with these options:
Are you on mobile or simply want an easy and seamless experience?

1. Open [the app](https://colab.research.google.com/drive/1yss_oypuRisb29_SnqLGgA759slQzNry) in your browser
2. Follow the instructions
2. Run the cell
3. Find the OCR'd PDFs in your [Google Drive](https://drive.google.com/drive/my-drive)`/ocr-pdf`

### Docker Image

If you want to skip building an image, just use mine:

1. Install Docker and Compose, such as with Docker Desktop
2. In a new folder, put your PDFs in `pdf/todo` and copy the following `compose.yml`:
2. Create a new folder with the file below and put your PDFs in `pdf/todo`
3. Run the following command to OCR the PDFs and move them to `pdf/done`

```yaml
# compose.yml
services:
predict:
container_name: ocr-pdf
Expand All @@ -48,7 +50,9 @@ services:
- ./pdf/done:/app/done
```
3. Run `docker compose up` inside that folder to OCR the PDFs and move them into `pdf/done`
```bash
docker compose up
```

## Quick Start

Expand Down

0 comments on commit c41e7c9

Please sign in to comment.