Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Beta2ga pdf ocr #104

Merged
merged 17 commits into from
Jul 2, 2018
Merged

Beta2ga pdf ocr #104

merged 17 commits into from
Jul 2, 2018

Conversation

happyhuman
Copy link
Contributor

Fixes #<issue_number_goes_here> (it's a good idea to open an issue first for discussion)

  • Tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

@ghost ghost assigned happyhuman Jun 27, 2018
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 27, 2018
@ghost ghost assigned JustinBeckwith Jun 27, 2018
@codecov
Copy link

codecov bot commented Jun 27, 2018

Codecov Report

Merging #104 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #104   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines          78     78           
=====================================
  Hits           78     78

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3211614...fcb947f. Read the comment docs.

@happyhuman
Copy link
Contributor Author

Hi @alexander-fenster @jmdobry , @ace-n , @JustinBeckwith Can you please review this PR? Please note that in order to pass the CircleCi tests, I had to change config.yml a little (with some help from Chris Frater).

@@ -3,24 +3,32 @@ workflows:
version: 2
tests:
jobs: &workflow_jobs
- node6:
- node4:

This comment was marked as spam.

.then(results => {
const operation = results[0];
// Get a Promise representation of the final result of the job
operation

This comment was marked as spam.

@happyhuman
Copy link
Contributor Author

@JustinBeckwith thanks for your comments. I updated the code per your suggestions.

@ghost ghost added the in progress label Jun 29, 2018
Copy link
Contributor

@JustinBeckwith JustinBeckwith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the changes! LGTM w/ nits, but please make sure @Beccca gives it a one over.

filesResponse[0].responses[0].outputConfig.gcsDestination.uri;
console.log('Json saved to: ' + destinationUri);
})
.catch(function(error) {

This comment was marked as spam.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes This human has signed the Contributor License Agreement. in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants