aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | another bad PDF SHA-1Bryan Newbold2020-06-301-0/+1
| |
* | hack to unblock thumbnail processing pipelineBryan Newbold2020-06-291-0/+16
| | | | | | | | | | | | Some PDFs taking 10+ minutes to process, causing kafka exceptions and consumer churn. Not sure why kafka json pusher timeouts are not catching these.
* | customize timeout per worker; 120sec for pdf-extractBryan Newbold2020-06-293-2/+4
| | | | | | | | | | This is a stab-in-the-dark attempt to resolve long timeouts with this worker in prod.
* | handle empty fetched blobBryan Newbold2020-06-271-1/+6
| |
* | CDX KeyError as WaybackError from fetch workerBryan Newbold2020-06-261-1/+1
| |
* | handle None 'metadata' field correctlyBryan Newbold2020-06-261-1/+1
| |
* | handle non-success case of parsing extract from JSON/dictBryan Newbold2020-06-261-1/+1
| |
* | report revisit non-200 as a WaybackErrorBryan Newbold2020-06-261-7/+7
| |
* | Revert "simpler handling of null PDF text pages"Bryan Newbold2020-06-251-4/+11
| | | | | | | | | | | | This reverts commit 254f24ad6566c9d4b5814868911b604802847b58. Attribute was actually internal to text() call, not a None page.
* | simpler handling of null PDF text pagesBryan Newbold2020-06-251-11/+4
| |
* | pdfextract: attributerror with text extractionBryan Newbold2020-06-251-4/+12
| |
* | catch UnicodeDecodeError in pdfextractBryan Newbold2020-06-251-1/+10
| |
* | don't nest generic fetch errors under pdf_trioBryan Newbold2020-06-251-12/+6
| | | | | | | | This came from sloppy refactoring (and missing test coverage)
* | pdfextract: handle too-large fulltextBryan Newbold2020-06-251-0/+17
| |
* | another bad/non PDF test; catch correct errorBryan Newbold2020-06-252-1/+6
| | | | | | | | | | | | This test doesn't actually catch the error. I'm not sure why type checks don't discover the "LockedDocumentError not part of poppler" issue though.
* | pdfextract: catch poppler.LockedDocumentErrorBryan Newbold2020-06-251-1/+1
| |
* | commented special modes for dump_unextracted_pdf.sqlBryan Newbold2020-06-251-1/+4
| |
* | pdfextract support in ingest workerBryan Newbold2020-06-253-1/+66
| |
* | poppler: correct RGBA buffer endian-nessBryan Newbold2020-06-252-2/+2
| |
* | 2020-05_pubmed ingest notes (short)Bryan Newbold2020-06-251-0/+10
| |
* | commit old notes on a one-off CDX table cleanupBryan Newbold2020-06-251-0/+34
| |
* | commit old (2020-02) pdftrio commandsBryan Newbold2020-06-251-0/+162
| |
* | pdftrio SQL queriesBryan Newbold2020-06-251-0/+65
| |
* | SQL commands for re-trying PDF ingestsBryan Newbold2020-06-251-0/+158
| |
* | start of RUNBOOK commandsBryan Newbold2020-06-251-0/+44
| |
* | unextracted PDF job dump commandBryan Newbold2020-06-251-0/+16
| |
* | pdfextract_tool fixes from prod usageBryan Newbold2020-06-252-3/+6
| |
* | fix tests for page0_height/widthBryan Newbold2020-06-251-2/+2
| |
* | pdfextract: fix pdf_extra key namesBryan Newbold2020-06-251-2/+2
| |
* | ensure pdf_meta isn't passed an empty dict()Bryan Newbold2020-06-251-1/+4
| |
* | args.kafka_env refactor didn't happen (yet)Bryan Newbold2020-06-251-2/+2
| |
* | s3-only mode persist workers use different consumer groupBryan Newbold2020-06-251-2/+8
| |
* | changes from prodBryan Newbold2020-06-252-4/+18
| |
* | PDF extraction kafka topicsBryan Newbold2020-06-251-0/+24
| |
* | sandcrawler_worker: remove duplicate run_pdf_extract()Bryan Newbold2020-06-251-29/+0
| |
* | gitlab-ci: install most recent cmake via PPABryan Newbold2020-06-251-3/+7
| |
* | pdfextract workerBryan Newbold2020-06-251-1/+34
| |
* | pdfextract: don't compress thumbnail outputBryan Newbold2020-06-251-1/+1
| |
* | pipenv: python-poppler 0.2.1Bryan Newbold2020-06-252-49/+51
| |
* | add xenial poppler PPA (PDF parsing)Bryan Newbold2020-06-181-0/+1
| |
* | fixes and tweaks from testing locallyBryan Newbold2020-06-176-18/+134
| |
* | fixes to pdfextract_toolBryan Newbold2020-06-171-12/+8
| |
* | tweak pdf_meta SQL schemaBryan Newbold2020-06-172-5/+31
| |
* | add a docker-compose file for local developmentBryan Newbold2020-06-172-0/+50
| |
* | write up blob storage (w/ seaweedfs)Bryan Newbold2020-06-172-0/+95
| | | | | | | | This follows-on to Martin's earlier proposal.
* | tweak kafka topic names and seaweedfs layoutBryan Newbold2020-06-173-13/+16
| |
* | make process_pdf() more robust to parse errorsBryan Newbold2020-06-171-5/+29
| |
* | note about text layout with pdf extractionBryan Newbold2020-06-171-0/+8
| |
* | lint fixesBryan Newbold2020-06-174-7/+9
| |
* | rename pdf tools to pdfextractBryan Newbold2020-06-173-0/+0
| |