more work done
This commit is contained in:
parent
de359ab415
commit
abc6159044
24 changed files with 309 additions and 230 deletions
9
pkg/scan/tesseract.go
Normal file
9
pkg/scan/tesseract.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
package scan
|
||||
|
||||
var defaultLangs = []string{"eng", "deu"}
|
||||
|
||||
type Tesseract struct {
|
||||
cmd string
|
||||
args []string
|
||||
env []string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue