Skip to content

Commit

Permalink
Reverted change in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Balearica committed Sep 28, 2024
1 parent 9f5701e commit 35e90c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/worker/generalWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const defaultConfigs = {
tessedit_char_blacklist: '|',
// This option disables an undesirable behavior where Tesseract categorizes blobs *of any size* as noise,
// simply because they are too rectangular. This option should always be enabled outside of debugging purposes.
// textord_noise_area_ratio: '1',
textord_noise_area_ratio: '1',
// Table detection appears to interfere with the layout analysis of some documents with multi-column layouts,
// causing columns to be combined into a single line. This should be investigated in more detail,
// but disabling as it does not seem to improve results even when the input document is a table.
Expand Down

0 comments on commit 35e90c9

Please sign in to comment.