mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-03-25 08:45:04 +00:00
Add Japanese Mapping for OCR Optimization (#2668)
This commit is contained in:
parent
f991d6018e
commit
3621d3d9b4
@ -679,7 +679,12 @@ Docpell Update Check
|
||||
mappings = [
|
||||
{
|
||||
matches = "jpn_vert"
|
||||
args = [ "-l", "jpn_vert", "--pdf-renderer", "sandwich", "--tesseract-pagesegmode", "5" ]
|
||||
args = [ "-l", "jpn_vert", "--pdf-renderer", "sandwich", "--tesseract-pagesegmode", "5", "--output-type", "pdf" ]
|
||||
},
|
||||
# Japanese Mapping for OCR Optimization
|
||||
{
|
||||
matches = "jpn"
|
||||
args = [ "-l", "jpn", "--output-type", "pdf" ]
|
||||
},
|
||||
# Start Other Custom Language Mappings Here
|
||||
# Default Mapping Below
|
||||
|
Loading…
x
Reference in New Issue
Block a user