Skip to content

Commit

Permalink
Add Japanese Mapping for OCR Optimization (#2668)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenpai-git committed Jun 2, 2024
1 parent f991d60 commit 3621d3d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modules/joex/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3621d3d

Please sign in to comment.