Skip to content

Commit

Permalink
fix GDrive links
Browse files Browse the repository at this point in the history
  • Loading branch information
civvic committed May 10, 2024
1 parent 0486486 commit b71df69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ cython_debug/
*.sh

.DS_Store

_testbed/media/**
_testbed/cleaner/**
_testbed/model/**

!.gitkeep
2 changes: 1 addition & 1 deletion _testbed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Instructions to use Google Colab are included in the notebooks (TBD).

## Install Test Images
The test images are not included in the repository but can be downloaded from the following link:
- [Test images](https://drive.google.com/drive/folders/101_1_20240229)
- [Test images](https://drive.google.com/drive/folders/0BzW8DiWVVMiMN2JaZkg4cHN0NFU?resourcekey=0-ddnFRuwaLHH4FH5bPVa1SA&usp=drive_link)

After downloading, place the test images in the [media](media) directory. If you want to use your own, each image should have a corresponding text file with the same name, but with the extension `.txt`, which contains the ground truth data, one line per box (as calculated by PanelCleaner). Optionally, you can also include a `.json` file with the same name, specifying the language of the page:
```json
Expand Down
2 changes: 1 addition & 1 deletion _testbed/experiments.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"\n",
"Note: I've not play much with this one, `managa-ocr` is surely a much better fit, but it can be educational to compare.\n",
"\n",
"I have copied models in my GDrive, and installed (in my Ubuntu, similar in Mac):\n",
"I have copied models in my [drive](https://drive.google.com/drive/folders/0BzW8DiWVVMiMN2JaZkg4cHN0NFU?resourcekey=0-ddnFRuwaLHH4FH5bPVa1SA&usp=drive_link), and installed (in my Ubuntu, similar in Mac):\n",
"```bash\n",
"cd model\n",
"ln -s jpn_vert_tessdata_best.traineddata /usr/share/tesseract-ocr/5/tessdata/jpn_vert.traineddata\n",
Expand Down

0 comments on commit b71df69

Please sign in to comment.