Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Commit

Permalink
Remove PSM_COUNT constant
Browse files Browse the repository at this point in the history
It is useless to have this in Java API.
  • Loading branch information
Robyer committed May 15, 2017
1 parent 4c75483 commit 65a5987
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ public static final class PageSegMode {

/** Treat the image as a single text line, bypassing hacks that are Tesseract-specific. */
public static final int PSM_RAW_LINE = 13;

/** Number of enum entries. */
public static final int PSM_COUNT = 14;
}

/** Whitelist of characters to recognize. */
Expand Down

0 comments on commit 65a5987

Please sign in to comment.