-
The list of unresolved symbols below:
``` C
Creating library build\temp.win-amd64-3.7\Release\tesserocr.cp37-win_amd64.lib and object build\temp.win-amd64-3.7\Release\tesserocr.cp37-win_amd64.exp…
-
Both ocrd-tesserocr-deskew and ocrd-cis-ocropy-deskew are used to deskew a page or all regions of a page. They also both have a parameter to decide which operation is desired:
* ocrd-tesserocr-desk…
-
Currently OCR-D cannot be built natively on MacOS for M1 processors.
This issue tries to track the known problems and solutions.
Working:
- Installation of developer tools (Xcode, Homebrew) w…
-
```
Examples:
* To segment existing regions into lines (and only lines) only:
`segmentation_level="line"`, `textequiv_level="line"`, `model=""`
* To segment existing regions into lines (and o…
-
Hello,
please add DPI-Parameters to enable to enforce custom resolution when using tesseract
## Tesseract CLI
`--dpi 470`
## ocrd-tesserocr
`dpi: 470`
-
import tesseract
api = tesseract.TessBaseAPI()
api.Init(".","eng",tesseract.OEM_DEFAULT)
I have an error:
AttributeError:'module' object has no attribute 'TessBaseAPI'
-
ghost updated
5 years ago
-
I've used @bertsky's/ocrd_tesserocr's page_update_higher_textequiv_levels() in ocrd_calamari and now also in the WIP ocrd_trocr. Could this be included in core to avoid the copies?
-
I used to be able to just import tesserocr and use it from any script. All of the sudden, it is now showing the error:
`ImportError: DLL load failed while importing tesserocr: The specified module…
-
I just installed tesserocr using pip on windows 10 but I keep getting 'error reading image' at tesserocr.pyx in tesserocr._tesserocr.PyTessBaseAPI.SetImageFile, line 1597.
running tesseract_version…