Implement OCR with Firebase Cloud Functions and Google Cloud Vision

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ต.ค. 2024

ความคิดเห็น • 9

  • @francoisguezengar6255
    @francoisguezengar6255 ปีที่แล้ว +18

    Do you have any good reference on how to parse text outputted by Google Cloud Vision ?

  • @freesgen
    @freesgen ปีที่แล้ว +8

    Good info because of the API but i feel like the key point of the title was skipped. There's any hint of how we can parse the data returned by OCR?

  • @aminadarwish8006
    @aminadarwish8006 ปีที่แล้ว

    love the way you explained everything, thank you

  • @Antebios
    @Antebios ปีที่แล้ว +3

    I think the whole point of the video was how to parse the text. What is the machine learning that can extrapolate the key elements??

  • @TomAsh519
    @TomAsh519 ปีที่แล้ว +2

    for those who got stuck around min 12 due to error:
    "package.json indicates an outdated version of firebase-functions. Please upgrade using npm install --save firebase-functions@latest in your functions directory.
    ! functions: Please note that there will be breaking changes when you upgrade.
    Error: Failed to load function definition from source: Failed to generate manifest from function source: ReferenceError: require is not defined in ES module scope, you can use import instead
    This file is being treated as an ES module because it has a '.js' file extension and 'D:\Coding\Tutorial files\expense-tracker\ocr-starter\functions\package.json' contains "type": "module". To treat it as a CommonJS script, rename it to use the '.cjs' file extension.
    "
    this is because what she shows in the video is NOT what is in the github files in folder ocr-starter. In Functions/index.js delete const functions = require("firebase-functions"); and replace it with normal import "import functions, { logger } from 'firebase-functions';"

    • @ololand102
      @ololand102 7 หลายเดือนก่อน

      thank you!

  • @HealthHabitsHQ.
    @HealthHabitsHQ. ปีที่แล้ว

    Dope Video !

  • @chrisl_ca
    @chrisl_ca ปีที่แล้ว

    awesome!

  • @mycloudvip
    @mycloudvip ปีที่แล้ว

    Awesome video ... Where can I find a full list of API which can be accessed on the MarketPlace thanks!