add rga
This commit is contained in:
parent
fa3a6340cc
commit
7ee19657e5
1 changed files with 58 additions and 0 deletions
58
.config/ripgrep-all/config.jsonc
Normal file
58
.config/ripgrep-all/config.jsonc
Normal file
|
@ -0,0 +1,58 @@
|
||||||
|
{
|
||||||
|
"custom_adapters": [
|
||||||
|
{
|
||||||
|
"name": "tesseract",
|
||||||
|
"version": 1,
|
||||||
|
"description": "Uses Tesseract OCR to recognize text in image files",
|
||||||
|
"extensions": [
|
||||||
|
"jpg",
|
||||||
|
"jpeg",
|
||||||
|
"jpe",
|
||||||
|
"png",
|
||||||
|
"webp",
|
||||||
|
"gif",
|
||||||
|
"tif",
|
||||||
|
"tiff",
|
||||||
|
"jp2",
|
||||||
|
"j2k",
|
||||||
|
"jpf",
|
||||||
|
"jpm",
|
||||||
|
"jpg2",
|
||||||
|
"jpg2000",
|
||||||
|
"jpeg2000",
|
||||||
|
"j2c",
|
||||||
|
"jpc",
|
||||||
|
"jpx",
|
||||||
|
"bmp",
|
||||||
|
"pnm"
|
||||||
|
],
|
||||||
|
"mimetypes": [
|
||||||
|
"image/jpeg",
|
||||||
|
"image/png",
|
||||||
|
"image/webp",
|
||||||
|
"image/gif",
|
||||||
|
"image/tiff",
|
||||||
|
"image/jp2",
|
||||||
|
"image/jpx",
|
||||||
|
"image/jpm",
|
||||||
|
"image/bmp",
|
||||||
|
"image/x-portable-anymap"
|
||||||
|
],
|
||||||
|
"binary": "tesseract",
|
||||||
|
"args": ["--psm", "1", "-", "-"],
|
||||||
|
"disabled_by_default": false,
|
||||||
|
"match_only_by_mime": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"args": [],
|
||||||
|
"binary": "gron",
|
||||||
|
"description": "Transform JSON into discrete JS assignments",
|
||||||
|
"disabled_by_default": false,
|
||||||
|
"extensions": ["json", "jsonc"],
|
||||||
|
"match_only_by_mime": false,
|
||||||
|
"mimetypes": ["application/json"],
|
||||||
|
"name": "gron",
|
||||||
|
"version": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue