Add Japanese Mapping for OCR Optimization (#2668)

This commit is contained in:
tenpai 2024-06-02 08:37:20 +00:00 committed by GitHub
parent f991d6018e
commit 3621d3d9b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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