Questions tagged as 'tesseract'

0
answers

Tesseract OCR wrapper for net core?

I am looking for a tesseract wrapper that works with .net core; Currently, when I add the nuget tesseract package, I get the warning: Package 'Tesseract 3.0.2' was restored using '.NETFramework,Version=v4.6.1' instead of the project target fr...
asked by 26.11.2018 / 02:47
0
answers

Error with Tesseract js

I need help. I am trying to generate a code that shows the text in an image and I found the Tessereact.js library, but when the use shows me this error    Uncaught DOMException: Failed to execute 'getImageData' on   'CanvasRenderingContext2D'...
asked by 24.11.2018 / 01:17
0
answers

Error when extracting text from a tesseract image django

I have tried different solutions to extract the text of an image, the code I use is the following: import pytesseract from PIL import Image, ImageEnhance, ImageFilter from pytesseract import image_to_string #url imagen path...
asked by 06.06.2018 / 00:38