
Several languages at once but not all languages can be used together.Įnglish is compatible with every language and languages that share common characters are usually compatible with each other. Note 1: is the list of languages you want to read. Second-generation models: multiple times smaller size, multiple times faster inference, additional characters and comparable accuracy to the first generation models.ĮasyOCR will choose the latest model by default but you can also specify which model to use by passing recog_network argument when creating a Reader instance.įor example, reader = easyocr.Reader(, recog_network='latin_g1') will use the 1st generation Latin model.Add x_ths and y_ths to control merging behavior when paragraph=True.
Japanese ocr software update#
Update argument setting for command line.Add support for PIL image (thanks Add Tajik language (tjk).Faster greedy decoder (thanks Fix bug when a text box's aspect ratio is disproportional (thanks iQuartic for bug report).Output in dictionary format (thanks see PR).Vertical text support (thanks This is for rotated text, not to be confused with vertical Chinese or Japanese text.Batched image inference for GPUs (thanks see PR).Instructions on training/using custom recognition models.Extend rotation_info argument to support all possible angles (thanks abde0103, see PR).Add readtextlang method (thanks see PR).Ready-to-use OCR with 80+ supported languages and all popular writing scripts including: Latin, Chinese, Arabic, Devanagari, Cyrillic, etc.
