node-red-contrib-pdf-hummus
Version:
Extract Text from a pdf using hummusjs
151 lines • 2.65 kB
JavaScript
module.exports = {
"32": "space",
"33": "exclam",
"34": "quotedbl",
"35": "numbersign",
"36": "dollar",
"37": "percent",
"38": "ampersand",
"39": "quoteright",
"40": "parenleft",
"41": "parenright",
"42": "asterisk",
"43": "plus",
"44": "comma",
"45": "hyphen",
"46": "period",
"47": "slash",
"48": "zero",
"49": "one",
"50": "two",
"51": "three",
"52": "four",
"53": "five",
"54": "six",
"55": "seven",
"56": "eight",
"57": "nine",
"58": "colon",
"59": "semicolon",
"60": "less",
"61": "equal",
"62": "greater",
"63": "question",
"64": "at",
"65": "A",
"66": "B",
"67": "C",
"68": "D",
"69": "E",
"70": "F",
"71": "G",
"72": "H",
"73": "I",
"74": "J",
"75": "K",
"76": "L",
"77": "M",
"78": "N",
"79": "O",
"80": "P",
"81": "Q",
"82": "R",
"83": "S",
"84": "T",
"85": "U",
"86": "V",
"87": "W",
"88": "X",
"89": "Y",
"90": "Z",
"91": "bracketleft",
"92": "backslash",
"93": "bracketright",
"94": "asciicircum",
"95": "underscore",
"96": "quoteleft",
"97": "a",
"98": "b",
"99": "c",
"100": "d",
"101": "e",
"102": "f",
"103": "g",
"104": "h",
"105": "i",
"106": "j",
"107": "k",
"108": "l",
"109": "m",
"110": "n",
"111": "o",
"112": "p",
"113": "q",
"114": "r",
"115": "s",
"116": "t",
"117": "u",
"118": "v",
"119": "w",
"120": "x",
"121": "y",
"122": "z",
"123": "braceleft",
"124": "bar",
"125": "braceright",
"126": "asciitilde",
"161": "exclamdown",
"162": "cent",
"163": "sterling",
"164": "fraction",
"165": "yen",
"166": "florin",
"167": "section",
"168": "currency",
"169": "quotesingle",
"170": "quotedblleft",
"171": "guillemotleft",
"172": "guilsinglleft",
"173": "guilsinglright",
"174": "fi",
"175": "fl",
"177": "endash",
"178": "dagger",
"179": "daggerdbl",
"180": "periodcentered",
"182": "paragraph",
"183": "bullet",
"184": "quotesinglbase",
"185": "quotedblbase",
"186": "quotedblright",
"187": "guillemotright",
"188": "ellipsis",
"189": "perthousand",
"191": "questiondown",
"193": "grave",
"194": "acute",
"195": "circumflex",
"196": "tilde",
"197": "macron",
"198": "breve",
"199": "dotaccent",
"200": "dieresis",
"202": "ring",
"203": "cedilla",
"205": "hungarumlaut",
"206": "ogonek",
"207": "caron",
"208": "emdash",
"225": "AE",
"227": "ordfeminine",
"232": "Lslash",
"233": "Oslash",
"234": "OE",
"235": "ordmasculine",
"241": "ae",
"245": "dotlessi",
"248": "lslash",
"249": "oslash",
"250": "oe",
"251": "germandbls"
}