Skip to content

Commit

Permalink
Add demo out.hocr, out.pdf, and out.txt files
Browse files Browse the repository at this point in the history
I ran:

    tesseract tests/imgs/Selection_1.png tests/imgs/out txt pdf hocr

Relates to issue #13.

	new file:   tests/imgs/README.md
	new file:   tests/imgs/out.hocr
	new file:   tests/imgs/out.pdf
	new file:   tests/imgs/out.txt
  • Loading branch information
ElectricRCAircraftGuy committed Apr 6, 2021
1 parent fc3223e commit 17a5384
Show file tree
Hide file tree
Showing 4 changed files with 367 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/imgs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

How to generate out.hocr, out.pdf, out.txt:

```bash
tesseract Selection_1.png out txt pdf hocr
```
See: https://github.com/ElectricRCAircraftGuy/PDF2SearchablePDF/issues/13
Loading

0 comments on commit 17a5384

Please sign in to comment.