2022-04-20 12:59:33 +02:00
|
|
|
# exp
|
|
|
|
|
|
|
|
> WIP
|
|
|
|
|
|
|
|
## `ls.go`
|
|
|
|
|
|
|
|
Lists files in [`files`](./files/). Run with `go run ls.go`.
|
2022-04-25 23:31:59 +02:00
|
|
|
|
|
|
|
## `gimmetxt.go`
|
|
|
|
|
|
|
|
WIP of gosseract pdf OCR. its far from perfect.
|
|
|
|
* gosseract doesn't OCR pdfs only imagees
|
|
|
|
* tried using gographics imagick.v2 with imagemagick6
|
|
|
|
* this only does one page of the PDF, its very slow and it doesn't even do the OCR yet.
|
|
|
|
* imagemagick6 has a security policy when it comes to pdf. it's not install and go.
|