clach04

Results 231 issues of clach04

1. autocrud for any database (with config file pointing to example database) 2. `examples` with example database ## autocrud demo autocrud -c examples/configuration.yaml ## sample app python examples/run.py NOTE has...

Extract: 127.0.0.1 - - [08/Feb/2024 18:38:56] "?[33mGET / HTTP/1.1?[0m" 404 - 127.0.0.1 - - [08/Feb/2024 18:38:56] "?[33mGET /favicon.ico HTTP/1.1?[0m" 404 - 127.0.0.1 - - [08/Feb/2024 18:39:02] "?[33mGET /admin HTTP/1.1?[0m" 404...

setup.py requirements are too greedy and pull in version that are incompatible with current code: AttributeError: module 'flask.json' has no attribute 'JSONEncoder' ImportError: cannot import name 'url_quote' from 'werkzeug.urls' ImportError:...

Fixes #7 Added flask admin as the example uses that.

Fix from Philippe Guglielmetti committed on Jan 20, 2017 commit 9b9d69aee96f0e7a35f5b48c6c80f450e629ccd6 in pdfminer.six

Error extracting images using: py -3 pdf2txt.py -o test.html -O test_images FightingGamePrimer.pdf get error: Traceback (most recent call last): File "pdf2txt.py", line 115, in if __name__ == '__main__': sys.exit(main(sys.argv)) File...

Using test document attached to issue #264 some (but not all) text is extracted with the wrong case.This results in mixed case words, some times with UPPERCASE letters in the...

Attempting to extract images from a PDF that contains jpeg200 (aka jp2) bitmaps fails with: Traceback (most recent call last): File "pdf2txt.py", line 115, in if __name__ == '__main__': sys.exit(main(sys.argv))...