You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
327 B
18 lines
327 B
/* |
|
* PSM = Page Segmentation Mode |
|
*/ |
|
module.exports = { |
|
OSD_ONLY: '0', |
|
AUTO_OSD: '1', |
|
AUTO_ONLY: '2', |
|
AUTO: '3', |
|
SINGLE_COLUMN: '4', |
|
SINGLE_BLOCK_VERT_TEXT: '5', |
|
SINGLE_BLOCK: '6', |
|
SINGLE_LINE: '7', |
|
SINGLE_WORD: '8', |
|
CIRCLE_WORD: '9', |
|
SINGLE_CHAR: '10', |
|
SPARSE_TEXT: '11', |
|
SPARSE_TEXT_OSD: '12', |
|
};
|
|
|