ocr - How to extract taxes paid from the image using Python? -


as cool side project trying extract total taxes paid image of tax receipt:

tax receipt

i want parse image (and similar others) , extract tax amount.

which [383.58,0.53,0.53, 383.58]

can give me leads started? tried starting ocr , used free online ocr programs , none of them seem read data correctly.

how approach problem? have tried online ocr far. engines best suited purpose , key things keep in mind?

are there libraries in python can me started?

i have tried online programs using tesseract-ocr , did not read numbers correctly. hunch tinkering parameters of engine should help, lost trying understand parameters , start.

i starting these things trying find way through without understanding underlying technical details.

tesseract-ocr respectable open-source ocr library. though it's written in c++, there many documentation involving wrappers using python.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -