@ -38,7 +39,7 @@ Extract the the text into a CSV format…
,,"* Based upon 2,567,700"
<aid="org1b4cf16"></a>
<aid="org68f202b"></a>
# Requirements
@ -47,7 +48,7 @@ Along with the python requirements that are listed in setup.py and that are auto
I haven’t looked into the minimum required versions of these dependencies, but I’ll list the versions that I’m using.
<aid="orgf001e21"></a>
<aid="org711e7dc"></a>
## External
@ -56,7 +57,40 @@ I haven’t looked into the minimum required versions of these dependencies,
- `mogrify` 7.0.10 of [ImageMagick](https://imagemagick.org/index.php)
<aid="org96344fe"></a>
<aid="orge0b4c25"></a>
# Demo
There is a demo module that will download an image given a URL and try to extract tables from the image and process the cells into a CSV. You can try it out with one of the images included in this repo.
@ -42,6 +42,38 @@ I haven't looked into the minimum required versions of these dependencies, but I
- ~tesseract~ 5.0.0 of [[https://github.com/tesseract-ocr/tesseract][Tesseract]]
- ~mogrify~ 7.0.10 of [[https://imagemagick.org/index.php][ImageMagick]]
* Demo
There is a demo module that will download an image given a URL and try to extract tables from the image and process the cells into a CSV. You can try it out with one of the images included in this repo.