-
I am aware that this error means "Cannot find file," howevever, I have this code copy and pasted, with an almost identical file scheme, and it works in one project and not the other.
The code I have…
-
Hi,
Thank you for great package. I have document with tables. The document is under track control. When I read it it does not read correctly the values in table. Pls see attached file and example be…
-
Hi, I want to extract the data sheet in the science-published paper, but it seems not to work due to the tables doesn't have a sperator. Here is the table looks like:
![image](https://user-images.gi…
-
The dependency on pdftables and pdfminer is problematic, as it is Python 2 only. pdftables.six and pdfminer.six provides Python 3, however the bigger problem is that the supplier of pdftables was Sca…
-
The PDF tooling world is huge. For a beginner it is hard to tell which library to use. It would be nice to have a comparison.
* pdfplumber is built on top of pdfminer.six. What are examples of cor…
-
I am using google colab to run the given code and followed the ReadMe while running the command
` !python tablegen.py --location="/content/drive/My Drive/pdftables/" `
I got the following error-…
-
Hello ,
I have started getting error 'D:/node_modules/jspdf-autotable/dist"' has no exported member 'ColumnDataConfig'. I think there is some regression introduced
ranoy updated
4 years ago
-
```
import pdftables_api
import os
c = pdftables_api.Client('XYZ')
root_dir = 'C:\PythonTests\pdf'
for directory, subdirectories, files in os.walk(root_dir):
for file in files:
…
-
We're experimenting with XLoader, and the initial results are very promising, but it fails when running with the default (latest) numpy version, 1.16.5. Looks like https://github.com/numpy/numpy/issue…
-
![doubt](https://user-images.githubusercontent.com/33204634/66207915-9bec0380-e6d1-11e9-8693-c6f2833ca96d.png)
Please explain what is "my-api-key"? Do we need mention anything key?
If so what …